tree: 56caa51e5d41fcca5873259bbd840ada5b699feb [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. base/
  11. certificate_provider/
  12. child_accounts/
  13. crostini/
  14. cryptauth/
  15. customization/
  16. dbus/
  17. device_sync/
  18. display/
  19. drive/
  20. events/
  21. extensions/
  22. file_manager/
  23. file_system_provider/
  24. fileapi/
  25. first_run/
  26. hats/
  27. input_method/
  28. kerberos/
  29. kiosk_next_home/
  30. launcher_search_provider/
  31. lock_screen_apps/
  32. login/
  33. mobile/
  34. multidevice_setup/
  35. net/
  36. night_light/
  37. ownership/
  38. platform_keys/
  39. plugin_vm/
  40. policy/
  41. power/
  42. printing/
  43. profiles/
  44. reset/
  45. resource_reporter/
  46. secure_channel/
  47. settings/
  48. smb_client/
  49. status/
  50. supervision/
  51. system/
  52. system_logs/
  53. tether/
  54. ui/
  55. usb/
  56. virtual_machines/
  57. wilco_dtc_supportd/
  58. boot_times_recorder.cc
  59. boot_times_recorder.h
  60. BUILD.gn
  61. camera_detector.cc
  62. camera_detector.h
  63. camera_presence_notifier.cc
  64. camera_presence_notifier.h
  65. chrome_browser_main_chromeos.cc
  66. chrome_browser_main_chromeos.h
  67. chrome_content_browser_client_chromeos_part.cc
  68. chrome_content_browser_client_chromeos_part.h
  69. chrome_content_browser_client_chromeos_part_browsertest.cc
  70. chrome_content_browser_client_chromeos_part_unittest.cc
  71. chrome_service_name.cc
  72. chrome_service_name.h
  73. DEPS
  74. eol_notification.cc
  75. eol_notification.h
  76. external_metrics.cc
  77. external_metrics.h
  78. external_metrics_unittest.cc
  79. external_protocol_dialog.cc
  80. external_protocol_dialog.h
  81. idle_detector.cc
  82. idle_detector.h
  83. language_preferences.cc
  84. language_preferences.h
  85. locale_change_guard.cc
  86. locale_change_guard.h
  87. locale_change_guard_unittest.cc
  88. logging.cc
  89. logging.h
  90. network_change_manager_client.cc
  91. network_change_manager_client.h
  92. network_change_manager_client_browsertest.cc
  93. network_change_manager_client_unittest.cc
  94. note_taking_controller_client.cc
  95. note_taking_controller_client.h
  96. note_taking_helper.cc
  97. note_taking_helper.h
  98. note_taking_helper_unittest.cc
  99. OWNERS
  100. preferences.cc
  101. preferences.h
  102. preferences_chromeos_browsertest.cc
  103. preferences_unittest.cc
  104. proxy_config_service_impl_unittest.cc
  105. README.md
  106. scheduler_configuration_manager.cc
  107. scheduler_configuration_manager.h
  108. scheduler_configuration_manager_unittest.cc
  109. scoped_set_running_on_chromeos_for_testing.cc
  110. scoped_set_running_on_chromeos_for_testing.h
  111. session_length_limiter.cc
  112. session_length_limiter.h
  113. session_length_limiter_unittest.cc
  114. set_time_dialog.cc
  115. set_time_dialog.h
  116. shutdown_policy_browsertest.cc
  117. startup_settings_cache.cc
  118. startup_settings_cache.h
  119. startup_settings_cache_browsertest.cc
  120. startup_settings_cache_unittest.cc
  121. tpm_firmware_update.cc
  122. tpm_firmware_update.h
  123. tpm_firmware_update_notification.cc
  124. tpm_firmware_update_notification.h
  125. tpm_firmware_update_unittest.cc
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, ash/public/cpp/vector_icons/vector_icons.h, and chrome/browser/chromeos/net/network_portal_detector_impl.h.