• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

DEPSH A D16-Feb-2021663 2221

OWNERSH A D16-Feb-202130 21

README.mdH A D16-Feb-2021406 97

account_manager_ash.ccH A D16-Feb-20211.7 KiB5640

account_manager_ash.hH A D16-Feb-20212 KiB5232

account_manager_ash_unittest.ccH A D16-Feb-20217.3 KiB204158

ash_chrome_service_impl.ccH A D16-Feb-20215.7 KiB13493

ash_chrome_service_impl.hH A D16-Feb-20212.3 KiB6547

browser_loader.ccH A D16-Feb-20214.4 KiB12482

browser_loader.hH A D16-Feb-20212 KiB6130

browser_manager.ccH A D16-Feb-202117 KiB484341

browser_manager.hH A D16-Feb-20218 KiB22791

browser_manager_observer.hH A D16-Feb-2021645 2110

browser_util.ccH A D16-Feb-20216.9 KiB194154

browser_util.hH A D16-Feb-20212.4 KiB7742

browser_util_unittest.ccH A D16-Feb-20214.2 KiB11182

environment_provider.ccH A D16-Feb-20212.2 KiB5946

environment_provider.hH A D16-Feb-2021899 2815

fake_browser_manager.ccH A D16-Feb-20211.2 KiB4023

fake_browser_manager.hH A D16-Feb-20211.6 KiB5226

feedback_ash.ccH A D16-Feb-20211.7 KiB5238

feedback_ash.hH A D16-Feb-20211.1 KiB3318

file_manager_ash.ccH A D16-Feb-20214.1 KiB10476

file_manager_ash.hH A D16-Feb-20211.5 KiB3923

keystore_service_ash.ccH A D16-Feb-202112.1 KiB342290

keystore_service_ash.hH A D16-Feb-20213.8 KiB9268

message_center_ash.ccH A D16-Feb-20216.8 KiB193150

message_center_ash.hH A D16-Feb-20211.5 KiB4024

message_center_ash_unittest.ccH A D16-Feb-202114.3 KiB362274

screen_manager_ash.ccH A D16-Feb-20218.6 KiB262193

screen_manager_ash.hH A D16-Feb-20212.1 KiB5936

screen_manager_ash_browsertest.ccH A D16-Feb-20219.9 KiB266177

select_file_ash.ccH A D16-Feb-20218.8 KiB228171

select_file_ash.hH A D16-Feb-20211.2 KiB3519

test_mojo_connection_manager.ccH A D16-Feb-20214.5 KiB12799

test_mojo_connection_manager.hH A D16-Feb-20213.3 KiB8937

test_mojo_connection_manager_unittest.ccH A D16-Feb-20216.5 KiB174128

README.md

1This directory contains the ash-chrome implementation of the ChromeOS API
2(//chromeos/crosapi). This is the system implementation of ChromeOS-specific
3functionality which lacros-chrome requires.
4
5There are currently two types of files in this directory:
6  * Files for launching and connecting to lacros-chrome. These are named
7    lacros_foo.
8  * Files that implement the crosapi. These are named foo_ash.
9