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