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