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