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