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