tree: b5e9edf7f205a22e6464d24f9536aad0ff176fb3 [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. diagnosticsd/
  19. display/
  20. drive/
  21. events/
  22. extensions/
  23. file_manager/
  24. file_system_provider/
  25. fileapi/
  26. first_run/
  27. hats/
  28. input_method/
  29. kerberos/
  30. kiosk_next_home/
  31. launcher_search_provider/
  32. lock_screen_apps/
  33. login/
  34. mobile/
  35. multidevice_setup/
  36. net/
  37. night_light/
  38. ownership/
  39. platform_keys/
  40. plugin_vm/
  41. policy/
  42. power/
  43. prefs/
  44. printing/
  45. profiles/
  46. reset/
  47. resource_reporter/
  48. secure_channel/
  49. settings/
  50. smb_client/
  51. status/
  52. system/
  53. system_logs/
  54. tether/
  55. ui/
  56. usb/
  57. virtual_machines/
  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_service_name.cc
  70. chrome_service_name.h
  71. DEPS
  72. eol_notification.cc
  73. eol_notification.h
  74. external_metrics.cc
  75. external_metrics.h
  76. external_metrics_unittest.cc
  77. external_protocol_dialog.cc
  78. external_protocol_dialog.h
  79. idle_detector.cc
  80. idle_detector.h
  81. language_preferences.cc
  82. language_preferences.h
  83. locale_change_guard.cc
  84. locale_change_guard.h
  85. locale_change_guard_unittest.cc
  86. logging.cc
  87. logging.h
  88. network_change_manager_client.cc
  89. network_change_manager_client.h
  90. network_change_manager_client_browsertest.cc
  91. network_change_manager_client_unittest.cc
  92. note_taking_controller_client.cc
  93. note_taking_controller_client.h
  94. note_taking_helper.cc
  95. note_taking_helper.h
  96. note_taking_helper_unittest.cc
  97. OWNERS
  98. preferences.cc
  99. preferences.h
  100. preferences_chromeos_browsertest.cc
  101. preferences_unittest.cc
  102. proxy_config_service_impl_unittest.cc
  103. README.md
  104. scheduler_configuration_manager.cc
  105. scheduler_configuration_manager.h
  106. scheduler_configuration_manager_unittest.cc
  107. scoped_set_running_on_chromeos_for_testing.cc
  108. scoped_set_running_on_chromeos_for_testing.h
  109. session_length_limiter.cc
  110. session_length_limiter.h
  111. session_length_limiter_unittest.cc
  112. set_time_dialog.cc
  113. set_time_dialog.h
  114. shutdown_policy_browsertest.cc
  115. startup_settings_cache.cc
  116. startup_settings_cache.h
  117. startup_settings_cache_unittest.cc
  118. tpm_firmware_update.cc
  119. tpm_firmware_update.h
  120. tpm_firmware_update_notification.cc
  121. tpm_firmware_update_notification.h
  122. 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.