tree: 8d2a109d522a77f29f14ef7e499d2fc2a08bcba2 [path history] [tgz]
  1. accessibility/
  2. app_mode/
  3. apps/
  4. arc/
  5. attestation/
  6. authpolicy/
  7. base/
  8. certificate_provider/
  9. child_accounts/
  10. crostini/
  11. cryptauth/
  12. customization/
  13. dbus/
  14. device_sync/
  15. display/
  16. drive/
  17. events/
  18. extensions/
  19. file_manager/
  20. file_system_provider/
  21. fileapi/
  22. first_run/
  23. genius_app/
  24. hats/
  25. input_method/
  26. launcher_search_provider/
  27. lock_screen_apps/
  28. login/
  29. mobile/
  30. net/
  31. night_light/
  32. options/
  33. ownership/
  34. platform_keys/
  35. policy/
  36. power/
  37. prefs/
  38. printing/
  39. profiles/
  40. reset/
  41. resource_reporter/
  42. settings/
  43. smb_client/
  44. status/
  45. system/
  46. system_logs/
  47. tether/
  48. ui/
  49. virtual_machines/
  50. ash_config.cc
  51. ash_config.h
  52. boot_times_recorder.cc
  53. boot_times_recorder.h
  54. BUILD.gn
  55. camera_detector.cc
  56. camera_detector.h
  57. camera_presence_notifier.cc
  58. camera_presence_notifier.h
  59. chrome_browser_main_chromeos.cc
  60. chrome_browser_main_chromeos.h
  61. chrome_content_browser_client_chromeos_part.cc
  62. chrome_content_browser_client_chromeos_part.h
  63. chrome_service_name.cc
  64. chrome_service_name.h
  65. DEPS
  66. eol_notification.cc
  67. eol_notification.h
  68. external_metrics.cc
  69. external_metrics.h
  70. external_metrics_unittest.cc
  71. external_protocol_dialog.cc
  72. external_protocol_dialog.h
  73. idle_detector.cc
  74. idle_detector.h
  75. language_preferences.cc
  76. language_preferences.h
  77. launchable.cc
  78. launchable.h
  79. locale_change_guard.cc
  80. locale_change_guard.h
  81. locale_change_guard_unittest.cc
  82. logging.cc
  83. logging.h
  84. mobile_config.cc
  85. mobile_config.h
  86. mobile_config_unittest.cc
  87. note_taking_controller_client.cc
  88. note_taking_controller_client.h
  89. note_taking_helper.cc
  90. note_taking_helper.h
  91. note_taking_helper_unittest.cc
  92. oauth2_token_service_delegate.cc
  93. oauth2_token_service_delegate.h
  94. oauth2_token_service_delegate_unittest.cc
  95. OWNERS
  96. preferences.cc
  97. preferences.h
  98. preferences_chromeos_browsertest.cc
  99. preferences_unittest.cc
  100. proxy_config_service_impl_unittest.cc
  101. proxy_cros_settings_parser.cc
  102. proxy_cros_settings_parser.h
  103. README.md
  104. scoped_set_running_on_chromeos_for_testing.cc
  105. scoped_set_running_on_chromeos_for_testing.h
  106. session_length_limiter.cc
  107. session_length_limiter.h
  108. session_length_limiter_unittest.cc
  109. set_time_dialog.cc
  110. set_time_dialog.h
  111. shutdown_policy_browsertest.cc
  112. tpm_firmware_update.cc
  113. tpm_firmware_update.h
  114. tpm_firmware_update_unittest.cc
  115. upgrade_detector_chromeos.cc
  116. upgrade_detector_chromeos.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, ash/public/cpp/vector_icons/vector_icons.h, and chrome/browser/chromeos/net/network_portal_detector_impl.h.