[go: nahoru, domu]

tree: 719d875c03778d5221aa23f12d1dd0437e1bec15 [path history] [tgz]
  1. android_sms/
  2. chromebox_for_meetings/
  3. cryptauth/
  4. dbus/
  5. device_sync/
  6. eche_app/
  7. events/
  8. exo/
  9. extensions/
  10. file_manager/
  11. fileapi/
  12. first_run/
  13. full_restore/
  14. input_method/
  15. launcher_search_provider/
  16. multidevice_setup/
  17. nearby/
  18. net/
  19. phonehub/
  20. platform_keys/
  21. policy/
  22. power/
  23. printing/
  24. secure_channel/
  25. smb_client/
  26. tether/
  27. boot_times_recorder.cc
  28. boot_times_recorder.h
  29. browser_context_keyed_service_factories.cc
  30. browser_context_keyed_service_factories.h
  31. BUILD.gn
  32. camera_detector.cc
  33. camera_detector.h
  34. camera_presence_notifier.cc
  35. camera_presence_notifier.h
  36. chrome_browser_main_chromeos.cc
  37. chrome_browser_main_chromeos.h
  38. chrome_content_browser_client_chromeos_part.cc
  39. chrome_content_browser_client_chromeos_part.h
  40. chrome_content_browser_client_chromeos_part_browsertest.cc
  41. chrome_content_browser_client_chromeos_part_unittest.cc
  42. concierge_helper_service.cc
  43. concierge_helper_service.h
  44. concierge_helper_service_unittest.cc
  45. DEPS
  46. device_name_store.cc
  47. device_name_store.h
  48. device_name_store_unittest.cc
  49. DIR_METADATA
  50. eol_notification.cc
  51. eol_notification.h
  52. eol_notification_unittest.cc
  53. external_metrics.cc
  54. external_metrics.h
  55. external_metrics_unittest.cc
  56. external_protocol_dialog.cc
  57. external_protocol_dialog.h
  58. idle_detector.cc
  59. idle_detector.h
  60. language_preferences.cc
  61. language_preferences.h
  62. locale_change_guard.cc
  63. locale_change_guard.h
  64. locale_change_guard_unittest.cc
  65. logging.cc
  66. logging.h
  67. logging_browsertest.cc
  68. network_change_manager_client.cc
  69. network_change_manager_client.h
  70. network_change_manager_client_browsertest.cc
  71. network_change_manager_client_unittest.cc
  72. note_taking_controller_client.cc
  73. note_taking_controller_client.h
  74. note_taking_helper.cc
  75. note_taking_helper.h
  76. note_taking_helper_unittest.cc
  77. OWNERS
  78. preferences.cc
  79. preferences.h
  80. preferences_chromeos_browsertest.cc
  81. preferences_unittest.cc
  82. process_snapshot_server.cc
  83. process_snapshot_server.h
  84. process_snapshot_server_unittest.cc
  85. proxy_config_service_impl_unittest.cc
  86. README.md
  87. scheduler_configuration_manager.cc
  88. scheduler_configuration_manager.h
  89. scheduler_configuration_manager_unittest.cc
  90. scoped_test_system_nss_key_slot_mixin.cc
  91. scoped_test_system_nss_key_slot_mixin.h
  92. service_sandbox_type.h
  93. session_length_limiter.cc
  94. session_length_limiter.h
  95. session_length_limiter_unittest.cc
  96. set_time_dialog.cc
  97. set_time_dialog.h
  98. shutdown_policy_browsertest.cc
  99. startup_settings_cache.cc
  100. startup_settings_cache.h
  101. startup_settings_cache_browsertest.cc
  102. startup_settings_cache_unittest.cc
  103. system_token_cert_db_initializer.cc
  104. system_token_cert_db_initializer.h
  105. system_token_cert_db_initializer_unittest.cc
  106. throttle_observer.cc
  107. throttle_observer.h
  108. throttle_observer_unittest.cc
  109. throttle_service.cc
  110. throttle_service.h
  111. throttle_service_unittest.cc
  112. tpm_firmware_update.cc
  113. tpm_firmware_update.h
  114. tpm_firmware_update_notification.cc
  115. tpm_firmware_update_notification.h
  116. tpm_firmware_update_unittest.cc
  117. u2f_notification.cc
  118. u2f_notification.h
  119. vm_shutdown_observer.h
  120. vm_starting_observer.h
  121. window_throttle_observer_base.cc
  122. window_throttle_observer_base.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, and chrome/browser/chromeos/net/network_portal_detector_impl.h.