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