tree: bb83df06882500d0357ab41c3b61507e302ec141 [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. exo/
  29. extensions/
  30. file_manager/
  31. file_system_provider/
  32. fileapi/
  33. first_run/
  34. full_restore/
  35. guest_os/
  36. hats/
  37. input_method/
  38. kerberos/
  39. launcher_search_provider/
  40. lock_screen_apps/
  41. login/
  42. mobile/
  43. multidevice_setup/
  44. nearby/
  45. net/
  46. night_light/
  47. ownership/
  48. phonehub/
  49. platform_keys/
  50. plugin_vm/
  51. policy/
  52. power/
  53. printing/
  54. profiles/
  55. release_notes/
  56. remote_apps/
  57. reset/
  58. scanning/
  59. secure_channel/
  60. settings/
  61. smb_client/
  62. sync/
  63. system/
  64. system_logs/
  65. tether/
  66. ui/
  67. usb/
  68. virtual_machines/
  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. BUILD.gn
  76. camera_detector.cc
  77. camera_detector.h
  78. camera_presence_notifier.cc
  79. camera_presence_notifier.h
  80. chrome_browser_main_chromeos.cc
  81. chrome_browser_main_chromeos.h
  82. chrome_content_browser_client_chromeos_part.cc
  83. chrome_content_browser_client_chromeos_part.h
  84. chrome_content_browser_client_chromeos_part_browsertest.cc
  85. chrome_content_browser_client_chromeos_part_unittest.cc
  86. concierge_helper_service.cc
  87. concierge_helper_service.h
  88. concierge_helper_service_unittest.cc
  89. DEPS
  90. device_name_store.cc
  91. device_name_store.h
  92. device_name_store_unittest.cc
  93. DIR_METADATA
  94. eol_notification.cc
  95. eol_notification.h
  96. eol_notification_unittest.cc
  97. external_metrics.cc
  98. external_metrics.h
  99. external_metrics_unittest.cc
  100. external_protocol_dialog.cc
  101. external_protocol_dialog.h
  102. idle_detector.cc
  103. idle_detector.h
  104. language_preferences.cc
  105. language_preferences.h
  106. locale_change_guard.cc
  107. locale_change_guard.h
  108. locale_change_guard_unittest.cc
  109. logging.cc
  110. logging.h
  111. logging_browsertest.cc
  112. network_change_manager_client.cc
  113. network_change_manager_client.h
  114. network_change_manager_client_browsertest.cc
  115. network_change_manager_client_unittest.cc
  116. note_taking_controller_client.cc
  117. note_taking_controller_client.h
  118. note_taking_helper.cc
  119. note_taking_helper.h
  120. note_taking_helper_unittest.cc
  121. OWNERS
  122. preferences.cc
  123. preferences.h
  124. preferences_chromeos_browsertest.cc
  125. preferences_unittest.cc
  126. process_snapshot_server.cc
  127. process_snapshot_server.h
  128. process_snapshot_server_unittest.cc
  129. proxy_config_service_impl_unittest.cc
  130. README.md
  131. scheduler_configuration_manager.cc
  132. scheduler_configuration_manager.h
  133. scheduler_configuration_manager_unittest.cc
  134. scoped_test_system_nss_key_slot_mixin.cc
  135. scoped_test_system_nss_key_slot_mixin.h
  136. service_sandbox_type.h
  137. session_length_limiter.cc
  138. session_length_limiter.h
  139. session_length_limiter_unittest.cc
  140. set_time_dialog.cc
  141. set_time_dialog.h
  142. shutdown_policy_browsertest.cc
  143. startup_settings_cache.cc
  144. startup_settings_cache.h
  145. startup_settings_cache_browsertest.cc
  146. startup_settings_cache_unittest.cc
  147. system_token_cert_db_initializer.cc
  148. system_token_cert_db_initializer.h
  149. system_token_cert_db_initializer_unittest.cc
  150. throttle_observer.cc
  151. throttle_observer.h
  152. throttle_observer_unittest.cc
  153. throttle_service.cc
  154. throttle_service.h
  155. throttle_service_unittest.cc
  156. tpm_firmware_update.cc
  157. tpm_firmware_update.h
  158. tpm_firmware_update_notification.cc
  159. tpm_firmware_update_notification.h
  160. tpm_firmware_update_unittest.cc
  161. u2f_notification.cc
  162. u2f_notification.h
  163. vm_shutdown_observer.h
  164. vm_starting_observer.h
  165. window_throttle_observer_base.cc
  166. 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.