tree: dbeea6625846344fe36dba89106d1a74c9cd73c5 [path history] [tgz]
  1. accessibility/
  2. account_manager/
  3. android_sms/
  4. app_mode/
  5. apps/
  6. arc/
  7. attestation/
  8. authpolicy/
  9. base/
  10. certificate_provider/
  11. child_accounts/
  12. crostini/
  13. cryptauth/
  14. customization/
  15. dbus/
  16. device_sync/
  17. diagnosticsd/
  18. display/
  19. drive/
  20. events/
  21. extensions/
  22. file_manager/
  23. file_system_provider/
  24. fileapi/
  25. first_run/
  26. hats/
  27. input_method/
  28. launcher_search_provider/
  29. lock_screen_apps/
  30. login/
  31. mobile/
  32. multidevice_setup/
  33. net/
  34. night_light/
  35. ownership/
  36. platform_keys/
  37. plugin_vm/
  38. policy/
  39. power/
  40. prefs/
  41. printing/
  42. profiles/
  43. reset/
  44. resource_reporter/
  45. secure_channel/
  46. settings/
  47. smb_client/
  48. status/
  49. system/
  50. system_logs/
  51. tether/
  52. ui/
  53. virtual_machines/
  54. account_mapper_util.cc
  55. account_mapper_util.h
  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. launchable.cc
  82. launchable.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. oauth2_token_service_delegate.cc
  98. oauth2_token_service_delegate.h
  99. oauth2_token_service_delegate_unittest.cc
  100. OWNERS
  101. preferences.cc
  102. preferences.h
  103. preferences_chromeos_browsertest.cc
  104. preferences_unittest.cc
  105. proxy_config_service_impl_unittest.cc
  106. README.md
  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. tpm_firmware_update.cc
  116. tpm_firmware_update.h
  117. tpm_firmware_update_notification.cc
  118. tpm_firmware_update_notification.h
  119. 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.