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

chrome/browser/chromeos

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

Code here should not contain any ash/ dependencies or chrome/browser/ui dependencies. Any such UI code should be moved to chrome/browser/ui/ash (which may depend on code in this directory).

Example:

  • The Chrome OS network portal detection model lives in chrome/browser/chromeos/net/network_portal_detector_impl.cc.

  • The notification controller for network portal detection lives in: chrome/browser/ui/ash/network/network_portal_notification_controller.cc (which depends on chrome/browser/ui, and chrome/browser/chromeos/net/network_portal_detector_impl.h.