blob: 318b76c80d666b49ffcd5c5812370f99e651f458 [file] [log] [blame]
[email protected]e41982a72012-11-20 07:16:511// Copyright 2012 The Chromium Authors. All rights reserved.
license.botbf09a502008-08-24 00:55:552// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
initial.commit09911bf2008-07-26 23:55:294
[email protected]37858e52010-08-26 00:22:025#include "chrome/browser/prefs/browser_prefs.h"
initial.commit09911bf2008-07-26 23:55:296
[email protected]c5d4b1842014-06-20 21:19:507#include <string>
8
hbosfaf3baf2016-07-01 13:43:169#include "base/files/file_util.h"
rkaplow058da3132015-02-19 18:18:3810#include "base/metrics/histogram_macros.h"
primiano6221e572015-01-28 12:14:3411#include "base/trace_event/trace_event.h"
avib896c712015-12-26 02:10:4312#include "build/build_config.h"
[email protected]1a47d7e2010-10-15 00:37:2413#include "chrome/browser/about_flags.h"
[email protected]7a25d872012-05-21 19:14:1314#include "chrome/browser/accessibility/invert_bubble_prefs.h"
[email protected]b1de2c72013-02-06 02:45:4715#include "chrome/browser/browser_process_impl.h"
[email protected]c5cf01032009-02-16 07:00:3716#include "chrome/browser/browser_shutdown.h"
[email protected]bca18382012-06-25 19:15:2317#include "chrome/browser/chrome_content_browser_client.h"
sorinebcfc8dd2016-08-12 21:57:1818#include "chrome/browser/component_updater/component_updater_prefs.h"
[email protected]a6d36cc2011-02-23 00:39:4819#include "chrome/browser/custom_handlers/protocol_handler_registry.h"
[email protected]70019152012-12-19 11:44:1920#include "chrome/browser/devtools/devtools_window.h"
[email protected]e5dc4222010-08-30 22:16:3221#include "chrome/browser/download/download_prefs.h"
dmurph93fa43b2017-02-07 23:45:1622#include "chrome/browser/engagement/important_sites_util.h"
[email protected]ed2b1002011-05-25 14:12:1023#include "chrome/browser/external_protocol/external_protocol_handler.h"
[email protected]1b3588d2012-10-10 21:17:2524#include "chrome/browser/first_run/first_run.h"
[email protected]4e48d772010-02-18 12:11:1425#include "chrome/browser/geolocation/geolocation_prefs.h"
[email protected]e6933d2a2013-03-12 22:32:2126#include "chrome/browser/gpu/gpu_mode_manager.h"
qinmin9899e492016-08-05 19:03:2627#include "chrome/browser/gpu/gpu_profile_cache.h"
[email protected]5e9d1f72011-01-19 14:15:2328#include "chrome/browser/intranet_redirect_detector.h"
[email protected]3c319eb2013-02-21 14:44:4529#include "chrome/browser/io_thread.h"
[email protected]cd80cce2013-12-02 15:19:1930#include "chrome/browser/media/media_device_id_salt.h"
mcasasa2023ab2016-09-08 01:06:3631#include "chrome/browser/media/webrtc/media_capture_devices_dispatcher.h"
32#include "chrome/browser/media/webrtc/media_stream_devices_controller.h"
[email protected]4a55a712014-06-08 16:50:3433#include "chrome/browser/metrics/chrome_metrics_service_client.h"
[email protected]ad66db12014-07-10 12:43:4734#include "chrome/browser/net/http_server_properties_manager_factory.h"
tbansal0d42d6c2016-10-21 16:01:0435#include "chrome/browser/net/nqe/ui_network_quality_estimator_service.h"
[email protected]ba85a602014-06-28 20:37:1236#include "chrome/browser/net/prediction_options.h"
[email protected]67372ecf2011-09-10 01:30:4637#include "chrome/browser/net/predictor.h"
peter70152812014-09-24 19:56:2538#include "chrome/browser/notifications/extension_welcome_notification.h"
peterc4007912015-07-31 21:13:3739#include "chrome/browser/notifications/notifier_state_tracker.h"
[email protected]18a4d63c82012-05-25 23:37:0340#include "chrome/browser/pepper_flash_settings_manager.h"
[email protected]cb166d4e3f2012-11-01 06:36:0841#include "chrome/browser/plugins/plugin_finder.h"
[email protected]24f95242014-02-10 17:55:2842#include "chrome/browser/prefs/chrome_pref_service_factory.h"
[email protected]4e94ab32011-08-05 05:28:2743#include "chrome/browser/prefs/incognito_mode_prefs.h"
iclelland27f4bcb2016-06-22 16:41:0344#include "chrome/browser/prefs/origin_trial_prefs.h"
[email protected]37858e52010-08-26 00:22:0245#include "chrome/browser/prefs/session_startup_pref.h"
[email protected]1bee6ed2012-03-14 06:46:3646#include "chrome/browser/profiles/chrome_version_service.h"
pmarko6ab8be242017-01-11 11:02:5547#include "chrome/browser/profiles/net_http_session_params_observer.h"
[email protected]ee937fe2013-02-27 00:41:5948#include "chrome/browser/profiles/profile.h"
[email protected]8ecad5e2010-12-02 21:18:3349#include "chrome/browser/profiles/profile_impl.h"
[email protected]dee810e2011-06-27 19:43:3950#include "chrome/browser/profiles/profile_info_cache.h"
[email protected]de71ae992013-07-18 03:30:3851#include "chrome/browser/profiles/profiles_state.h"
johnmecf2da0c2015-10-28 19:42:1252#include "chrome/browser/push_messaging/push_messaging_app_identifier.h"
[email protected]bb9c9752013-04-25 23:02:1153#include "chrome/browser/renderer_host/pepper/device_id_fetcher.h"
gab3ca4a492017-03-02 00:19:4154#include "chrome/browser/rlz/chrome_rlz_tracker_delegate.h"
[email protected]a7b8e43d2013-03-18 18:52:4355#include "chrome/browser/search/search.h"
[email protected]8a120892012-06-08 01:18:5056#include "chrome/browser/signin/signin_manager_factory.h"
avi24d693f2016-08-06 18:03:5257#include "chrome/browser/task_manager/task_manager_interface.h"
oysteine386fc9e2015-06-07 18:45:4158#include "chrome/browser/tracing/chrome_tracing_delegate.h"
[email protected]f0ee7912013-02-27 06:02:5559#include "chrome/browser/ui/app_list/app_list_service.h"
[email protected]2cd4fde2012-06-26 03:10:2660#include "chrome/browser/ui/browser_ui_prefs.h"
[email protected]26bd3893c2014-04-15 18:59:5861#include "chrome/browser/ui/navigation_correction_tab_observer.h"
[email protected]297fb7c22012-06-26 12:37:4962#include "chrome/browser/ui/network_profile_bubble.h"
[email protected]9ce7cb42011-12-07 18:53:0763#include "chrome/browser/ui/prefs/prefs_tab_helper.h"
[email protected]62f77772011-02-23 19:45:4264#include "chrome/browser/ui/search_engines/keyword_editor_controller.h"
[email protected]b56e2e32012-05-11 21:18:0465#include "chrome/browser/ui/tabs/pinned_tab_codec.h"
[email protected]265a1492011-02-27 05:58:0766#include "chrome/browser/ui/webui/flags_ui.h"
[email protected]213723212012-09-21 22:28:4667#include "chrome/browser/ui/webui/instant_ui.h"
[email protected]7c5c6f3a2011-04-28 19:56:4968#include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
[email protected]0209b442012-07-18 00:38:0569#include "chrome/browser/ui/webui/print_preview/sticky_settings.h"
sievers2f1e8112015-12-04 18:43:5670#include "chrome/common/features.h"
[email protected]f87919d72011-02-02 18:46:1671#include "chrome/common/pref_names.h"
[email protected]526a16b2013-06-20 11:44:3372#include "components/autofill/core/browser/autofill_manager.h"
ioanapa8bfbc72016-09-07 16:09:0573#include "components/browsing_data/core/pref_names.h"
rsleevi96356f82016-06-30 09:01:2074#include "components/certificate_transparency/ct_policy_manager.h"
mukai8eaec822014-10-25 17:53:1675#include "components/content_settings/core/browser/host_content_settings_map.h"
[email protected]6a5b0712014-07-16 00:30:1076#include "components/dom_distiller/core/distilled_page_prefs.h"
sdefresne8593e6432015-12-01 12:38:0877#include "components/flags_ui/pref_service_flags_storage.h"
jianli2dc910b02014-09-19 02:42:4678#include "components/gcm_driver/gcm_channel_status_syncer.h"
grta872c102016-04-12 17:20:5779#include "components/metrics/metrics_service.h"
[email protected]d0ab865b2014-06-04 19:41:3480#include "components/network_time/network_time_tracker.h"
pkedc5e1eb2016-08-19 18:34:5981#include "components/ntp_snippets/bookmarks/bookmark_suggestions_provider.h"
dgn52914722016-10-18 10:28:4282#include "components/ntp_snippets/content_suggestions_service.h"
jkrcal093410c2016-12-21 16:13:5583#include "components/ntp_snippets/remote/remote_suggestions_provider_impl.h"
treibe0e11db2016-09-29 15:35:3484#include "components/ntp_snippets/remote/request_throttler.h"
jkrcal093410c2016-12-21 16:13:5585#include "components/ntp_snippets/remote/scheduling_remote_suggestions_provider.h"
skym9e961db2016-09-19 19:02:0886#include "components/ntp_snippets/sessions/foreign_sessions_suggestions_provider.h"
jkrcale13510e2016-09-08 17:56:2087#include "components/ntp_snippets/user_classifier.h"
treibbb0c5af52016-12-09 17:34:1588#include "components/ntp_tiles/most_visited_sites.h"
blundell2102f7c2015-07-09 10:00:5389#include "components/omnibox/browser/zero_suggest_provider.h"
melandory444f85f2015-09-07 13:32:4290#include "components/password_manager/core/browser/password_bubble_experiment.h"
[email protected]1f730bd2014-02-28 15:11:3291#include "components/password_manager/core/browser/password_manager.h"
brettw03e61962016-03-15 06:27:0492#include "components/policy/core/browser/browser_policy_connector.h"
93#include "components/policy/core/browser/url_blacklist_manager.h"
94#include "components/policy/core/common/policy_statistics_collector.h"
[email protected]f0c8c4992014-05-15 17:37:2695#include "components/pref_registry/pref_registry_syncable.h"
brettwb1fc1b82016-02-02 00:19:0896#include "components/prefs/pref_registry_simple.h"
97#include "components/prefs/pref_service.h"
abhishek.a2171c612852015-08-31 10:48:1998#include "components/proxy_config/pref_proxy_config_tracker_impl.h"
nzolghadrd87a308d2016-12-07 15:45:5699#include "components/rappor/rappor_service_impl.h"
[email protected]0915b352014-06-25 19:58:14100#include "components/search_engines/template_url_prepopulate_data.h"
abhishek.a212849cee2015-10-20 11:27:29101#include "components/ssl_config/ssl_config_service_manager.h"
fdoray44cd7812016-01-08 17:03:59102#include "components/startup_metric_utils/browser/startup_metric_utils.h"
engedyc5ef21ad2016-06-17 20:22:27103#include "components/subresource_filter/core/browser/ruleset_service.h"
maxbogue2f960e52016-10-07 01:24:15104#include "components/sync/base/sync_prefs.h"
maxbogueea16ff412016-10-28 16:35:29105#include "components/sync_preferences/pref_service_syncable.h"
jkrcalc713e702016-10-06 21:53:40106#include "components/translate/core/browser/language_model.h"
[email protected]81135072014-02-14 14:11:02107#include "components/translate/core/browser/translate_prefs.h"
wafflesd2d9a332016-04-09 01:59:57108#include "components/update_client/update_client.h"
blundell0300cdea2015-09-03 12:47:44109#include "components/variations/service/variations_service.h"
hbosfaf3baf2016-07-01 13:43:16110#include "content/public/browser/browser_thread.h"
[email protected]f3b1a082011-11-18 00:34:30111#include "content/public/browser/render_process_host.h"
brettw00899e62016-11-12 02:10:17112#include "extensions/features/features.h"
[email protected]ad66db12014-07-10 12:43:47113#include "net/http/http_server_properties_manager.h"
brettw4b461082016-11-19 18:55:16114#include "ppapi/features/features.h"
Brett Wilson65f951c2016-11-03 22:06:12115#include "printing/features/features.h"
gab3ca4a492017-03-02 00:19:41116#include "rlz/features/features.h"
[email protected]a814d8632009-01-31 20:18:52117
brettwd1bc9da2016-10-14 19:04:24118#if BUILDFLAG(ENABLE_APP_LIST)
thestigf2a0fa92016-09-07 09:37:29119#include "chrome/browser/apps/drive/drive_app_mapping.h"
khmeleca50572016-11-03 16:54:45120#include "chrome/browser/ui/app_list/app_list_syncable_service.h"
thestigf2a0fa92016-09-07 09:37:29121#endif
122
brettw3224f3c2016-02-25 20:07:45123#if BUILDFLAG(ENABLE_BACKGROUND)
thestige4155842014-10-20 18:58:02124#include "chrome/browser/background/background_mode_manager.h"
125#endif
126
brettw00899e62016-11-12 02:10:17127#if BUILDFLAG(ENABLE_EXTENSIONS)
je_julie.kim7fbb5a1a2015-02-09 17:26:05128#include "chrome/browser/accessibility/animation_policy_prefs.h"
thestige4155842014-10-20 18:58:02129#include "chrome/browser/apps/shortcut_manager.h"
[email protected]17510602014-06-05 11:02:28130#include "chrome/browser/extensions/activity_log/activity_log.h"
131#include "chrome/browser/extensions/api/commands/command_service.h"
[email protected]17510602014-06-05 11:02:28132#include "chrome/browser/extensions/api/tabs/tabs_api.h"
[email protected]d5a74be2014-08-08 01:01:27133#include "chrome/browser/extensions/extension_web_ui.h"
[email protected]17510602014-06-05 11:02:28134#include "chrome/browser/extensions/launch_util.h"
[email protected]deba96a2014-08-03 05:48:54135#include "chrome/browser/signin/easy_unlock_service.h"
avib896c712015-12-26 02:10:43136#include "chrome/browser/ui/toolbar/toolbar_actions_bar.h"
thestig428c2ca2014-09-07 06:17:51137#include "chrome/browser/ui/webui/extensions/extension_settings_handler.h"
afakhry2bd481832016-06-16 16:17:24138#include "extensions/browser/api/runtime/runtime_api.h"
[email protected]d5a74be2014-08-08 01:01:27139#include "extensions/browser/extension_prefs.h"
brettw00899e62016-11-12 02:10:17140#endif // BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]17510602014-06-05 11:02:28141
brettwab78fef2016-10-12 02:56:05142#if BUILDFLAG(ENABLE_PLUGIN_INSTALLATION)
bauerb4da36132014-12-26 19:53:13143#include "chrome/browser/plugins/plugins_resource_service.h"
144#endif
145
brettw9e85ef42016-11-01 21:01:24146#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
kotenkov8695455122015-04-16 16:40:07147#include "chrome/browser/supervised_user/child_accounts/child_account_service.h"
treibb473df22015-01-08 18:08:26148#include "chrome/browser/supervised_user/legacy/supervised_user_shared_settings_service.h"
149#include "chrome/browser/supervised_user/legacy/supervised_user_sync_service.h"
[email protected]cce15bb2014-06-17 13:43:51150#include "chrome/browser/supervised_user/supervised_user_service.h"
bauerb4da36132014-12-26 19:53:13151#include "chrome/browser/supervised_user/supervised_user_whitelist_service.h"
[email protected]a0795592013-05-25 14:19:02152#endif
153
thestig4888f292016-10-07 23:57:55154#if BUILDFLAG(ENABLE_SERVICE_DISCOVERY)
[email protected]9544e562013-09-21 04:20:55155#include "chrome/browser/ui/webui/local_discovery/local_discovery_ui.h"
156#endif
157
thestigf2a0fa92016-09-07 09:37:29158#if defined(OS_ANDROID)
zpengdb4a58e2017-01-10 17:40:32159#include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h"
sfierab0f63392017-01-05 14:24:47160#include "chrome/browser/android/ntp/content_suggestions_notifier_service.h"
zpengdb4a58e2017-01-10 17:40:32161#include "chrome/browser/android/ntp/recent_tabs_page_prefs.h"
mlliuee3a405c2016-10-28 22:34:52162#include "chrome/browser/android/preferences/browser_prefs_android.h"
vitaliii2600e8e02016-12-09 17:23:36163#include "chrome/browser/ntp_snippets/download_suggestions_provider.h"
vitaliii9f8aa5f82016-12-22 09:26:35164#include "components/ntp_snippets/category_rankers/click_based_category_ranker.h"
vitaliii2600e8e02016-12-09 17:23:36165#include "components/ntp_snippets/offline_pages/recent_tab_suggestions_provider.h"
166#include "components/ntp_snippets/physical_web_pages/physical_web_page_suggestions_provider.h"
zpengdb4a58e2017-01-10 17:40:32167#include "components/ntp_tiles/popular_sites_impl.h"
thestigf2a0fa92016-09-07 09:37:29168#else
peter9f4490a2017-01-27 00:58:36169#include "chrome/browser/gcm/gcm_product_util.h"
thestigc91176f42014-10-28 20:16:35170#include "chrome/browser/signin/signin_promo.h"
zpengdb4a58e2017-01-10 17:40:32171#include "chrome/browser/ui/startup/startup_browser_creator.h"
dbeam72db0762015-05-20 20:37:12172#include "chrome/browser/ui/webui/foreign_session_handler.h"
zpengdb4a58e2017-01-10 17:40:32173#include "chrome/browser/upgrade_detector.h"
thestigc91176f42014-10-28 20:16:35174#endif
175
[email protected]9acc48602009-11-30 21:18:51176#if defined(OS_CHROMEOS)
peletskyif19358fd2016-11-08 16:21:29177#include "chrome/browser/chromeos/app_mode/arc/arc_kiosk_app_manager.h"
[email protected]1637c192013-02-16 04:00:13178#include "chrome/browser/chromeos/app_mode/kiosk_app_manager.h"
hidehiko5d944082016-11-18 06:16:04179#include "chrome/browser/chromeos/arc/arc_session_manager.h"
msramek56e72e82016-11-17 16:14:47180#include "chrome/browser/chromeos/arc/policy/arc_policy_bridge.h"
Satoru Takabayashi876d4e62014-12-03 04:52:24181#include "chrome/browser/chromeos/customization/customization_document.h"
[email protected]658124652012-10-11 00:49:33182#include "chrome/browser/chromeos/display/display_preferences.h"
[email protected]a5058a22013-08-29 20:49:51183#include "chrome/browser/chromeos/extensions/echo_private_api.h"
mtomaszbd1170f2014-10-21 05:34:18184#include "chrome/browser/chromeos/file_system_provider/registry.h"
[email protected]980d5f9e2013-12-17 17:47:08185#include "chrome/browser/chromeos/first_run/first_run.h"
jdufault59d6f53d2017-02-15 19:19:37186#include "chrome/browser/chromeos/login/demo_mode/demo_mode_detector.h"
jdufault489f4302016-05-20 20:34:28187#include "chrome/browser/chromeos/login/quick_unlock/pin_storage.h"
sammiequon250289992016-11-08 07:22:04188#include "chrome/browser/chromeos/login/quick_unlock/quick_unlock_utils.h"
[email protected]3b9deb402014-01-30 17:50:16189#include "chrome/browser/chromeos/login/saml/saml_offline_signin_limiter.h"
[email protected]295ca1a72014-07-01 16:14:31190#include "chrome/browser/chromeos/login/session/user_session_manager.h"
[email protected]aa8328fb2013-04-19 15:09:06191#include "chrome/browser/chromeos/login/startup_utils.h"
[email protected]83d82d42014-05-16 02:04:42192#include "chrome/browser/chromeos/login/users/avatar/user_image_manager.h"
193#include "chrome/browser/chromeos/login/users/avatar/user_image_sync_observer.h"
[email protected]4d390782014-08-15 09:22:58194#include "chrome/browser/chromeos/login/users/chrome_user_manager_impl.h"
[email protected]83d82d42014-05-16 02:04:42195#include "chrome/browser/chromeos/login/users/multi_profile_user_controller.h"
pkotwiczafd6d922015-01-16 00:32:33196#include "chrome/browser/chromeos/login/users/wallpaper/wallpaper_manager.h"
kirtika857eeac2016-11-05 00:24:26197#include "chrome/browser/chromeos/net/network_throttling_observer.h"
pneubeckdabdfe912015-06-18 13:42:13198#include "chrome/browser/chromeos/platform_keys/key_permissions.h"
[email protected]b39d25712013-03-14 09:53:40199#include "chrome/browser/chromeos/policy/auto_enrollment_client.h"
[email protected]97275822014-01-21 19:30:36200#include "chrome/browser/chromeos/policy/browser_policy_connector_chromeos.h"
[email protected]69a99822013-06-11 00:31:36201#include "chrome/browser/chromeos/policy/device_cloud_policy_manager_chromeos.h"
[email protected]b39d25712013-03-14 09:53:40202#include "chrome/browser/chromeos/policy/device_status_collector.h"
rsorokin3c13ece2017-01-16 15:58:41203#include "chrome/browser/chromeos/policy/dm_token_storage.h"
[email protected]bcb94772013-12-19 14:28:58204#include "chrome/browser/chromeos/policy/policy_cert_service_factory.h"
[email protected]2424cc52013-07-17 13:44:38205#include "chrome/browser/chromeos/power/power_prefs.h"
[email protected]9acc48602009-11-30 21:18:51206#include "chrome/browser/chromeos/preferences.h"
skau8f5719a2017-02-13 19:41:27207#include "chrome/browser/chromeos/printing/printers_manager.h"
afakhry5b2b3d92016-10-12 21:15:46208#include "chrome/browser/chromeos/resource_reporter/resource_reporter.h"
[email protected]a28c45a2013-04-18 06:02:18209#include "chrome/browser/chromeos/settings/device_oauth2_token_service.h"
[email protected]0c4d97c2012-09-01 20:47:20210#include "chrome/browser/chromeos/settings/device_settings_cache.h"
[email protected]4801879e2012-04-11 17:53:33211#include "chrome/browser/chromeos/status/data_promo_notification.h"
[email protected]c280dbf2013-03-19 12:17:44212#include "chrome/browser/chromeos/system/automatic_reboot_manager.h"
afakhrye8eac602015-11-10 02:31:22213#include "chrome/browser/chromeos/system/input_device_settings.h"
[email protected]a0e44ccf2013-04-19 01:48:22214#include "chrome/browser/extensions/api/enterprise_platform_keys_private/enterprise_platform_keys_private_api.h"
[email protected]5a145e82014-05-29 22:19:07215#include "chrome/browser/extensions/extension_assets_manager_chromeos.h"
xhwangc84739e2015-03-14 01:02:46216#include "chrome/browser/media/protected_media_identifier_permission_context.h"
[email protected]8304f61a2014-05-24 12:17:33217#include "chrome/browser/metrics/chromeos_metrics_provider.h"
zelidrag459b11b12014-11-14 04:05:53218#include "chrome/browser/ui/webui/chromeos/login/enable_debugging_screen_handler.h"
[email protected]8e6742a52014-05-23 14:56:22219#include "chrome/browser/ui/webui/chromeos/login/hid_detection_screen_handler.h"
[email protected]bb9c5d72014-06-14 19:21:21220#include "chrome/browser/ui/webui/chromeos/login/reset_screen_handler.h"
[email protected]daf4b542013-07-23 17:11:27221#include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h"
jamescook9439c7392014-12-18 01:47:25222#include "chromeos/audio/audio_devices_pref_handler_impl.h"
stevenjb100c6202016-10-28 02:28:00223#include "chromeos/network/proxy/proxy_config_handler.h"
alemate48255f3d2015-01-30 18:11:41224#include "chromeos/timezone/timezone_resolver.h"
knn062cdbb2015-06-26 18:18:42225#include "components/invalidation/impl/invalidator_storage.h"
stevenjbf22f82e2016-10-26 21:47:38226#include "components/onc/onc_pref_names.h"
glevin5dd01a72016-03-23 23:08:12227#include "components/quirks/quirks_manager.h"
[email protected]86c6b9e32011-10-25 17:09:10228#else
229#include "chrome/browser/extensions/default_apps.h"
[email protected]9acc48602009-11-30 21:18:51230#endif
231
brettwd1bc9da2016-10-14 19:04:24232#if defined(OS_CHROMEOS) && BUILDFLAG(ENABLE_APP_LIST)
khmeld7c5a322015-12-04 16:24:47233#include "chrome/browser/ui/app_list/arc/arc_app_list_prefs.h"
skaref32ba96e2015-02-20 20:27:17234#endif
235
[email protected]ceafc462013-11-04 12:26:03236#if defined(OS_MACOSX)
[email protected]425f7a02014-04-29 01:51:44237#include "chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h"
[email protected]ceafc462013-11-04 12:26:03238#include "chrome/browser/ui/cocoa/confirm_quit.h"
[email protected]2366a3a2012-10-02 20:41:14239#endif
240
[email protected]bdb8a1e2013-10-03 08:14:00241#if defined(OS_WIN)
242#include "chrome/browser/apps/app_launch_for_metro_restart_win.h"
[email protected]c5d4b1842014-06-20 21:19:50243#include "chrome/browser/component_updater/sw_reporter_installer_win.h"
alito856526d2017-03-03 09:16:17244#include "chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h"
mrefaat957939672017-02-13 21:04:54245#include "chrome/browser/ui/desktop_ios_promotion/desktop_ios_promotion_util.h"
[email protected]bdb8a1e2013-10-03 08:14:00246#endif
247
thestigf2a0fa92016-09-07 09:37:29248#if !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
249#include "chrome/browser/ui/startup/default_browser_prompt.h"
250#endif
251
[email protected]ceafc462013-11-04 12:26:03252#if defined(TOOLKIT_VIEWS)
253#include "chrome/browser/ui/browser_view_prefs.h"
[email protected]ceafc462013-11-04 12:26:03254#endif
255
[email protected]ceafc462013-11-04 12:26:03256#if defined(USE_ASH)
257#include "chrome/browser/ui/ash/chrome_launcher_prefs.h"
258#endif
259
dbeam7db5f5392016-09-21 17:33:24260#if !defined(OS_ANDROID) && !defined(OS_IOS)
261#include "chrome/browser/ui/webui/md_history_ui.h"
262#endif
263
[email protected]572f40c9b2012-07-06 20:35:33264namespace {
265
rdevlin.cronin76ea1092016-03-15 19:20:06266#if BUILDFLAG(ENABLE_GOOGLE_NOW)
267// Deprecated 3/2016
gab3ca4a492017-03-02 00:19:41268constexpr char kGoogleGeolocationAccessEnabled[] =
rdevlin.cronin76ea1092016-03-15 19:20:06269 "googlegeolocationaccess.enabled";
270#endif
271
grta872c102016-04-12 17:20:57272// Deprecated 4/2016.
gab3ca4a492017-03-02 00:19:41273constexpr char kCheckDefaultBrowser[] = "browser.check_default_browser";
grta872c102016-04-12 17:20:57274
fdorayc2315a22016-05-24 19:18:14275// Deprecated 5/2016.
gab3ca4a492017-03-02 00:19:41276constexpr char kDesktopSearchRedirectionInfobarShownPref[] =
fdorayc2315a22016-05-24 19:18:14277 "desktop_search_redirection_infobar_shown";
278
bnca376ed52016-07-23 00:20:32279// Deprecated 7/2016.
gab3ca4a492017-03-02 00:19:41280constexpr char kNetworkPredictionEnabled[] = "dns_prefetching.enabled";
281constexpr char kDisableSpdy[] = "spdy.disabled";
bnca376ed52016-07-23 00:20:32282
thestigf2a0fa92016-09-07 09:37:29283// Deprecated 8/2016.
gab3ca4a492017-03-02 00:19:41284constexpr char kRecentlySelectedEncoding[] =
285 "profile.recently_selected_encodings";
286constexpr char kStaticEncodings[] = "intl.static_encodings";
thestigf2a0fa92016-09-07 09:37:29287
288// Deprecated 9/2016.
gab3ca4a492017-03-02 00:19:41289constexpr char kWebKitUsesUniversalDetector[] =
thestigf2a0fa92016-09-07 09:37:29290 "webkit.webprefs.uses_universal_detector";
gab3ca4a492017-03-02 00:19:41291constexpr char kWebKitAllowDisplayingInsecureContent[] =
carlosk5f1c5172016-09-08 18:59:31292 "webkit.webprefs.allow_displaying_insecure_content";
thestigf2a0fa92016-09-07 09:37:29293
takumif0cd92262017-02-10 17:51:51294#if BUILDFLAG(ENABLE_EXTENSIONS)
295// Deprecated 2/2017.
gab3ca4a492017-03-02 00:19:41296constexpr char kToolbarMigratedComponentActionStatus[] =
takumif0cd92262017-02-10 17:51:51297 "toolbar_migrated_component_action_status";
298#endif
299
gab3ca4a492017-03-02 00:19:41300#if BUILDFLAG(ENABLE_RLZ)
301// Migrated out of kDistroDict as of 2/2017.
302constexpr char kDistroRlzPingDelay[] = "ping_delay";
303#endif // BUILDFLAG(ENABLE_RLZ)
304
305// master_preferences used to be mapped as-is to Preferences on first run but
306// the "distribution" dictionary was never used beyond first run. It is now
307// stripped in first_run.cc prior to applying this mapping. Cleanup for existing
308// Preferences files added here 2/2017.
309constexpr char kDistroDict[] = "distribution";
310
thestigf2a0fa92016-09-07 09:37:29311void DeleteWebRTCIdentityStoreDBOnFileThread(
312 const base::FilePath& profile_path) {
hbosfaf3baf2016-07-01 13:43:16313 base::DeleteFile(profile_path.Append(
314 FILE_PATH_LITERAL("WebRTCIdentityStore")), false);
315 base::DeleteFile(profile_path.Append(
316 FILE_PATH_LITERAL("WebRTCIdentityStore-journal")), false);
317}
318
thestigf2a0fa92016-09-07 09:37:29319void DeleteWebRTCIdentityStoreDB(const Profile& profile) {
hbosfaf3baf2016-07-01 13:43:16320 content::BrowserThread::PostDelayedTask(
321 content::BrowserThread::FILE,
322 FROM_HERE,
thestigf2a0fa92016-09-07 09:37:29323 base::Bind(&DeleteWebRTCIdentityStoreDBOnFileThread, profile.GetPath()),
hbosfaf3baf2016-07-01 13:43:16324 base::TimeDelta::FromSeconds(120));
325}
326
[email protected]572f40c9b2012-07-06 20:35:33327} // namespace
328
329namespace chrome {
initial.commit09911bf2008-07-26 23:55:29330
[email protected]4082306d92013-02-21 14:51:01331void RegisterLocalState(PrefRegistrySimple* registry) {
[email protected]2a5f29632012-11-26 17:17:55332 // Please keep this list alphabetized.
[email protected]f0ee7912013-02-27 06:02:55333 AppListService::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47334 browser_shutdown::RegisterPrefs(registry);
335 BrowserProcessImpl::RegisterPrefs(registry);
[email protected]4a55a712014-06-08 16:50:34336 ChromeMetricsServiceClient::RegisterPrefs(registry);
oysteinede6783b2016-05-25 18:08:43337 ChromeTracingDelegate::RegisterPrefs(registry);
blundell57bcfed2015-09-04 08:44:45338 variations::VariationsService::RegisterPrefs(registry);
sorinebcfc8dd2016-08-12 21:57:18339 component_updater::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47340 ExternalProtocolHandler::RegisterPrefs(registry);
sdefresne8593e6432015-12-01 12:38:08341 flags_ui::PrefServiceFlagsStorage::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47342 geolocation::RegisterPrefs(registry);
[email protected]e6933d2a2013-03-12 22:32:21343 GpuModeManager::RegisterPrefs(registry);
qinmin9899e492016-08-05 19:03:26344 GpuProfileCache::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47345 IntranetRedirectDetector::RegisterPrefs(registry);
[email protected]3c319eb2013-02-21 14:44:45346 IOThread::RegisterPrefs(registry);
[email protected]d0ab865b2014-06-04 19:41:34347 network_time::NetworkTimeTracker::RegisterPrefs(registry);
iclelland27f4bcb2016-06-22 16:41:03348 OriginTrialPrefs::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47349 PrefProxyConfigTrackerImpl::RegisterPrefs(registry);
350 ProfileInfoCache::RegisterPrefs(registry);
[email protected]de71ae992013-07-18 03:30:38351 profiles::RegisterPrefs(registry);
nzolghadrd87a308d2016-12-07 15:45:56352 rappor::RapporServiceImpl::RegisterPrefs(registry);
[email protected]ceafc462013-11-04 12:26:03353 RegisterScreenshotPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47354 SigninManagerFactory::RegisterPrefs(registry);
abhishek.a212849cee2015-10-20 11:27:29355 ssl_config::SSLConfigServiceManager::RegisterPrefs(registry);
engedy6cfa34f2016-07-29 11:18:09356 subresource_filter::IndexedRulesetVersion::RegisterPrefs(registry);
fdoray44cd7812016-01-08 17:03:59357 startup_metric_utils::RegisterPrefs(registry);
wafflesd2d9a332016-04-09 01:59:57358 update_client::RegisterPrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:34359
[email protected]b1de2c72013-02-06 02:45:47360 policy::BrowserPolicyConnector::RegisterPrefs(registry);
361 policy::PolicyStatisticsCollector::RegisterPrefs(registry);
[email protected]27e96a972011-10-20 20:06:55362
brettw00899e62016-11-12 02:10:17363#if BUILDFLAG(ENABLE_EXTENSIONS)
xiyuane4f1c4e02014-10-06 16:28:44364 EasyUnlockService::RegisterPrefs(registry);
365#endif
366
brettw4b461082016-11-19 18:55:16367#if BUILDFLAG(ENABLE_PLUGINS)
[email protected]ceafc462013-11-04 12:26:03368 PluginFinder::RegisterPrefs(registry);
369#endif
370
brettwab78fef2016-10-12 02:56:05371#if BUILDFLAG(ENABLE_PLUGIN_INSTALLATION)
[email protected]ceafc462013-11-04 12:26:03372 PluginsResourceService::RegisterPrefs(registry);
373#endif
374
brettwee486bb2016-12-08 17:56:34375#if !defined(OS_ANDROID)
avi24d693f2016-08-06 18:03:52376 task_manager::TaskManagerInterface::RegisterPrefs(registry);
brettwee486bb2016-12-08 17:56:34377#endif // !defined(OS_ANDROID)
[email protected]44879ed2012-04-06 01:11:02378
brettw3224f3c2016-02-25 20:07:45379#if BUILDFLAG(ENABLE_BACKGROUND)
[email protected]b1de2c72013-02-06 02:45:47380 BackgroundModeManager::RegisterPrefs(registry);
bshe1cffacd82015-12-04 16:54:23381#endif
382
bshe1cffacd82015-12-04 16:54:23383#if !defined(OS_ANDROID)
bshef78bbfd2016-01-05 18:44:03384 RegisterBrowserPrefs(registry);
grtf14398c2015-07-14 15:11:44385 StartupBrowserCreator::RegisterLocalStatePrefs(registry);
jianli2dc910b02014-09-19 02:42:46386 // The native GCM is used on Android instead.
387 gcm::GCMChannelStatusSyncer::RegisterPrefs(registry);
johnme627dc8c72016-08-19 21:49:39388 gcm::RegisterPrefs(registry);
thestigd75ce5532015-10-05 22:08:34389 UpgradeDetector::RegisterPrefs(registry);
[email protected]e7f79872013-09-13 01:39:31390#if !defined(OS_CHROMEOS)
[email protected]abaca602013-03-29 01:31:29391 RegisterDefaultBrowserPromptPrefs(registry);
[email protected]e7f79872013-09-13 01:39:31392#endif // !defined(OS_CHROMEOS)
393#endif // !defined(OS_ANDROID)
[email protected]3954f332012-02-25 02:51:54394
[email protected]8f0d8ecd12010-04-20 11:51:30395#if defined(OS_CHROMEOS)
[email protected]8304f61a2014-05-24 12:17:33396 ChromeOSMetricsProvider::RegisterPrefs(registry);
peletskyif19358fd2016-11-08 16:21:29397 chromeos::ArcKioskAppManager::RegisterPrefs(registry);
jamescook928c5e82015-01-07 20:47:18398 chromeos::AudioDevicesPrefHandlerImpl::RegisterPrefs(registry);
[email protected]4d390782014-08-15 09:22:58399 chromeos::ChromeUserManagerImpl::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47400 chromeos::DataPromoNotification::RegisterPrefs(registry);
[email protected]a28c45a2013-04-18 06:02:18401 chromeos::DeviceOAuth2TokenService::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47402 chromeos::device_settings_cache::RegisterPrefs(registry);
zelidrag459b11b12014-11-14 04:05:53403 chromeos::EnableDebuggingScreenHandler::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47404 chromeos::language_prefs::RegisterPrefs(registry);
[email protected]1637c192013-02-16 04:00:13405 chromeos::KioskAppManager::RegisterPrefs(registry);
[email protected]d6001872013-09-24 18:31:26406 chromeos::MultiProfileUserController::RegisterPrefs(registry);
[email protected]8e6742a52014-05-23 14:56:22407 chromeos::HIDDetectionScreenHandler::RegisterPrefs(registry);
[email protected]219643f2014-07-16 17:54:00408 chromeos::DemoModeDetector::RegisterPrefs(registry);
kirtika857eeac2016-11-05 00:24:26409 chromeos::NetworkThrottlingObserver::RegisterPrefs(registry);
[email protected]681958c2013-02-21 13:48:14410 chromeos::Preferences::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47411 chromeos::RegisterDisplayLocalStatePrefs(registry);
[email protected]bb9c5d72014-06-14 19:21:21412 chromeos::ResetScreenHandler::RegisterPrefs(registry);
afakhry5b2b3d92016-10-12 21:15:46413 chromeos::ResourceReporter::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47414 chromeos::ServicesCustomizationDocument::RegisterPrefs(registry);
[email protected]daf4b542013-07-23 17:11:27415 chromeos::SigninScreenHandler::RegisterPrefs(registry);
[email protected]295ca1a72014-07-01 16:14:31416 chromeos::StartupUtils::RegisterPrefs(registry);
[email protected]c280dbf2013-03-19 12:17:44417 chromeos::system::AutomaticRebootManager::RegisterPrefs(registry);
warx4c8baedb2016-12-03 22:38:50418 chromeos::system::InputDeviceSettings::RegisterPrefs(registry);
glevin5dd01a72016-03-23 23:08:12419 chromeos::TimeZoneResolver::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47420 chromeos::UserImageManager::RegisterPrefs(registry);
[email protected]295ca1a72014-07-01 16:14:31421 chromeos::UserSessionManager::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47422 chromeos::WallpaperManager::RegisterPrefs(registry);
[email protected]a5058a22013-08-29 20:49:51423 chromeos::echo_offer::RegisterPrefs(registry);
[email protected]5a145e82014-05-29 22:19:07424 extensions::ExtensionAssetsManagerChromeOS::RegisterPrefs(registry);
[email protected]db8bf052014-06-25 11:53:10425 invalidation::InvalidatorStorage::RegisterPrefs(registry);
stevenjbf22f82e2016-10-26 21:47:38426 ::onc::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47427 policy::AutoEnrollmentClient::RegisterPrefs(registry);
[email protected]97275822014-01-21 19:30:36428 policy::BrowserPolicyConnectorChromeOS::RegisterPrefs(registry);
[email protected]69a99822013-06-11 00:31:36429 policy::DeviceCloudPolicyManagerChromeOS::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:47430 policy::DeviceStatusCollector::RegisterPrefs(registry);
rsorokin3c13ece2017-01-16 15:58:41431 policy::DMTokenStorage::RegisterPrefs(registry);
[email protected]bcb94772013-12-19 14:28:58432 policy::PolicyCertServiceFactory::RegisterPrefs(registry);
glevin5dd01a72016-03-23 23:08:12433 quirks::QuirksManager::RegisterPrefs(registry);
afakhrye2bc0da542016-11-09 19:41:57434
435 // Moved to profile prefs, but we still need to register the prefs in local
436 // state until migration is complete (See MigrateObsoleteBrowserPrefs()).
437 chromeos::system::InputDeviceSettings::RegisterProfilePrefs(registry);
[email protected]8f0d8ecd12010-04-20 11:51:30438#endif
[email protected]b6366ffa2012-02-29 17:12:26439
440#if defined(OS_MACOSX)
[email protected]b1de2c72013-02-06 02:45:47441 confirm_quit::RegisterLocalState(registry);
[email protected]425f7a02014-04-29 01:51:44442 QuitWithAppsController::RegisterPrefs(registry);
[email protected]b6366ffa2012-02-29 17:12:26443#endif
[email protected]bdb8a1e2013-10-03 08:14:00444
445#if defined(OS_WIN)
446 app_metro_launch::RegisterPrefs(registry);
[email protected]c5d4b1842014-06-20 21:19:50447 component_updater::RegisterPrefsForSwReporter(registry);
mrefaat957939672017-02-13 21:04:54448 desktop_ios_promotion::RegisterLocalPrefs(registry);
[email protected]a8564212014-04-09 16:16:51449 password_manager::PasswordManager::RegisterLocalPrefs(registry);
[email protected]bdb8a1e2013-10-03 08:14:00450#endif
[email protected]ceafc462013-11-04 12:26:03451
452#if defined(TOOLKIT_VIEWS)
[email protected]af97be4c62014-02-13 14:43:34453 RegisterBrowserViewLocalPrefs(registry);
[email protected]ceafc462013-11-04 12:26:03454#endif
[email protected]9acc48602009-11-30 21:18:51455}
initial.commit09911bf2008-07-26 23:55:29456
[email protected]37ca3fe02013-07-05 15:32:44457// Register prefs applicable to all profiles.
458void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
rkaplow058da3132015-02-19 18:18:38459 TRACE_EVENT0("browser", "chrome::RegisterProfilePrefs");
460 SCOPED_UMA_HISTOGRAM_TIMER("Settings.RegisterProfilePrefsTime");
[email protected]2a5f29632012-11-26 17:17:55461 // User prefs. Please keep this list alphabetized.
[email protected]37ca3fe02013-07-05 15:32:44462 autofill::AutofillManager::RegisterProfilePrefs(registry);
maxbogue7e006db2016-10-03 19:48:28463 syncer::SyncPrefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44464 ChromeContentBrowserClient::RegisterProfilePrefs(registry);
465 ChromeVersionService::RegisterProfilePrefs(registry);
[email protected]ad66db12014-07-10 12:43:47466 chrome_browser_net::HttpServerPropertiesManagerFactory::RegisterProfilePrefs(
[email protected]c753f142013-02-10 13:14:04467 registry);
[email protected]37ca3fe02013-07-05 15:32:44468 chrome_browser_net::Predictor::RegisterProfilePrefs(registry);
[email protected]ba85a602014-06-28 20:37:12469 chrome_browser_net::RegisterPredictionOptionsProfilePrefs(registry);
[email protected]06690dc2014-03-07 08:44:00470 chrome_prefs::RegisterProfilePrefs(registry);
[email protected]6a5b0712014-07-16 00:30:10471 dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44472 DownloadPrefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44473 HostContentSettingsMap::RegisterProfilePrefs(registry);
dmurph93fa43b2017-02-07 23:45:16474 ImportantSitesUtil::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44475 IncognitoModePrefs::RegisterProfilePrefs(registry);
476 InstantUI::RegisterProfilePrefs(registry);
[email protected]26bd3893c2014-04-15 18:59:58477 NavigationCorrectionTabObserver::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44478 MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry);
[email protected]cd80cce2013-12-02 15:19:19479 MediaDeviceIDSalt::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44480 MediaStreamDevicesController::RegisterProfilePrefs(registry);
pmarko6ab8be242017-01-11 11:02:55481 NetHttpSessionParamsObserver::RegisterProfilePrefs(registry);
brettw1f92eed2016-12-07 01:12:58482 NotifierStateTracker::RegisterProfilePrefs(registry);
pkedc5e1eb2016-08-19 18:34:59483 ntp_snippets::BookmarkSuggestionsProvider::RegisterProfilePrefs(registry);
jkrcal093410c2016-12-21 16:13:55484 ntp_snippets::ContentSuggestionsService::RegisterProfilePrefs(registry);
skym9e961db2016-09-19 19:02:08485 ntp_snippets::ForeignSessionsSuggestionsProvider::RegisterProfilePrefs(
486 registry);
jkrcal093410c2016-12-21 16:13:55487 ntp_snippets::RemoteSuggestionsProviderImpl::RegisterProfilePrefs(registry);
jkrcal505ea3a2016-07-22 10:19:22488 ntp_snippets::RequestThrottler::RegisterProfilePrefs(registry);
jkrcal093410c2016-12-21 16:13:55489 ntp_snippets::SchedulingRemoteSuggestionsProvider::RegisterProfilePrefs(
490 registry);
jkrcale13510e2016-09-08 17:56:20491 ntp_snippets::UserClassifier::RegisterProfilePrefs(registry);
treibbb0c5af52016-12-09 17:34:15492 ntp_tiles::MostVisitedSites::RegisterProfilePrefs(registry);
melandory444f85f2015-09-07 13:32:42493 password_bubble_experiment::RegisterPrefs(registry);
[email protected]a8564212014-04-09 16:16:51494 password_manager::PasswordManager::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44495 PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry);
496 PrefsTabHelper::RegisterProfilePrefs(registry);
497 Profile::RegisterProfilePrefs(registry);
498 ProfileImpl::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44499 ProtocolHandlerRegistry::RegisterProfilePrefs(registry);
johnmecf2da0c2015-10-28 19:42:12500 PushMessagingAppIdentifier::RegisterProfilePrefs(registry);
[email protected]c753f142013-02-10 13:14:04501 RegisterBrowserUserPrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44502 SessionStartupPref::RegisterProfilePrefs(registry);
503 TemplateURLPrepopulateData::RegisterProfilePrefs(registry);
jkrcalc713e702016-10-06 21:53:40504 translate::LanguageModel::RegisterProfilePrefs(registry);
[email protected]e5e72cc2014-07-22 19:06:49505 translate::TranslatePrefs::RegisterProfilePrefs(registry);
tbansal0d42d6c2016-10-21 16:01:04506 UINetworkQualityEstimatorService::RegisterProfilePrefs(registry);
[email protected]855ebff2014-05-09 07:14:38507 ZeroSuggestProvider::RegisterProfilePrefs(registry);
ioanapa8bfbc72016-09-07 16:09:05508 browsing_data::prefs::RegisterBrowserUserPrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:34509
[email protected]37ca3fe02013-07-05 15:32:44510 policy::URLBlacklistManager::RegisterProfilePrefs(registry);
rsleevi96356f82016-06-30 09:01:20511 certificate_transparency::CTPolicyManager::RegisterPrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:34512
brettw00899e62016-11-12 02:10:17513#if BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]deba96a2014-08-03 05:48:54514 EasyUnlockService::RegisterProfilePrefs(registry);
[email protected]17510602014-06-05 11:02:28515 ExtensionWebUI::RegisterProfilePrefs(registry);
je_julie.kim7fbb5a1a2015-02-09 17:26:05516 RegisterAnimationPolicyPrefs(registry);
mfoltz96f329c2016-01-13 18:16:58517 ToolbarActionsBar::RegisterProfilePrefs(registry);
518 extensions::ActivityLog::RegisterProfilePrefs(registry);
mfoltz96f329c2016-01-13 18:16:58519 extensions::ExtensionPrefs::RegisterProfilePrefs(registry);
520 extensions::launch_util::RegisterProfilePrefs(registry);
afakhry2bd481832016-06-16 16:17:24521 extensions::RuntimeAPI::RegisterPrefs(registry);
brettw00899e62016-11-12 02:10:17522#endif // BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]c2ac1dda2013-09-23 05:04:56523
brettw1f92eed2016-12-07 01:12:58524#if BUILDFLAG(ENABLE_EXTENSIONS) && !defined(OS_ANDROID)
peter70152812014-09-24 19:56:25525 // The extension welcome notification requires a build that enables extensions
526 // and notifications, and uses the UI message center.
527 ExtensionWelcomeNotification::RegisterProfilePrefs(registry);
528#endif
529
Brett Wilson65f951c2016-11-03 22:06:12530#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
bauerb4da36132014-12-26 19:53:13531 printing::StickySettings::RegisterProfilePrefs(registry);
532#endif
533
thestig4888f292016-10-07 23:57:55534#if BUILDFLAG(ENABLE_SERVICE_DISCOVERY)
[email protected]2188c8d2014-03-21 00:58:56535 LocalDiscoveryUI::RegisterProfilePrefs(registry);
536#endif
537
brettw9e85ef42016-11-01 21:01:24538#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
jam1c5a91492016-02-24 20:47:53539#if !defined(OS_ANDROID)
bauerb4da36132014-12-26 19:53:13540 SupervisedUserSharedSettingsService::RegisterProfilePrefs(registry);
541 SupervisedUserSyncService::RegisterProfilePrefs(registry);
bauerb7f3b8542015-06-29 19:56:19542#endif
543 ChildAccountService::RegisterProfilePrefs(registry);
544 SupervisedUserService::RegisterProfilePrefs(registry);
bauerb4da36132014-12-26 19:53:13545 SupervisedUserWhitelistService::RegisterProfilePrefs(registry);
546#endif
547
zpengdb4a58e2017-01-10 17:40:32548#if defined(OS_ANDROID)
mastiz78efbde2016-12-14 17:07:07549 ntp_tiles::PopularSitesImpl::RegisterProfilePrefs(registry);
mvanouwerkerkc1751e02017-01-06 12:16:43550 variations::VariationsService::RegisterProfilePrefs(registry);
[email protected]084f82b2013-11-01 00:09:59551 PartnerBookmarksShim::RegisterProfilePrefs(registry);
mvanouwerkerkc1751e02017-01-06 12:16:43552 RecentTabsPagePrefs::RegisterProfilePrefs(registry);
[email protected]ceafc462013-11-04 12:26:03553#else
554 AppShortcutManager::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44555 DeviceIDFetcher::RegisterProfilePrefs(registry);
556 DevToolsWindow::RegisterProfilePrefs(registry);
brettwd1bc9da2016-10-14 19:04:24557#if BUILDFLAG(ENABLE_APP_LIST)
[email protected]c30bda262014-06-19 04:10:13558 DriveAppMapping::RegisterProfilePrefs(registry);
khmeleca50572016-11-03 16:54:45559 app_list::AppListSyncableService::RegisterProfilePrefs(registry);
taptedd13e0cd2016-05-13 08:26:56560#endif
[email protected]37ca3fe02013-07-05 15:32:44561 extensions::CommandService::RegisterProfilePrefs(registry);
[email protected]1c9bf752013-08-01 00:10:52562 extensions::ExtensionSettingsHandler::RegisterProfilePrefs(registry);
[email protected]d29f4e312013-08-07 05:28:31563 extensions::TabsCaptureVisibleTabFunction::RegisterProfilePrefs(registry);
[email protected]54b25a82014-04-30 21:47:05564 NewTabUI::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44565 PepperFlashSettingsManager::RegisterProfilePrefs(registry);
566 PinnedTabCodec::RegisterProfilePrefs(registry);
[email protected]3d27d272013-07-31 03:15:16567 signin::RegisterProfilePrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:34568#endif
569
vitaliii2600e8e02016-12-09 17:23:36570#if defined(OS_ANDROID)
sfierab0f63392017-01-05 14:24:47571 ContentSuggestionsNotifierService::RegisterProfilePrefs(registry);
vitaliii2600e8e02016-12-09 17:23:36572 DownloadSuggestionsProvider::RegisterProfilePrefs(registry);
vitaliii9f8aa5f82016-12-22 09:26:35573 ntp_snippets::ClickBasedCategoryRanker::RegisterProfilePrefs(registry);
vitaliii2600e8e02016-12-09 17:23:36574 ntp_snippets::PhysicalWebPageSuggestionsProvider::RegisterProfilePrefs(
575 registry);
576 ntp_snippets::RecentTabSuggestionsProvider::RegisterProfilePrefs(registry);
577#endif // defined(OS_ANDROID)
578
mlliuee3a405c2016-10-28 22:34:52579#if !defined(OS_ANDROID)
johnme627dc8c72016-08-19 21:49:39580 browser_sync::ForeignSessionHandler::RegisterProfilePrefs(registry);
581 gcm::GCMChannelStatusSyncer::RegisterProfilePrefs(registry);
582 gcm::RegisterProfilePrefs(registry);
tmartino6254f472016-11-21 01:22:56583 StartupBrowserCreator::RegisterProfilePrefs(registry);
johnme627dc8c72016-08-19 21:49:39584#endif
585
586#if !defined(OS_ANDROID) && !defined(OS_CHROMEOS)
587 default_apps::RegisterProfilePrefs(registry);
mvanouwerkerk9f0f38a2016-06-08 14:11:44588#endif
589
[email protected]9acc48602009-11-30 21:18:51590#if defined(OS_CHROMEOS)
hidehiko5d944082016-11-18 06:16:04591 arc::ArcSessionManager::RegisterProfilePrefs(registry);
[email protected]980d5f9e2013-12-17 17:47:08592 chromeos::first_run::RegisterProfilePrefs(registry);
[email protected]7de7aee2014-06-02 12:37:52593 chromeos::file_system_provider::RegisterProfilePrefs(registry);
pneubeckdabdfe912015-06-18 13:42:13594 chromeos::KeyPermissions::RegisterProfilePrefs(registry);
[email protected]d6001872013-09-24 18:31:26595 chromeos::MultiProfileUserController::RegisterProfilePrefs(registry);
sammiequon85feb872017-02-20 23:19:51596 chromeos::quick_unlock::PinStorage::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44597 chromeos::Preferences::RegisterProfilePrefs(registry);
skau8f5719a2017-02-13 19:41:27598 chromeos::PrintersManager::RegisterProfilePrefs(registry);
sammiequon85feb872017-02-20 23:19:51599 chromeos::quick_unlock::RegisterProfilePrefs(registry);
[email protected]3b9deb402014-01-30 17:50:16600 chromeos::SAMLOfflineSigninLimiter::RegisterProfilePrefs(registry);
[email protected]d0b28892014-03-05 18:56:31601 chromeos::ServicesCustomizationDocument::RegisterProfilePrefs(registry);
afakhrye2bc0da542016-11-09 19:41:57602 chromeos::system::InputDeviceSettings::RegisterProfilePrefs(registry);
[email protected]de25c91f2013-09-06 06:51:58603 chromeos::UserImageSyncObserver::RegisterProfilePrefs(registry);
dkrahn3f7776e2016-02-26 08:12:29604 extensions::EPKPChallengeUserKey::RegisterProfilePrefs(registry);
sdefresne8593e6432015-12-01 12:38:08605 flags_ui::PrefServiceFlagsStorage::RegisterProfilePrefs(registry);
pmarko0a957522017-02-21 19:00:57606 policy::DeviceStatusCollector::RegisterProfilePrefs(registry);
stevenjbf22f82e2016-10-26 21:47:38607 ::onc::RegisterProfilePrefs(registry);
[email protected]9acc48602009-11-30 21:18:51608#endif
[email protected]cc36c2c2012-03-01 00:57:34609
brettwd1bc9da2016-10-14 19:04:24610#if defined(OS_CHROMEOS) && BUILDFLAG(ENABLE_APP_LIST)
khmeld7c5a322015-12-04 16:24:47611 ArcAppListPrefs::RegisterProfilePrefs(registry);
612#endif
613
gab3ca4a492017-03-02 00:19:41614#if BUILDFLAG(ENABLE_RLZ)
615 ChromeRLZTrackerDelegate::RegisterProfilePrefs(registry);
616#endif
617
[email protected]a4422802012-05-03 09:19:15618#if defined(OS_WIN)
mad2b3b6552014-09-25 00:44:49619 component_updater::RegisterProfilePrefsForSwReporter(registry);
mrefaat957939672017-02-13 21:04:54620 desktop_ios_promotion::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44621 NetworkProfileBubble::RegisterProfilePrefs(registry);
alito856526d2017-03-03 09:16:17622 safe_browsing::SettingsResetPromptPrefsManager::RegisterProfilePrefs(
623 registry);
[email protected]a4422802012-05-03 09:19:15624#endif
[email protected]eeec6ca2013-02-21 15:10:43625
[email protected]ceafc462013-11-04 12:26:03626#if defined(TOOLKIT_VIEWS)
[email protected]af97be4c62014-02-13 14:43:34627 RegisterBrowserViewProfilePrefs(registry);
[email protected]ceafc462013-11-04 12:26:03628 RegisterInvertBubbleUserPrefs(registry);
[email protected]ceafc462013-11-04 12:26:03629#endif
630
631#if defined(USE_ASH)
khmel3b43aaa2016-06-21 02:39:46632 ash::launcher::RegisterChromeLauncherUserPrefs(registry);
[email protected]e4bf6b7bb52013-07-15 16:49:40633#endif
dbeam72db0762015-05-20 20:37:12634
dbeam7db5f5392016-09-21 17:33:24635#if !defined(OS_ANDROID) && !defined(OS_IOS)
636 MdHistoryUI::RegisterProfilePrefs(registry);
637#endif
638
gabf2901f62015-11-12 10:36:49639 // Preferences registered only for migration (clearing or moving to a new key)
640 // go here.
641
rdevlin.cronin76ea1092016-03-15 19:20:06642#if BUILDFLAG(ENABLE_GOOGLE_NOW)
643 registry->RegisterBooleanPref(kGoogleGeolocationAccessEnabled, false);
644#endif
grta872c102016-04-12 17:20:57645
646 registry->RegisterBooleanPref(kCheckDefaultBrowser, true);
fdorayc2315a22016-05-24 19:18:14647
648 registry->RegisterBooleanPref(kDesktopSearchRedirectionInfobarShownPref,
649 false);
bnca376ed52016-07-23 00:20:32650
651 registry->RegisterBooleanPref(kNetworkPredictionEnabled, true);
652 registry->RegisterBooleanPref(kDisableSpdy, false);
thestigf2a0fa92016-09-07 09:37:29653 registry->RegisterStringPref(kStaticEncodings, std::string());
654 registry->RegisterStringPref(kRecentlySelectedEncoding, std::string());
655 registry->RegisterBooleanPref(kWebKitUsesUniversalDetector, true);
carlosk5f1c5172016-09-08 18:59:31656
657 registry->RegisterBooleanPref(kWebKitAllowDisplayingInsecureContent, true);
takumif0cd92262017-02-10 17:51:51658
659#if BUILDFLAG(ENABLE_EXTENSIONS)
660 registry->RegisterDictionaryPref(kToolbarMigratedComponentActionStatus);
661#endif
gab3ca4a492017-03-02 00:19:41662
663 registry->RegisterDictionaryPref(kDistroDict);
initial.commit09911bf2008-07-26 23:55:29664}
license.botbf09a502008-08-24 00:55:55665
[email protected]37ca3fe02013-07-05 15:32:44666void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
667 RegisterProfilePrefs(registry);
[email protected]2424cc52013-07-17 13:44:38668
669#if defined(OS_CHROMEOS)
670 chromeos::PowerPrefs::RegisterUserProfilePrefs(registry);
671#endif
mlliuee3a405c2016-10-28 22:34:52672
673#if defined(OS_ANDROID)
674 ::android::RegisterUserProfilePrefs(registry);
675#endif
[email protected]37ca3fe02013-07-05 15:32:44676}
677
[email protected]8eefe842014-01-17 06:42:40678void RegisterScreenshotPrefs(PrefRegistrySimple* registry) {
679 registry->RegisterBooleanPref(prefs::kDisableScreenshots, false);
680}
681
[email protected]37ca3fe02013-07-05 15:32:44682#if defined(OS_CHROMEOS)
683void RegisterLoginProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
684 RegisterProfilePrefs(registry);
[email protected]2424cc52013-07-17 13:44:38685
686 chromeos::PowerPrefs::RegisterLoginProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:44687}
688#endif
689
rkaplowf216caf2015-03-02 22:37:45690// This method should be periodically pruned of year+ old migrations.
691void MigrateObsoleteBrowserPrefs(Profile* profile, PrefService* local_state) {
afakhrye2bc0da542016-11-09 19:41:57692#if defined(OS_CHROMEOS)
693 // Added 11/2016
warx4c8baedb2016-12-03 22:38:50694 local_state->ClearPref(prefs::kTouchscreenEnabled);
695 local_state->ClearPref(prefs::kTouchpadEnabled);
afakhrye2bc0da542016-11-09 19:41:57696#endif // defined(OS_CHROMEOS)
rkaplowf216caf2015-03-02 22:37:45697}
698
699// This method should be periodically pruned of year+ old migrations.
700void MigrateObsoleteProfilePrefs(Profile* profile) {
701 PrefService* profile_prefs = profile->GetPrefs();
702
spqchana04af1f2016-03-02 17:43:08703#if defined(OS_MACOSX)
704 // Migrate the value of kHideFullscreenToolbar to kShowFullscreenToolbar if
705 // it was set by the user. See crbug.com/590827.
706 // Added 03/2016.
707 const PrefService::Preference* hide_pref =
708 profile_prefs->FindPreference(prefs::kHideFullscreenToolbar);
709 if (!hide_pref->IsDefaultValue()) {
710 bool hide_pref_value =
711 profile_prefs->GetBoolean(prefs::kHideFullscreenToolbar);
712 profile_prefs->SetBoolean(prefs::kShowFullscreenToolbar, !hide_pref_value);
713 profile_prefs->ClearPref(prefs::kHideFullscreenToolbar);
714 }
715#endif
716
rdevlin.cronin76ea1092016-03-15 19:20:06717#if BUILDFLAG(ENABLE_GOOGLE_NOW)
718 // Added 3/2016.
719 profile_prefs->ClearPref(kGoogleGeolocationAccessEnabled);
720#endif
grta872c102016-04-12 17:20:57721
722 // Added 4/2016.
723 if (!profile_prefs->GetBoolean(kCheckDefaultBrowser)) {
724 // Seed kDefaultBrowserLastDeclined with the install date.
725 metrics::MetricsService* metrics_service =
726 g_browser_process->metrics_service();
727 base::Time install_time =
728 metrics_service
729 ? base::Time::FromTimeT(metrics_service->GetInstallDate())
730 : base::Time::Now();
731 profile_prefs->SetInt64(prefs::kDefaultBrowserLastDeclined,
732 install_time.ToInternalValue());
733 }
734 profile_prefs->ClearPref(kCheckDefaultBrowser);
fdorayc2315a22016-05-24 19:18:14735
736 // Added 5/2016.
737 profile_prefs->ClearPref(kDesktopSearchRedirectionInfobarShownPref);
hbosfaf3baf2016-07-01 13:43:16738
739 // Added 7/2016.
thestigf2a0fa92016-09-07 09:37:29740 DeleteWebRTCIdentityStoreDB(*profile);
bnca376ed52016-07-23 00:20:32741 profile_prefs->ClearPref(kNetworkPredictionEnabled);
742 profile_prefs->ClearPref(kDisableSpdy);
jinsukkim72125e22016-08-30 23:51:48743
744 // Added 8/2016.
thestigf2a0fa92016-09-07 09:37:29745 profile_prefs->ClearPref(kStaticEncodings);
746 profile_prefs->ClearPref(kRecentlySelectedEncoding);
jinsukkimc07e01372016-09-07 02:33:43747
748 // Added 9/2016.
thestigf2a0fa92016-09-07 09:37:29749 profile_prefs->ClearPref(kWebKitUsesUniversalDetector);
carlosk5f1c5172016-09-08 18:59:31750 profile_prefs->ClearPref(kWebKitAllowDisplayingInsecureContent);
takumif0cd92262017-02-10 17:51:51751
752#if BUILDFLAG(ENABLE_EXTENSIONS)
753 // Added 2/2017.
754 profile_prefs->ClearPref(kToolbarMigratedComponentActionStatus);
755#endif
gab3ca4a492017-03-02 00:19:41756
757 // Added 2/2017.
758 {
759#if BUILDFLAG(ENABLE_RLZ)
760 const base::DictionaryValue* distro_dict =
761 profile_prefs->GetDictionary(kDistroDict);
762 int rlz_ping_delay = 0;
763 if (distro_dict &&
764 distro_dict->GetInteger(kDistroRlzPingDelay, &rlz_ping_delay)) {
765 profile_prefs->SetInteger(prefs::kRlzPingDelaySeconds, rlz_ping_delay);
766 }
767#endif // BUILDFLAG(ENABLE_RLZ)
768 profile_prefs->ClearPref(kDistroDict);
769 }
[email protected]102253f2012-12-14 17:00:58770}
771
[email protected]572f40c9b2012-07-06 20:35:33772} // namespace chrome