tree: 378916443705fda49e883c4f85bed43172ecd6b2 [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. cert_provisioning/
  15. certificate_provider/
  16. cfm/
  17. child_accounts/
  18. crosapi/
  19. crostini/
  20. cryptauth/
  21. customization/
  22. dbus/
  23. device_sync/
  24. display/
  25. drive/
  26. events/
  27. extensions/
  28. file_manager/
  29. file_system_provider/
  30. fileapi/
  31. first_run/
  32. guest_os/
  33. hats/
  34. input_method/
  35. kerberos/
  36. launcher_search_provider/
  37. lock_screen_apps/
  38. login/
  39. mobile/
  40. multidevice_setup/
  41. net/
  42. night_light/
  43. ownership/
  44. phonehub/
  45. platform_keys/
  46. plugin_vm/
  47. policy/
  48. power/
  49. printing/
  50. profiles/
  51. release_notes/
  52. remote_apps/
  53. reset/
  54. scanning/
  55. secure_channel/
  56. settings/
  57. smb_client/
  58. sync/
  59. system/
  60. system_logs/
  61. tether/
  62. ui/
  63. usb/
  64. virtual_machines/
  65. web_applications/
  66. wilco_dtc_supportd/
  67. boot_times_recorder.cc
  68. boot_times_recorder.h
  69. browser_context_keyed_service_factories.cc
  70. browser_context_keyed_service_factories.h
  71. BUILD.gn
  72. camera_detector.cc
  73. camera_detector.h
  74. camera_presence_notifier.cc
  75. camera_presence_notifier.h
  76. chrome_browser_main_chromeos.cc
  77. chrome_browser_main_chromeos.h
  78. chrome_content_browser_client_chromeos_part.cc
  79. chrome_content_browser_client_chromeos_part.h
  80. chrome_content_browser_client_chromeos_part_browsertest.cc
  81. chrome_content_browser_client_chromeos_part_unittest.cc
  82. concierge_helper_service.cc
  83. concierge_helper_service.h
  84. concierge_helper_service_unittest.cc
  85. DEPS
  86. eol_notification.cc
  87. eol_notification.h
  88. eol_notification_unittest.cc
  89. external_metrics.cc
  90. external_metrics.h
  91. external_metrics_unittest.cc
  92. external_protocol_dialog.cc
  93. external_protocol_dialog.h
  94. idle_detector.cc
  95. idle_detector.h
  96. language_preferences.cc
  97. language_preferences.h
  98. locale_change_guard.cc
  99. locale_change_guard.h
  100. locale_change_guard_unittest.cc
  101. logging.cc
  102. logging.h
  103. logging_browsertest.cc
  104. network_change_manager_client.cc
  105. network_change_manager_client.h
  106. network_change_manager_client_browsertest.cc
  107. network_change_manager_client_unittest.cc
  108. note_taking_controller_client.cc
  109. note_taking_controller_client.h
  110. note_taking_helper.cc
  111. note_taking_helper.h
  112. note_taking_helper_unittest.cc
  113. OWNERS
  114. preferences.cc
  115. preferences.h
  116. preferences_chromeos_browsertest.cc
  117. preferences_unittest.cc
  118. process_snapshot_server.cc
  119. process_snapshot_server.h
  120. process_snapshot_server_unittest.cc
  121. proxy_config_service_impl_unittest.cc
  122. README.md
  123. scheduler_configuration_manager.cc
  124. scheduler_configuration_manager.h
  125. scheduler_configuration_manager_unittest.cc
  126. scoped_set_running_on_chromeos_for_testing.cc
  127. scoped_set_running_on_chromeos_for_testing.h
  128. scoped_test_system_nss_key_slot_mixin.cc
  129. scoped_test_system_nss_key_slot_mixin.h
  130. service_sandbox_type.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. throttle_observer.cc
  144. throttle_observer.h
  145. throttle_observer_unittest.cc
  146. throttle_service.cc
  147. throttle_service.h
  148. throttle_service_unittest.cc
  149. tpm_firmware_update.cc
  150. tpm_firmware_update.h
  151. tpm_firmware_update_notification.cc
  152. tpm_firmware_update_notification.h
  153. tpm_firmware_update_unittest.cc
  154. u2f_notification.cc
  155. u2f_notification.h
  156. vm_starting_observer.h
  157. window_throttle_observer_base.cc
  158. 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.