tree: 6e88d24680424353515d96d4f5431e179fa5630c [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. 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. kerberos/
  29. kiosk_next/
  30. kiosk_next_home/
  31. launcher_search_provider/
  32. lock_screen_apps/
  33. login/
  34. mobile/
  35. multidevice_setup/
  36. net/
  37. night_light/
  38. ownership/
  39. platform_keys/
  40. plugin_vm/
  41. policy/
  42. power/
  43. printing/
  44. profiles/
  45. reset/
  46. resource_reporter/
  47. secure_channel/
  48. settings/
  49. smb_client/
  50. status/
  51. supervision/
  52. system/
  53. system_logs/
  54. tether/
  55. ui/
  56. usb/
  57. virtual_machines/
  58. wilco_dtc_supportd/
  59. boot_times_recorder.cc
  60. boot_times_recorder.h
  61. BUILD.gn
  62. camera_detector.cc
  63. camera_detector.h
  64. camera_presence_notifier.cc
  65. camera_presence_notifier.h
  66. chrome_browser_main_chromeos.cc
  67. chrome_browser_main_chromeos.h
  68. chrome_content_browser_client_chromeos_part.cc
  69. chrome_content_browser_client_chromeos_part.h
  70. chrome_content_browser_client_chromeos_part_browsertest.cc
  71. chrome_content_browser_client_chromeos_part_unittest.cc
  72. chrome_service_name.cc
  73. chrome_service_name.h
  74. DEPS
  75. eol_notification.cc
  76. eol_notification.h
  77. external_metrics.cc
  78. external_metrics.h
  79. external_metrics_unittest.cc
  80. external_protocol_dialog.cc
  81. external_protocol_dialog.h
  82. idle_detector.cc
  83. idle_detector.h
  84. language_preferences.cc
  85. language_preferences.h
  86. locale_change_guard.cc
  87. locale_change_guard.h
  88. locale_change_guard_unittest.cc
  89. logging.cc
  90. logging.h
  91. network_change_manager_client.cc
  92. network_change_manager_client.h
  93. network_change_manager_client_browsertest.cc
  94. network_change_manager_client_unittest.cc
  95. note_taking_controller_client.cc
  96. note_taking_controller_client.h
  97. note_taking_helper.cc
  98. note_taking_helper.h
  99. note_taking_helper_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. scheduler_configuration_manager.cc
  108. scheduler_configuration_manager.h
  109. scheduler_configuration_manager_unittest.cc
  110. scoped_set_running_on_chromeos_for_testing.cc
  111. scoped_set_running_on_chromeos_for_testing.h
  112. session_length_limiter.cc
  113. session_length_limiter.h
  114. session_length_limiter_unittest.cc
  115. set_time_dialog.cc
  116. set_time_dialog.h
  117. shutdown_policy_browsertest.cc
  118. startup_settings_cache.cc
  119. startup_settings_cache.h
  120. startup_settings_cache_browsertest.cc
  121. startup_settings_cache_unittest.cc
  122. tpm_firmware_update.cc
  123. tpm_firmware_update.h
  124. tpm_firmware_update_notification.cc
  125. tpm_firmware_update_notification.h
  126. tpm_firmware_update_unittest.cc
  127. u2f_notification.cc
  128. u2f_notification.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.