tree: 01524af631d921afc99b5def5914f1827c58df30 [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. ownership/
  33. platform_keys/
  34. policy/
  35. power/
  36. prefs/
  37. printing/
  38. profiles/
  39. reset/
  40. resource_reporter/
  41. secure_channel/
  42. settings/
  43. smb_client/
  44. status/
  45. system/
  46. system_logs/
  47. tether/
  48. ui/
  49. virtual_machines/
  50. boot_times_recorder.cc
  51. boot_times_recorder.h
  52. BUILD.gn
  53. camera_detector.cc
  54. camera_detector.h
  55. camera_presence_notifier.cc
  56. camera_presence_notifier.h
  57. chrome_browser_main_chromeos.cc
  58. chrome_browser_main_chromeos.h
  59. chrome_content_browser_client_chromeos_part.cc
  60. chrome_content_browser_client_chromeos_part.h
  61. chrome_service_name.cc
  62. chrome_service_name.h
  63. DEPS
  64. eol_notification.cc
  65. eol_notification.h
  66. external_metrics.cc
  67. external_metrics.h
  68. external_metrics_unittest.cc
  69. external_protocol_dialog.cc
  70. external_protocol_dialog.h
  71. idle_detector.cc
  72. idle_detector.h
  73. language_preferences.cc
  74. language_preferences.h
  75. launchable.cc
  76. launchable.h
  77. locale_change_guard.cc
  78. locale_change_guard.h
  79. locale_change_guard_unittest.cc
  80. logging.cc
  81. logging.h
  82. mobile_config.cc
  83. mobile_config.h
  84. mobile_config_unittest.cc
  85. note_taking_controller_client.cc
  86. note_taking_controller_client.h
  87. note_taking_helper.cc
  88. note_taking_helper.h
  89. note_taking_helper_unittest.cc
  90. oauth2_token_service_delegate.cc
  91. oauth2_token_service_delegate.h
  92. oauth2_token_service_delegate_unittest.cc
  93. OWNERS
  94. preferences.cc
  95. preferences.h
  96. preferences_chromeos_browsertest.cc
  97. preferences_unittest.cc
  98. proxy_config_service_impl_unittest.cc
  99. proxy_cros_settings_parser.cc
  100. proxy_cros_settings_parser.h
  101. README.md
  102. scoped_set_running_on_chromeos_for_testing.cc
  103. scoped_set_running_on_chromeos_for_testing.h
  104. session_length_limiter.cc
  105. session_length_limiter.h
  106. session_length_limiter_unittest.cc
  107. set_time_dialog.cc
  108. set_time_dialog.h
  109. shutdown_policy_browsertest.cc
  110. tpm_firmware_update.cc
  111. tpm_firmware_update.h
  112. tpm_firmware_update_unittest.cc
  113. upgrade_detector_chromeos.cc
  114. 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.