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