tree: 75ce76aa346c6a7bc3ed3460a1d0c98276911769 [path history] [tgz]
  1. accessibility/
  2. account_manager/
  3. android_sms/
  4. app_mode/
  5. app_restore/
  6. apps/
  7. arc/
  8. assistant/
  9. attestation/
  10. authpolicy/
  11. backdrop_wallpaper_handlers/
  12. base/
  13. bluetooth/
  14. borealis/
  15. camera_mic/
  16. cert_provisioning/
  17. certificate_provider/
  18. child_accounts/
  19. crosapi/
  20. crostini/
  21. cryptauth/
  22. customization/
  23. dbus/
  24. device_name/
  25. device_sync/
  26. display/
  27. drive/
  28. enhanced_network_tts/
  29. events/
  30. exo/
  31. file_manager/
  32. file_system_provider/
  33. first_run/
  34. guest_os/
  35. hats/
  36. input_method/
  37. kerberos/
  38. lock_screen_apps/
  39. login/
  40. mobile/
  41. multidevice_setup/
  42. nearby/
  43. net/
  44. night_light/
  45. notifications/
  46. ownership/
  47. pcie_peripheral/
  48. phonehub/
  49. plugin_vm/
  50. policy/
  51. power/
  52. printing/
  53. profiles/
  54. quick_pair/
  55. release_notes/
  56. remote_apps/
  57. reset/
  58. scanning/
  59. secure_channel/
  60. settings/
  61. smb_client/
  62. sync/
  63. system/
  64. system_extensions/
  65. system_logs/
  66. tether/
  67. usb/
  68. wallpaper/
  69. web_applications/
  70. wilco_dtc_supportd/
  71. boot_times_recorder.cc
  72. boot_times_recorder.h
  73. browser_context_keyed_service_factories.cc
  74. browser_context_keyed_service_factories.h
  75. camera_detector.cc
  76. camera_detector.h
  77. camera_presence_notifier.cc
  78. camera_presence_notifier.h
  79. chrome_browser_main_parts_ash.cc
  80. chrome_browser_main_parts_ash.h
  81. chrome_content_browser_client_ash_part.cc
  82. chrome_content_browser_client_ash_part.h
  83. chrome_content_browser_client_ash_part_browsertest.cc
  84. chrome_content_browser_client_ash_part_unittest.cc
  85. concierge_helper_service.cc
  86. concierge_helper_service.h
  87. concierge_helper_service_unittest.cc
  88. DEPS
  89. eol_notification.cc
  90. eol_notification.h
  91. eol_notification_unittest.cc
  92. external_metrics.cc
  93. external_metrics.h
  94. external_metrics_unittest.cc
  95. external_protocol_dialog.cc
  96. external_protocol_dialog.h
  97. idle_detector.cc
  98. idle_detector.h
  99. language_preferences.cc
  100. language_preferences.h
  101. locale_change_guard.cc
  102. locale_change_guard.h
  103. locale_change_guard_unittest.cc
  104. logging.cc
  105. logging.h
  106. logging_browsertest.cc
  107. network_change_manager_client.cc
  108. network_change_manager_client.h
  109. network_change_manager_client_browsertest.cc
  110. network_change_manager_client_unittest.cc
  111. note_taking_controller_client.cc
  112. note_taking_controller_client.h
  113. note_taking_helper.cc
  114. note_taking_helper.h
  115. note_taking_helper_unittest.cc
  116. OWNERS
  117. preferences.cc
  118. preferences.h
  119. preferences_ash_browsertest.cc
  120. preferences_unittest.cc
  121. process_snapshot_server.cc
  122. process_snapshot_server.h
  123. process_snapshot_server_unittest.cc
  124. proxy_config_service_impl_unittest.cc
  125. README.md
  126. scheduler_configuration_manager.cc
  127. scheduler_configuration_manager.h
  128. scheduler_configuration_manager_unittest.cc
  129. scoped_test_system_nss_key_slot_mixin.cc
  130. scoped_test_system_nss_key_slot_mixin.h
  131. session_length_limiter.cc
  132. session_length_limiter.h
  133. session_length_limiter_unittest.cc
  134. set_time_dialog.cc
  135. set_time_dialog.h
  136. shutdown_policy_browsertest.cc
  137. startup_settings_cache.cc
  138. startup_settings_cache.h
  139. startup_settings_cache_browsertest.cc
  140. startup_settings_cache_unittest.cc
  141. system_token_cert_db_initializer.cc
  142. system_token_cert_db_initializer.h
  143. system_token_cert_db_initializer_unittest.cc
  144. throttle_observer.cc
  145. throttle_observer.h
  146. throttle_observer_unittest.cc
  147. throttle_service.cc
  148. throttle_service.h
  149. throttle_service_unittest.cc
  150. tpm_firmware_update.cc
  151. tpm_firmware_update.h
  152. tpm_firmware_update_notification.cc
  153. tpm_firmware_update_notification.h
  154. tpm_firmware_update_unittest.cc
  155. u2f_notification.cc
  156. u2f_notification.h
  157. vm_shutdown_observer.h
  158. vm_starting_observer.h
  159. window_throttle_observer_base.cc
  160. window_throttle_observer_base.h
chrome/browser/ash/README.md

chrome/browser/ash

This directory should contain non-UI Chrome OS specific code that has chrome/browser dependencies.

The code in this directory should live in namespace ash. While code in //chrome is not supposed to be in any namespace, //chrome/browser/ash is technically part of the ash binary. The fact that it lives in //chrome/browser instead of in //ash is because top level product directories shouldn't be depended on by any other directory. In the future, when some of the dependencies from //chrome/browser/ash to //chrome/browser are sorted out, some of this code will move to //ash.

As of January 2021, code from chrome/browser/chromeos is migrating into this directory, as part of the Lacros project.

Googlers: See go/lacros-directory-migration for more details.