[email protected] | e41982a7 | 2012-11-20 07:16:51 | [diff] [blame] | 1 | // Copyright 2012 The Chromium Authors. All rights reserved. |
license.bot | bf09a50 | 2008-08-24 00:55:55 | [diff] [blame] | 2 | // Use of this source code is governed by a BSD-style license that can be |
| 3 | // found in the LICENSE file. |
initial.commit | 09911bf | 2008-07-26 23:55:29 | [diff] [blame] | 4 | |
[email protected] | 37858e5 | 2010-08-26 00:22:02 | [diff] [blame] | 5 | #include "chrome/browser/prefs/browser_prefs.h" |
initial.commit | 09911bf | 2008-07-26 23:55:29 | [diff] [blame] | 6 | |
[email protected] | c5d4b184 | 2014-06-20 21:19:50 | [diff] [blame] | 7 | #include <string> |
| 8 | |
primiano | 6221e57 | 2015-01-28 12:14:34 | [diff] [blame] | 9 | #include "base/trace_event/trace_event.h" |
Nico Weber | eaa0841 | 2019-08-14 01:24:37 | [diff] [blame] | 10 | #include "build/branding_buildflags.h" |
avi | b896c71 | 2015-12-26 02:10:43 | [diff] [blame] | 11 | #include "build/build_config.h" |
Maksim Sisov | b2e86e27 | 2021-09-28 05:24:49 | [diff] [blame] | 12 | #include "build/chromecast_buildflags.h" |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 13 | #include "build/chromeos_buildflags.h" |
[email protected] | 1a47d7e | 2010-10-15 00:37:24 | [diff] [blame] | 14 | #include "chrome/browser/about_flags.h" |
Dominic Mazzoni | 21fb028 | 2019-02-13 18:32:47 | [diff] [blame] | 15 | #include "chrome/browser/accessibility/accessibility_labels_service.h" |
James Wallace-Lee | 25a1b05e | 2018-07-24 00:06:31 | [diff] [blame] | 16 | #include "chrome/browser/accessibility/accessibility_ui.h" |
[email protected] | 7a25d87 | 2012-05-21 19:14:13 | [diff] [blame] | 17 | #include "chrome/browser/accessibility/invert_bubble_prefs.h" |
[email protected] | b1de2c7 | 2013-02-06 02:45:47 | [diff] [blame] | 18 | #include "chrome/browser/browser_process_impl.h" |
[email protected] | bca1838 | 2012-06-25 19:15:23 | [diff] [blame] | 19 | #include "chrome/browser/chrome_content_browser_client.h" |
sorin | ebcfc8dd | 2016-08-12 21:57:18 | [diff] [blame] | 20 | #include "chrome/browser/component_updater/component_updater_prefs.h" |
[email protected] | 7001915 | 2012-12-19 11:44:19 | [diff] [blame] | 21 | #include "chrome/browser/devtools/devtools_window.h" |
[email protected] | e5dc422 | 2010-08-30 22:16:32 | [diff] [blame] | 22 | #include "chrome/browser/download/download_prefs.h" |
dmurph | 93fa43b | 2017-02-07 23:45:16 | [diff] [blame] | 23 | #include "chrome/browser/engagement/important_sites_util.h" |
Dominique Fauteux-Chapleau | 556bb84f | 2020-04-20 22:06:29 | [diff] [blame] | 24 | #include "chrome/browser/enterprise/connectors/connectors_prefs.h" |
Og Astorga | 3089fd8 | 2021-09-21 00:02:37 | [diff] [blame] | 25 | #include "chrome/browser/enterprise/reporting/prefs.h" |
Dominique Fauteux-Chapleau | 0e897db0 | 2021-04-19 18:42:22 | [diff] [blame] | 26 | #include "chrome/browser/enterprise/util/managed_browser_utils.h" |
[email protected] | ed2b100 | 2011-05-25 14:12:10 | [diff] [blame] | 27 | #include "chrome/browser/external_protocol/external_protocol_handler.h" |
Kirubel Aklilu | 60d316f | 2021-12-16 01:55:33 | [diff] [blame] | 28 | #include "chrome/browser/first_party_sets/first_party_sets_pref_names.h" |
[email protected] | 1b3588d | 2012-10-10 21:17:25 | [diff] [blame] | 29 | #include "chrome/browser/first_run/first_run.h" |
[email protected] | e6933d2a | 2013-03-12 22:32:21 | [diff] [blame] | 30 | #include "chrome/browser/gpu/gpu_mode_manager.h" |
Avi Drissman | d3092734 | 2018-05-22 15:04:27 | [diff] [blame] | 31 | #include "chrome/browser/lifetime/browser_shutdown.h" |
rajendrant | ff2361da | 2020-12-16 09:18:27 | [diff] [blame] | 32 | #include "chrome/browser/login_detection/login_detection_prefs.h" |
[email protected] | cd80cce | 2013-12-02 15:19:19 | [diff] [blame] | 33 | #include "chrome/browser/media/media_device_id_salt.h" |
Becca Hughes | 6354b6b | 2017-08-31 22:01:55 | [diff] [blame] | 34 | #include "chrome/browser/media/media_engagement_service.h" |
John Rummell | e5621c1 | 2017-09-05 23:52:10 | [diff] [blame] | 35 | #include "chrome/browser/media/media_storage_id_salt.h" |
George Benz | 13da3df0 | 2022-01-14 00:03:52 | [diff] [blame] | 36 | #include "chrome/browser/media/router/discovery/access_code/access_code_cast_feature.h" |
Derek Cheng | 23a0140 | 2018-07-24 13:38:14 | [diff] [blame] | 37 | #include "chrome/browser/media/router/media_router_feature.h" |
mcasas | a2023ab | 2016-09-08 01:06:36 | [diff] [blame] | 38 | #include "chrome/browser/media/webrtc/media_capture_devices_dispatcher.h" |
Evan Stade | 32d635a | 2020-04-03 18:51:25 | [diff] [blame] | 39 | #include "chrome/browser/media/webrtc/permission_bubble_media_access_handler.h" |
Sebastien Marchand | 5a63997a | 2019-09-27 19:15:34 | [diff] [blame] | 40 | #include "chrome/browser/memory/enterprise_memory_limit_pref_observer.h" |
[email protected] | 4a55a71 | 2014-06-08 16:50:34 | [diff] [blame] | 41 | #include "chrome/browser/metrics/chrome_metrics_service_client.h" |
Eric Seckler | a5c24e1 | 2018-11-28 16:09:20 | [diff] [blame] | 42 | #include "chrome/browser/net/net_error_tab_helper.h" |
Matt Menke | cfef87d | 2017-08-03 13:03:06 | [diff] [blame] | 43 | #include "chrome/browser/net/profile_network_context_service.h" |
Ben Schwartz | 135746c | 2020-05-14 04:37:03 | [diff] [blame] | 44 | #include "chrome/browser/net/secure_dns_util.h" |
Matt Menke | 4dfb375c | 2018-06-13 18:06:31 | [diff] [blame] | 45 | #include "chrome/browser/net/system_network_context_manager.h" |
Tom Anderson | 1ef51d03 | 2020-02-11 01:05:08 | [diff] [blame] | 46 | #include "chrome/browser/notifications/notification_display_service_impl.h" |
peter | c400791 | 2015-07-31 21:13:37 | [diff] [blame] | 47 | #include "chrome/browser/notifications/notifier_state_tracker.h" |
Sharon Yang | c670690 | 2018-07-16 13:06:19 | [diff] [blame] | 48 | #include "chrome/browser/notifications/platform_notification_service_impl.h" |
Balazs Engedy | 715b0ec | 2019-12-04 15:11:45 | [diff] [blame] | 49 | #include "chrome/browser/permissions/quiet_notification_permission_ui_state.h" |
Pavol Marko | debb0ff | 2018-05-07 18:35:41 | [diff] [blame] | 50 | #include "chrome/browser/policy/developer_tools_policy_handler.h" |
Simon Pelchat | e74bbb6 | 2021-12-03 23:57:55 | [diff] [blame] | 51 | #include "chrome/browser/prefetch/prefetch_prefs.h" |
Robert Ogden | 575d8a02 | 2020-11-13 17:54:54 | [diff] [blame] | 52 | #include "chrome/browser/prefetch/prefetch_proxy/prefetch_proxy_origin_decider.h" |
Ryan Sturm | 010e2f5 | 2021-01-08 00:13:56 | [diff] [blame] | 53 | #include "chrome/browser/prefetch/search_prefetch/search_prefetch_service.h" |
[email protected] | 24f9524 | 2014-02-10 17:55:28 | [diff] [blame] | 54 | #include "chrome/browser/prefs/chrome_pref_service_factory.h" |
[email protected] | 4e94ab3 | 2011-08-05 05:28:27 | [diff] [blame] | 55 | #include "chrome/browser/prefs/incognito_mode_prefs.h" |
[email protected] | 37858e5 | 2010-08-26 00:22:02 | [diff] [blame] | 56 | #include "chrome/browser/prefs/session_startup_pref.h" |
Nikita Podguzov | 26222d1 | 2019-12-04 11:44:31 | [diff] [blame] | 57 | #include "chrome/browser/printing/print_preview_sticky_settings.h" |
[email protected] | 1bee6ed | 2012-03-14 06:46:36 | [diff] [blame] | 58 | #include "chrome/browser/profiles/chrome_version_service.h" |
[email protected] | ee937fe | 2013-02-27 00:41:59 | [diff] [blame] | 59 | #include "chrome/browser/profiles/profile.h" |
Thomas Tangl | c67ace4 | 2019-06-07 19:31:50 | [diff] [blame] | 60 | #include "chrome/browser/profiles/profile_attributes_entry.h" |
Alex Ilin | bb08a0d | 2021-07-08 09:37:24 | [diff] [blame] | 61 | #include "chrome/browser/profiles/profile_attributes_storage.h" |
[email protected] | 8ecad5e | 2010-12-02 21:18:33 | [diff] [blame] | 62 | #include "chrome/browser/profiles/profile_impl.h" |
[email protected] | de71ae99 | 2013-07-18 03:30:38 | [diff] [blame] | 63 | #include "chrome/browser/profiles/profiles_state.h" |
johnme | cf2da0c | 2015-10-28 19:42:12 | [diff] [blame] | 64 | #include "chrome/browser/push_messaging/push_messaging_app_identifier.h" |
gab | 3ca4a49 | 2017-03-02 00:19:41 | [diff] [blame] | 65 | #include "chrome/browser/rlz/chrome_rlz_tracker_delegate.h" |
[email protected] | a7b8e43d | 2013-03-18 18:52:43 | [diff] [blame] | 66 | #include "chrome/browser/search/search.h" |
Himanshu Jaju | bcf3b929 | 2019-06-07 12:54:07 | [diff] [blame] | 67 | #include "chrome/browser/sharing/sharing_sync_preference.h" |
Kristi Park | d0f7241 | 2021-07-02 01:09:03 | [diff] [blame] | 68 | #include "chrome/browser/sharing_hub/sharing_hub_features.h" |
Ryan Sleevi | 4689ad3 | 2018-04-16 19:09:05 | [diff] [blame] | 69 | #include "chrome/browser/ssl/ssl_config_service_manager.h" |
avi | 24d693f | 2016-08-06 18:03:52 | [diff] [blame] | 70 | #include "chrome/browser/task_manager/task_manager_interface.h" |
oysteine | 386fc9e | 2015-06-07 18:45:41 | [diff] [blame] | 71 | #include "chrome/browser/tracing/chrome_tracing_delegate.h" |
[email protected] | 2cd4fde | 2012-06-26 03:10:26 | [diff] [blame] | 72 | #include "chrome/browser/ui/browser_ui_prefs.h" |
Robert Liao | 741be30 | 2019-07-19 23:24:42 | [diff] [blame] | 73 | #include "chrome/browser/ui/hats/hats_service.h" |
[email protected] | 297fb7c2 | 2012-06-26 12:37:49 | [diff] [blame] | 74 | #include "chrome/browser/ui/network_profile_bubble.h" |
[email protected] | 9ce7cb4 | 2011-12-07 18:53:07 | [diff] [blame] | 75 | #include "chrome/browser/ui/prefs/prefs_tab_helper.h" |
[email protected] | 62f7777 | 2011-02-23 19:45:42 | [diff] [blame] | 76 | #include "chrome/browser/ui/search_engines/keyword_editor_controller.h" |
Kristi Park | 6a5ed4d | 2020-01-27 20:24:05 | [diff] [blame] | 77 | #include "chrome/browser/ui/send_tab_to_self/send_tab_to_self_bubble_controller.h" |
[email protected] | b56e2e3 | 2012-05-11 21:18:04 | [diff] [blame] | 78 | #include "chrome/browser/ui/tabs/pinned_tab_codec.h" |
Elaine Chien | 07f137d | 2021-01-14 02:57:21 | [diff] [blame] | 79 | #include "chrome/browser/ui/toolbar/chrome_labs_prefs.h" |
Livvie Lin | 9141d0f13 | 2020-03-23 22:47:04 | [diff] [blame] | 80 | #include "chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.h" |
Dana Fried | cf8c214 | 2022-01-25 18:33:42 | [diff] [blame] | 81 | #include "chrome/browser/ui/user_education/browser_feature_promo_snooze_service.h" |
dpapad | 2be5b61c6 | 2020-12-08 11:58:49 | [diff] [blame] | 82 | #include "chrome/browser/ui/webui/flags/flags_ui.h" |
[email protected] | 7c5c6f3a | 2011-04-28 19:56:49 | [diff] [blame] | 83 | #include "chrome/browser/ui/webui/ntp/new_tab_ui.h" |
Nicolas Ouellet-Payeur | 4dbdf1e5 | 2018-08-06 21:51:02 | [diff] [blame] | 84 | #include "chrome/browser/ui/webui/print_preview/policy_settings.h" |
Xing Liu | 7252b8d | 2020-01-22 22:12:47 | [diff] [blame] | 85 | #include "chrome/browser/updates/announcement_notification/announcement_notification_service.h" |
Martin Kreichgauer | 0e1b15e | 2018-06-20 02:59:50 | [diff] [blame] | 86 | #include "chrome/browser/webauthn/chrome_authenticator_request_delegate.h" |
Martin Kreichgauer | d7aa4f9 | 2022-02-22 20:46:21 | [diff] [blame] | 87 | #include "chrome/browser/webauthn/webauthn_pref_names.h" |
Scott Violet | 6200d33 | 2018-02-23 21:29:23 | [diff] [blame] | 88 | #include "chrome/common/buildflags.h" |
[email protected] | f87919d7 | 2011-02-02 18:46:16 | [diff] [blame] | 89 | #include "chrome/common/pref_names.h" |
Ayu Ishii | fbb1fad | 2020-06-22 20:15:07 | [diff] [blame] | 90 | #include "chrome/common/secure_origin_allowlist.h" |
Moe Ahmadi | 173b0a2b | 2018-08-03 17:35:51 | [diff] [blame] | 91 | #include "components/autofill/core/common/autofill_prefs.h" |
Clark DuVall | 8236b6a8 | 2020-05-28 22:54:32 | [diff] [blame] | 92 | #include "components/blocked_content/safe_browsing_triggered_popup_blocker.h" |
ioanap | a8bfbc7 | 2016-09-07 16:09:05 | [diff] [blame] | 93 | #include "components/browsing_data/core/pref_names.h" |
Doug Turner | 9e79cf0c | 2018-04-05 21:32:30 | [diff] [blame] | 94 | #include "components/certificate_transparency/pref_names.h" |
mukai | 8eaec82 | 2014-10-25 17:53:16 | [diff] [blame] | 95 | #include "components/content_settings/core/browser/host_content_settings_map.h" |
Javier Fernández García-Boente | 7966a89 | 2021-12-09 12:28:23 | [diff] [blame] | 96 | #include "components/custom_handlers/protocol_handler_registry.h" |
[email protected] | 6a5b071 | 2014-07-16 00:30:10 | [diff] [blame] | 97 | #include "components/dom_distiller/core/distilled_page_prefs.h" |
Katie D | 1ca4328b | 2020-02-19 18:08:47 | [diff] [blame] | 98 | #include "components/dom_distiller/core/dom_distiller_features.h" |
| 99 | #include "components/dom_distiller/core/pref_names.h" |
Mugdha Lakhani | da851fd | 2021-03-16 18:21:02 | [diff] [blame] | 100 | #include "components/embedder_support/origin_trials/origin_trial_prefs.h" |
sdefresne | 8593e643 | 2015-12-01 12:38:08 | [diff] [blame] | 101 | #include "components/flags_ui/pref_service_flags_storage.h" |
Moe Ahmadi | 656dd53 | 2021-10-06 21:59:18 | [diff] [blame] | 102 | #include "components/history_clusters/core/history_clusters_prefs.h" |
Brandon Wylie | c7a9450 | 2018-10-18 18:43:25 | [diff] [blame] | 103 | #include "components/image_fetcher/core/cache/image_cache.h" |
Anthony Vallee-Dubois | 43fded970 | 2020-06-19 16:30:38 | [diff] [blame] | 104 | #include "components/invalidation/impl/fcm_invalidation_service.h" |
Tanja Gornak | 5c8b5d95 | 2018-10-12 14:39:54 | [diff] [blame] | 105 | #include "components/invalidation/impl/invalidator_registrar_with_memory.h" |
Marc Treib | 8c29f0c | 2019-12-19 12:48:07 | [diff] [blame] | 106 | #include "components/invalidation/impl/per_user_topic_subscription_manager.h" |
Anthony Vallee-Dubois | 6f99312 | 2018-09-17 16:13:28 | [diff] [blame] | 107 | #include "components/language/content/browser/geo_language_provider.h" |
Alexandre Frechette | 38f4ef9 | 2019-02-25 16:31:57 | [diff] [blame] | 108 | #include "components/language/content/browser/ulp_language_code_locator/ulp_language_code_locator.h" |
Alexandre Frechette | 572755b | 2019-02-13 22:30:20 | [diff] [blame] | 109 | #include "components/language/core/browser/language_prefs.h" |
Joe DeBlasio | 59db500b | 2020-08-21 00:37:35 | [diff] [blame] | 110 | #include "components/lookalikes/core/lookalike_url_util.h" |
Mikel Astiz | f422691 | 2020-10-19 19:10:37 | [diff] [blame] | 111 | #include "components/metrics/demographics/user_demographics.h" |
Peter Wen | 45025ea | 2018-09-17 15:16:27 | [diff] [blame] | 112 | #include "components/metrics/metrics_pref_names.h" |
[email protected] | d0ab865b | 2014-06-04 19:41:34 | [diff] [blame] | 113 | #include "components/network_time/network_time_tracker.h" |
treib | bb0c5af5 | 2016-12-09 17:34:15 | [diff] [blame] | 114 | #include "components/ntp_tiles/most_visited_sites.h" |
Scott Violet | 9ae8289 | 2018-03-01 18:38:12 | [diff] [blame] | 115 | #include "components/offline_pages/buildflags/buildflags.h" |
Travis Skare | 27cee15c | 2018-07-19 14:34:13 | [diff] [blame] | 116 | #include "components/omnibox/browser/document_provider.h" |
Moe Ahmadi | 1266de8 | 2020-04-10 17:19:53 | [diff] [blame] | 117 | #include "components/omnibox/browser/omnibox_prefs.h" |
blundell | 2102f7c | 2015-07-09 10:00:53 | [diff] [blame] | 118 | #include "components/omnibox/browser/zero_suggest_provider.h" |
Sophie Chang | f2da5f0 | 2021-01-07 19:38:47 | [diff] [blame] | 119 | #include "components/optimization_guide/core/optimization_guide_prefs.h" |
[email protected] | 1f730bd | 2014-02-28 15:11:32 | [diff] [blame] | 120 | #include "components/password_manager/core/browser/password_manager.h" |
anthonyvd | 6a43b93 | 2017-05-11 18:39:27 | [diff] [blame] | 121 | #include "components/payments/core/payment_prefs.h" |
Anthony Vallee-Dubois | cee55b1 | 2022-03-24 22:54:02 | [diff] [blame] | 122 | #include "components/performance_manager/public/user_tuning/prefs.h" |
Ravjit | 0dc26474 | 2021-10-15 11:09:35 | [diff] [blame] | 123 | #include "components/permissions/permission_actions_history.h" |
brettw | 03e6196 | 2016-03-15 06:27:04 | [diff] [blame] | 124 | #include "components/policy/core/browser/browser_policy_connector.h" |
Aaron Colwell | b422622 | 2020-07-25 16:11:36 | [diff] [blame] | 125 | #include "components/policy/core/browser/url_blocklist_manager.h" |
Yann Dago | 9c1e1951 | 2022-02-28 22:27:31 | [diff] [blame] | 126 | #include "components/policy/core/common/management/management_service.h" |
David Bienvenu | 554a259 | 2020-02-13 20:20:54 | [diff] [blame] | 127 | #include "components/policy/core/common/policy_pref_names.h" |
brettw | 03e6196 | 2016-03-15 06:27:04 | [diff] [blame] | 128 | #include "components/policy/core/common/policy_statistics_collector.h" |
[email protected] | f0c8c499 | 2014-05-15 17:37:26 | [diff] [blame] | 129 | #include "components/pref_registry/pref_registry_syncable.h" |
Martin Šrámek | 5921f631 | 2020-03-25 09:31:47 | [diff] [blame] | 130 | #include "components/prefs/pref_registry.h" |
brettw | b1fc1b8 | 2016-02-02 00:19:08 | [diff] [blame] | 131 | #include "components/prefs/pref_registry_simple.h" |
| 132 | #include "components/prefs/pref_service.h" |
Sean Harrison | 4685ab7 | 2020-12-08 18:26:22 | [diff] [blame] | 133 | #include "components/privacy_sandbox/privacy_sandbox_prefs.h" |
abhishek.a21 | 71c61285 | 2015-08-31 10:48:19 | [diff] [blame] | 134 | #include "components/proxy_config/pref_proxy_config_tracker_impl.h" |
Amanda Velasco Gallardo | 25f0736 | 2022-01-28 02:08:47 | [diff] [blame] | 135 | #include "components/safe_browsing/content/common/file_type_policies_prefs.h" |
Ali Juma | fb3dc1f | 2020-01-07 17:33:47 | [diff] [blame] | 136 | #include "components/safe_browsing/core/common/safe_browsing_prefs.h" |
[email protected] | 0915b35 | 2014-06-25 19:58:14 | [diff] [blame] | 137 | #include "components/search_engines/template_url_prepopulate_data.h" |
Carlos IL | 06e6c8c | 2020-07-28 00:25:19 | [diff] [blame] | 138 | #include "components/security_interstitials/content/insecure_form_blocking_page.h" |
Colin Blundell | 7657b40 | 2020-02-25 09:46:50 | [diff] [blame] | 139 | #include "components/security_interstitials/content/stateful_ssl_host_state_delegate.h" |
Shakti Sahu | 93bfba2 | 2021-06-17 18:05:21 | [diff] [blame] | 140 | #include "components/segmentation_platform/public/segmentation_platform_service.h" |
Mikel Astiz | f61f4ba0 | 2018-06-01 10:50:19 | [diff] [blame] | 141 | #include "components/sessions/core/session_id_generator.h" |
David Roger | fbfc938 | 2021-07-12 13:58:45 | [diff] [blame] | 142 | #include "components/signin/public/base/signin_buildflags.h" |
Henrique Ferreiro | 94eb46f | 2019-07-03 14:38:56 | [diff] [blame] | 143 | #include "components/signin/public/identity_manager/identity_manager.h" |
Evan Stade | 8915819 | 2021-01-27 18:45:23 | [diff] [blame] | 144 | #include "components/site_engagement/content/site_engagement_service.h" |
Eric Robinson | 49f19b6 | 2018-09-17 21:28:15 | [diff] [blame] | 145 | #include "components/subresource_filter/content/browser/ruleset_service.h" |
maxbogue | 2f960e5 | 2016-10-07 01:24:15 | [diff] [blame] | 146 | #include "components/sync/base/sync_prefs.h" |
Mikel Astiz | 89473c44 | 2021-07-13 09:46:12 | [diff] [blame] | 147 | #include "components/sync/driver/glue/sync_transport_data_prefs.h" |
Jeffrey Cohen | 053be24d | 2019-07-23 23:44:05 | [diff] [blame] | 148 | #include "components/sync_device_info/device_info_prefs.h" |
maxbogue | ea16ff41 | 2016-10-28 16:35:29 | [diff] [blame] | 149 | #include "components/sync_preferences/pref_service_syncable.h" |
Mikel Astiz | 0889b2be | 2018-09-25 16:20:41 | [diff] [blame] | 150 | #include "components/sync_sessions/session_sync_prefs.h" |
[email protected] | 8113507 | 2014-02-14 14:11:02 | [diff] [blame] | 151 | #include "components/translate/core/browser/translate_prefs.h" |
waffles | d2d9a33 | 2016-04-09 01:59:57 | [diff] [blame] | 152 | #include "components/update_client/update_client.h" |
blundell | 0300cdea | 2015-09-03 12:47:44 | [diff] [blame] | 153 | #include "components/variations/service/variations_service.h" |
[email protected] | f3b1a08 | 2011-11-18 00:34:30 | [diff] [blame] | 154 | #include "content/public/browser/render_process_host.h" |
Scott Violet | c8240b0 | 2018-03-08 22:03:59 | [diff] [blame] | 155 | #include "extensions/buildflags/buildflags.h" |
[email protected] | ad66db1 | 2014-07-10 12:43:47 | [diff] [blame] | 156 | #include "net/http/http_server_properties_manager.h" |
Scott Violet | 02e38b9 | 2018-03-27 23:42:14 | [diff] [blame] | 157 | #include "ppapi/buildflags/buildflags.h" |
Scott Violet | 318a55f | 2018-03-30 19:08:19 | [diff] [blame] | 158 | #include "printing/buildflags/buildflags.h" |
Scott Violet | a5f7ba1 | 2018-04-02 22:03:40 | [diff] [blame] | 159 | #include "rlz/buildflags/buildflags.h" |
[email protected] | a814d863 | 2009-01-31 20:18:52 | [diff] [blame] | 160 | |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 161 | #if BUILDFLAG(ENABLE_BACKGROUND_MODE) |
thestig | e415584 | 2014-10-20 18:58:02 | [diff] [blame] | 162 | #include "chrome/browser/background/background_mode_manager.h" |
| 163 | #endif |
| 164 | |
brettw | 00899e6 | 2016-11-12 02:10:17 | [diff] [blame] | 165 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
je_julie.kim | 7fbb5a1a | 2015-02-09 17:26:05 | [diff] [blame] | 166 | #include "chrome/browser/accessibility/animation_policy_prefs.h" |
Dominick Ng | 6ff5105 | 2018-07-06 05:30:20 | [diff] [blame] | 167 | #include "chrome/browser/apps/platform_apps/shortcut_manager.h" |
[email protected] | 1751060 | 2014-06-05 11:02:28 | [diff] [blame] | 168 | #include "chrome/browser/extensions/activity_log/activity_log.h" |
| 169 | #include "chrome/browser/extensions/api/commands/command_service.h" |
Adam Langley | 4da8d11 | 2017-11-30 06:24:01 | [diff] [blame] | 170 | #include "chrome/browser/extensions/api/cryptotoken_private/cryptotoken_private_api.h" |
[email protected] | 1751060 | 2014-06-05 11:02:28 | [diff] [blame] | 171 | #include "chrome/browser/extensions/api/tabs/tabs_api.h" |
[email protected] | d5a74be | 2014-08-08 01:01:27 | [diff] [blame] | 172 | #include "chrome/browser/extensions/extension_web_ui.h" |
Daniel Murphy | 3657906d | 2021-04-13 20:33:12 | [diff] [blame] | 173 | #include "chrome/browser/extensions/preinstalled_apps.h" |
Devlin Cronin | a997c8e | 2021-03-18 00:33:18 | [diff] [blame] | 174 | #include "chrome/browser/ui/extensions/settings_api_bubble_helpers.h" |
Devlin Cronin | 71f0f53 | 2018-04-26 16:35:06 | [diff] [blame] | 175 | #include "chrome/browser/ui/webui/extensions/extensions_ui.h" |
Evan Stade | da2a317 | 2022-02-04 02:01:35 | [diff] [blame] | 176 | #include "chrome/browser/web_applications/web_app_provider.h" |
tbarzic | fa3c7ef6 | 2017-04-17 23:12:02 | [diff] [blame] | 177 | #include "extensions/browser/api/audio/audio_api.h" |
afakhry | 2bd48183 | 2016-06-16 16:17:24 | [diff] [blame] | 178 | #include "extensions/browser/api/runtime/runtime_api.h" |
[email protected] | d5a74be | 2014-08-08 01:01:27 | [diff] [blame] | 179 | #include "extensions/browser/extension_prefs.h" |
Emilia Paz | 363fa006 | 2022-01-15 05:12:03 | [diff] [blame] | 180 | #include "extensions/browser/permissions_manager.h" |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 181 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Michael Ershov | 289785c | 2021-06-29 10:53:32 | [diff] [blame] | 182 | #include "chrome/browser/ash/attestation/tpm_challenge_key.h" |
Yuta Hijikata | 54df913 | 2021-10-09 01:27:12 | [diff] [blame] | 183 | #include "chrome/browser/ash/crosapi/browser_data_migrator.h" |
Henrique Ferreiro | 7967dce | 2021-09-23 11:37:47 | [diff] [blame] | 184 | #include "chrome/browser/ash/device_name/device_name_store.h" |
Yeunjoo Choi | 5e846329 | 2021-04-28 01:19:42 | [diff] [blame] | 185 | #include "chrome/browser/ash/kerberos/kerberos_credentials_manager.h" |
Henrique Ferreiro | b3c11756 | 2021-02-24 20:12:45 | [diff] [blame] | 186 | #include "chrome/browser/ash/login/easy_unlock/easy_unlock_service.h" |
Henrique Ferreiro | d57c496 | 2021-09-29 07:26:59 | [diff] [blame] | 187 | #include "chrome/browser/ash/net/system_proxy_manager.h" |
Henrique Ferreiro | 4ebaaa3 | 2021-10-13 16:59:35 | [diff] [blame] | 188 | #include "chrome/browser/ash/platform_keys/key_permissions/key_permissions_manager_impl.h" |
Anatoliy Potapchuk | a460bc1 | 2021-11-05 19:23:10 | [diff] [blame] | 189 | #include "chrome/browser/ash/policy/networking/euicc_status_uploader.h" |
Danila Kuzmin | 90a42f0 | 2021-12-08 14:00:16 | [diff] [blame] | 190 | #include "chrome/browser/ash/settings/hardware_data_usage_controller.h" |
Yeunjoo Choi | 5097e9c | 2021-02-25 08:46:52 | [diff] [blame] | 191 | #include "chrome/browser/ash/settings/stats_reporting_controller.h" |
Aya ElAttar | b4f7a5f | 2020-03-05 00:47:24 | [diff] [blame] | 192 | #include "chrome/browser/chromeos/extensions/extensions_permissions_tracker.h" |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 193 | #include "chrome/browser/component_updater/metadata_table_chromeos.h" |
yilkal | 95d9f88 | 2021-10-18 21:59:00 | [diff] [blame] | 194 | #include "chrome/browser/ui/ash/projector/projector_app_client_impl.h" |
Aga Wronska | 5c15cec | 2021-12-10 16:21:32 | [diff] [blame] | 195 | #include "chrome/browser/ui/webui/chromeos/edu_coexistence/edu_coexistence_login_handler_chromeos.h" |
Anastasiia N | 3829bbe | 2020-12-09 14:13:46 | [diff] [blame] | 196 | #include "chrome/browser/ui/webui/signin/inline_login_handler_chromeos.h" |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 197 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
brettw | 00899e6 | 2016-11-12 02:10:17 | [diff] [blame] | 198 | #endif // BUILDFLAG(ENABLE_EXTENSIONS) |
[email protected] | 1751060 | 2014-06-05 11:02:28 | [diff] [blame] | 199 | |
jianli | ac940cb | 2017-06-07 05:13:08 | [diff] [blame] | 200 | #if BUILDFLAG(ENABLE_OFFLINE_PAGES) |
Dmitry Titov | 4d2bde0 | 2017-06-30 05:29:52 | [diff] [blame] | 201 | #include "chrome/browser/offline_pages/prefetch/offline_metrics_collector_impl.h" |
Justin DeWitt | fa60f89 | 2017-07-26 01:33:33 | [diff] [blame] | 202 | #include "chrome/browser/offline_pages/prefetch/prefetch_background_task_handler_impl.h" |
Dan Harrington | 57be4a0 | 2018-09-14 17:50:19 | [diff] [blame] | 203 | #include "components/offline_pages/core/prefetch/prefetch_prefs.h" |
jianli | ac940cb | 2017-06-07 05:13:08 | [diff] [blame] | 204 | #endif |
| 205 | |
bauerb | ecab4f5 | 2017-03-13 20:16:41 | [diff] [blame] | 206 | #if BUILDFLAG(ENABLE_PLUGINS) |
Nicholas Verne | d391eae | 2017-11-13 02:41:38 | [diff] [blame] | 207 | #include "chrome/browser/plugins/plugin_info_host_impl.h" |
bauerb | 4da3613 | 2014-12-26 19:53:13 | [diff] [blame] | 208 | #include "chrome/browser/plugins/plugins_resource_service.h" |
| 209 | #endif |
| 210 | |
Lei Zhang | 6cb9b84 | 2019-12-16 20:29:12 | [diff] [blame] | 211 | #if BUILDFLAG(ENABLE_SUPERVISED_USERS) |
| 212 | #include "chrome/browser/supervised_user/child_accounts/child_account_service.h" |
| 213 | #include "chrome/browser/supervised_user/supervised_user_service.h" |
Bettina Dea | f3dac20 | 2017-09-16 20:53:22 | [diff] [blame] | 214 | #endif |
| 215 | |
Jian Li | c9a227c | 2022-02-28 22:55:44 | [diff] [blame] | 216 | #include "components/feed/buildflags.h" |
| 217 | #include "components/feed/core/common/pref_names.h" |
| 218 | #include "components/feed/core/shared_prefs/pref_names.h" |
| 219 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 220 | #if BUILDFLAG(IS_ANDROID) |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 221 | #include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h" |
Dmitry Titov | 5f6cfb4 | 2018-10-05 18:52:14 | [diff] [blame] | 222 | #include "chrome/browser/android/explore_sites/history_statistics_reporter.h" |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 223 | #include "chrome/browser/android/ntp/recent_tabs_page_prefs.h" |
Kenichi Ishibashi | 35ac713 | 2017-12-08 03:44:30 | [diff] [blame] | 224 | #include "chrome/browser/android/oom_intervention/oom_intervention_decider.h" |
mlliu | ee3a405c | 2016-10-28 22:34:52 | [diff] [blame] | 225 | #include "chrome/browser/android/preferences/browser_prefs_android.h" |
Patrick Noland | 87d9f84 | 2019-01-16 03:52:02 | [diff] [blame] | 226 | #include "chrome/browser/android/usage_stats/usage_stats_bridge.h" |
Sky Malice | d8eb430 | 2020-08-03 05:46:44 | [diff] [blame] | 227 | #include "chrome/browser/first_run/android/first_run_prefs.h" |
Yu Su | 4d45986 | 2021-04-15 04:19:54 | [diff] [blame] | 228 | #include "chrome/browser/lens/android/lens_prefs.h" |
John Rummell | 4703af6 | 2019-02-15 02:31:00 | [diff] [blame] | 229 | #include "chrome/browser/media/android/cdm/media_drm_origin_id_manager.h" |
Lei Zhang | db0c087 | 2022-03-04 04:26:59 | [diff] [blame] | 230 | #include "chrome/browser/notifications/notification_channels_provider_android.h" |
Christopher Thompson | 2602fea | 2019-11-26 19:36:54 | [diff] [blame] | 231 | #include "chrome/browser/ssl/known_interception_disclosure_infobar_delegate.h" |
Shakti Sahu | 623d00c | 2020-09-22 00:32:42 | [diff] [blame] | 232 | #include "chrome/browser/video_tutorials/prefs.h" |
Glen Robertson | 8a825ae4f | 2020-09-16 06:50:08 | [diff] [blame] | 233 | #include "components/cdm/browser/media_drm_storage_impl.h" // nogncheck crbug.com/1125897 |
Sebastien Lalancette | 374cf6a | 2021-06-22 17:23:52 | [diff] [blame] | 234 | #include "components/content_creation/notes/core/note_prefs.h" |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 235 | #include "components/ntp_tiles/popular_sites_impl.h" |
Clark DuVall | 600abea | 2020-03-23 16:16:17 | [diff] [blame] | 236 | #include "components/permissions/contexts/geolocation_permission_context_android.h" |
Xing Liu | 0327d83 | 2020-05-15 21:07:03 | [diff] [blame] | 237 | #include "components/query_tiles/tile_service_prefs.h" |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 238 | #else // BUILDFLAG(IS_ANDROID) |
Yue Zhang | 8790239 | 2020-12-23 23:12:05 | [diff] [blame] | 239 | #include "chrome/browser/cart/cart_service.h" |
Anqing Zhao | 9595e48 | 2021-06-10 11:33:55 | [diff] [blame] | 240 | #include "chrome/browser/device_api/device_service_impl.h" |
peter | 9f4490a | 2017-01-27 00:58:36 | [diff] [blame] | 241 | #include "chrome/browser/gcm/gcm_product_util.h" |
Matt Reynolds | 1914ff6b | 2022-02-04 08:48:26 | [diff] [blame] | 242 | #include "chrome/browser/hid/hid_policy_allowed_devices.h" |
Tommy Li | d5b7c22b | 2020-10-28 01:26:51 | [diff] [blame] | 243 | #include "chrome/browser/intranet_redirect_detector.h" |
Lei Zhang | 6cb9b84 | 2019-12-16 20:29:12 | [diff] [blame] | 244 | #include "chrome/browser/media/unified_autoplay_config.h" |
Sebastien Marchand | e9f7b99 | 2021-02-10 03:11:08 | [diff] [blame] | 245 | #include "chrome/browser/metrics/tab_stats/tab_stats_tracker.h" |
Josh Nohle | 13ea6b43 | 2020-07-21 20:46:59 | [diff] [blame] | 246 | #include "chrome/browser/nearby_sharing/common/nearby_share_prefs.h" |
Tibor Goldschwendt | 83b26a0 | 2021-07-09 23:13:18 | [diff] [blame] | 247 | #include "chrome/browser/new_tab_page/modules/drive/drive_service.h" |
Jeremy Selier | 730b56d3 | 2021-09-17 02:59:39 | [diff] [blame] | 248 | #include "chrome/browser/new_tab_page/modules/photos/photos_service.h" |
Rohit Bhatia | 22e544f | 2021-10-05 15:32:26 | [diff] [blame] | 249 | #include "chrome/browser/new_tab_page/modules/safe_browsing/safe_browsing_handler.h" |
Tibor Goldschwendt | 83b26a0 | 2021-07-09 23:13:18 | [diff] [blame] | 250 | #include "chrome/browser/new_tab_page/modules/task_module/task_module_service.h" |
Tibor Goldschwendt | 53a0eab | 2021-07-29 10:40:25 | [diff] [blame] | 251 | #include "chrome/browser/new_tab_page/promos/promo_service.h" |
Tibor Goldschwendt | f3a3ce9 | 2021-08-17 00:42:16 | [diff] [blame] | 252 | #include "chrome/browser/search/background/ntp_custom_background_service.h" |
Reilly Grant | d4fb584 | 2021-03-15 23:16:49 | [diff] [blame] | 253 | #include "chrome/browser/serial/serial_policy_allowed_ports.h" |
thestig | c91176f4 | 2014-10-28 20:16:35 | [diff] [blame] | 254 | #include "chrome/browser/signin/signin_promo.h" |
zpeng | db4a58e | 2017-01-10 17:40:32 | [diff] [blame] | 255 | #include "chrome/browser/ui/startup/startup_browser_creator.h" |
rbpotter | be12863 | 2019-11-22 04:50:42 | [diff] [blame] | 256 | #include "chrome/browser/ui/webui/history/foreign_session_handler.h" |
Tibor Goldschwendt | 53ca78b | 2020-10-07 19:56:18 | [diff] [blame] | 257 | #include "chrome/browser/ui/webui/new_tab_page/new_tab_page_handler.h" |
Tibor Goldschwendt | bbdbe8f | 2021-05-20 19:27:39 | [diff] [blame] | 258 | #include "chrome/browser/ui/webui/new_tab_page/new_tab_page_ui.h" |
John Lee | 136759f0 | 2019-04-15 20:19:11 | [diff] [blame] | 259 | #include "chrome/browser/ui/webui/settings/settings_ui.h" |
Roman Arora | cd8462c | 2021-08-03 01:20:33 | [diff] [blame] | 260 | #include "chrome/browser/ui/webui/tab_search/tab_search_prefs.h" |
rbpotter | 73c1325 | 2021-07-16 21:29:34 | [diff] [blame] | 261 | #include "chrome/browser/ui/webui/whats_new/whats_new_ui.h" |
Greg Thompson | 8bcd799b | 2018-08-10 09:49:33 | [diff] [blame] | 262 | #include "chrome/browser/upgrade_detector/upgrade_detector.h" |
Abigail Klein | 153fa7a | 2021-08-26 19:50:50 | [diff] [blame] | 263 | #include "components/live_caption/live_caption_controller.h" |
Muyao Xu | 8683d7bd | 2022-03-25 23:09:00 | [diff] [blame] | 264 | #include "components/media_router/common/pref_names.h" |
Lei Zhang | 6cb9b84 | 2019-12-16 20:29:12 | [diff] [blame] | 265 | #include "components/ntp_tiles/custom_links_manager_impl.h" |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 266 | #endif // BUILDFLAG(IS_ANDROID) |
thestig | c91176f4 | 2014-10-28 20:16:35 | [diff] [blame] | 267 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 268 | #if BUILDFLAG(IS_CHROMEOS) |
Alvin Lee | 99f8d9a8 | 2021-11-18 18:45:55 | [diff] [blame] | 269 | #include "chrome/browser/chromeos/policy/dlp/dlp_rules_manager_impl.h" |
Olya Kalitova | 39e913d5 | 2021-03-16 22:26:22 | [diff] [blame] | 270 | #include "chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h" |
Michael Ershov | 5b2a706 | 2022-01-17 14:28:45 | [diff] [blame] | 271 | #include "chrome/browser/policy/networking/policy_cert_service.h" |
Ben Franz | 7353736 | 2021-11-08 11:53:40 | [diff] [blame] | 272 | #include "chrome/browser/policy/system_features_disable_list_policy_handler.h" |
Michael Ershov | d9a627e | 2021-11-03 13:55:27 | [diff] [blame] | 273 | #include "chrome/browser/ui/webui/certificates_handler.h" |
Pranav Batra | e7140767 | 2021-08-16 23:53:00 | [diff] [blame] | 274 | #if defined(USE_CUPS) |
| 275 | #include "chrome/browser/extensions/api/printing/printing_api_handler.h" |
| 276 | #endif // defined(USE_CUPS) |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 277 | #endif // BUILDFLAG(IS_CHROMEOS) |
Olya Kalitova | 39e913d5 | 2021-03-16 22:26:22 | [diff] [blame] | 278 | |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 279 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Yao Li | 646187a | 2021-11-16 01:02:11 | [diff] [blame] | 280 | #include "ash/components/arc/arc_prefs.h" |
Henrique Ferreiro | 7b69376 | 2021-02-18 23:01:46 | [diff] [blame] | 281 | #include "ash/components/audio/audio_devices_pref_handler_impl.h" |
Hirthanan Subenderan | 7f6ce5f | 2021-09-22 23:32:05 | [diff] [blame] | 282 | #include "ash/components/device_activity/device_activity_controller.h" |
Yeunjoo Choi | 953a4c3 | 2021-10-15 05:20:44 | [diff] [blame] | 283 | #include "ash/components/timezone/timezone_resolver.h" |
Henrique Ferreiro | f9d1cb2 | 2021-07-13 01:32:47 | [diff] [blame] | 284 | #include "ash/constants/ash_pref_names.h" |
Xiyuan Xia | 5a8c417 | 2019-05-13 16:23:48 | [diff] [blame] | 285 | #include "ash/public/cpp/ash_prefs.h" |
Yeunjoo Choi | 94d1a8c | 2022-03-07 09:17:51 | [diff] [blame] | 286 | #include "ash/services/device_sync/public/cpp/device_sync_prefs.h" |
Yeunjoo Choi | 6594a8d1 | 2022-02-18 06:52:45 | [diff] [blame] | 287 | #include "ash/services/multidevice_setup/multidevice_setup_service.h" |
Nancy Wang | 811fe4f9 | 2021-10-08 12:28:13 | [diff] [blame] | 288 | #include "chrome/browser/apps/app_service/metrics/app_platform_metrics_service.h" |
Tim Sergeant | 1231dcc | 2021-05-10 14:00:57 | [diff] [blame] | 289 | #include "chrome/browser/apps/app_service/webapk/webapk_prefs.h" |
Anastasiia N | 0582a90 | 2021-12-08 17:44:59 | [diff] [blame] | 290 | #include "chrome/browser/ash/account_manager/account_apps_availability.h" |
Pranav Batra | 468fbe62 | 2021-06-23 01:42:36 | [diff] [blame] | 291 | #include "chrome/browser/ash/account_manager/account_manager_edu_coexistence_controller.h" |
Henrique Ferreiro | 53d4dc4 | 2021-01-27 01:02:38 | [diff] [blame] | 292 | #include "chrome/browser/ash/app_mode/arc/arc_kiosk_app_manager.h" |
| 293 | #include "chrome/browser/ash/app_mode/kiosk_app_manager.h" |
| 294 | #include "chrome/browser/ash/app_mode/kiosk_cryptohome_remover.h" |
| 295 | #include "chrome/browser/ash/app_mode/web_app/web_kiosk_app_manager.h" |
Sammie Quon | 2128582 | 2021-09-20 19:48:34 | [diff] [blame] | 296 | #include "chrome/browser/ash/app_restore/full_restore_prefs.h" |
Yeunjoo Choi | df64fe69 | 2021-03-08 05:32:34 | [diff] [blame] | 297 | #include "chrome/browser/ash/apps/apk_web_app_service.h" |
Henrique Ferreiro | 2ef8230 | 2021-03-24 12:12:25 | [diff] [blame] | 298 | #include "chrome/browser/ash/arc/policy/arc_policy_bridge.h" |
Henrique Ferreiro | 717d302 | 2021-03-24 15:43:56 | [diff] [blame] | 299 | #include "chrome/browser/ash/arc/session/arc_session_manager.h" |
Yeunjoo Choi | 2c5e78c | 2021-04-01 10:51:52 | [diff] [blame] | 300 | #include "chrome/browser/ash/bluetooth/debug_logs_manager.h" |
Pranav Batra | 468fbe62 | 2021-06-23 01:42:36 | [diff] [blame] | 301 | #include "chrome/browser/ash/borealis/borealis_prefs.h" |
Yeunjoo Choi | ebf0731 | 2021-03-24 01:48:51 | [diff] [blame] | 302 | #include "chrome/browser/ash/cert_provisioning/cert_provisioning_common.h" |
Yeunjoo Choi | 8a35596 | 2021-04-13 01:22:27 | [diff] [blame] | 303 | #include "chrome/browser/ash/child_accounts/family_user_chrome_activity_metrics.h" |
| 304 | #include "chrome/browser/ash/child_accounts/family_user_metrics_service.h" |
| 305 | #include "chrome/browser/ash/child_accounts/family_user_session_metrics.h" |
Yeunjoo Choi | 52e1c57 | 2021-04-08 07:56:27 | [diff] [blame] | 306 | #include "chrome/browser/ash/child_accounts/parent_access_code/parent_access_service.h" |
Yeunjoo Choi | 8a35596 | 2021-04-13 01:22:27 | [diff] [blame] | 307 | #include "chrome/browser/ash/child_accounts/screen_time_controller.h" |
Yeunjoo Choi | 882388a | 2021-04-12 05:17:29 | [diff] [blame] | 308 | #include "chrome/browser/ash/child_accounts/time_limits/app_activity_registry.h" |
| 309 | #include "chrome/browser/ash/child_accounts/time_limits/app_time_controller.h" |
Pranav Batra | 468fbe62 | 2021-06-23 01:42:36 | [diff] [blame] | 310 | #include "chrome/browser/ash/crosapi/browser_util.h" |
Andreea Costinas | 2a142bd | 2021-10-05 10:22:49 | [diff] [blame] | 311 | #include "chrome/browser/ash/crosapi/network_settings_service_ash.h" |
Yeunjoo Choi | aba21c0 | 2021-05-07 09:06:34 | [diff] [blame] | 312 | #include "chrome/browser/ash/crostini/crostini_pref_names.h" |
Sophia Lin | f06a9ae | 2022-02-21 04:26:56 | [diff] [blame] | 313 | #include "chrome/browser/ash/crostini/crostini_util.h" |
Henrique Ferreiro | 2029590e | 2021-09-23 08:01:52 | [diff] [blame] | 314 | #include "chrome/browser/ash/cryptauth/client_app_metadata_provider_service.h" |
| 315 | #include "chrome/browser/ash/cryptauth/cryptauth_device_id_provider_impl.h" |
Yeunjoo Choi | 9190764 | 2021-04-16 13:18:19 | [diff] [blame] | 316 | #include "chrome/browser/ash/customization/customization_document.h" |
Yeunjoo Choi | 627505b7b | 2021-05-13 15:56:31 | [diff] [blame] | 317 | #include "chrome/browser/ash/file_system_provider/registry.h" |
Yeunjoo Choi | 5562617 | 2021-07-27 03:17:27 | [diff] [blame] | 318 | #include "chrome/browser/ash/first_run/first_run.h" |
Geng Li | 11526bb4 | 2022-02-15 23:59:14 | [diff] [blame] | 319 | #include "chrome/browser/ash/floating_workspace/floating_workspace_util.h" |
Joel Hockey | 04b600a | 2021-07-21 04:58:27 | [diff] [blame] | 320 | #include "chrome/browser/ash/guest_os/guest_os_mime_types_service.h" |
Yeunjoo Choi | 0a9c1d4 | 2021-03-31 01:38:56 | [diff] [blame] | 321 | #include "chrome/browser/ash/guest_os/guest_os_pref_names.h" |
Yeunjoo Choi | 6aa07d8 | 2021-03-22 08:55:28 | [diff] [blame] | 322 | #include "chrome/browser/ash/lock_screen_apps/state_controller.h" |
Henrique Ferreiro | 606669a | 2021-02-24 13:36:55 | [diff] [blame] | 323 | #include "chrome/browser/ash/login/demo_mode/demo_mode_detector.h" |
| 324 | #include "chrome/browser/ash/login/demo_mode/demo_mode_resources_remover.h" |
| 325 | #include "chrome/browser/ash/login/demo_mode/demo_session.h" |
| 326 | #include "chrome/browser/ash/login/demo_mode/demo_setup_controller.h" |
Henrique Ferreiro | e55c0d5f | 2021-02-25 02:16:05 | [diff] [blame] | 327 | #include "chrome/browser/ash/login/quick_unlock/fingerprint_storage.h" |
| 328 | #include "chrome/browser/ash/login/quick_unlock/pin_storage_prefs.h" |
| 329 | #include "chrome/browser/ash/login/quick_unlock/quick_unlock_utils.h" |
Ahmed Nasr | be0670b7 | 2022-03-09 23:28:17 | [diff] [blame] | 330 | #include "chrome/browser/ash/login/reporting/login_logout_reporter.h" |
Henrique Ferreiro | 96143e5a | 2021-02-25 12:52:36 | [diff] [blame] | 331 | #include "chrome/browser/ash/login/saml/saml_profile_prefs.h" |
Henrique Ferreiro | 1786d45a | 2021-02-25 22:48:19 | [diff] [blame] | 332 | #include "chrome/browser/ash/login/screens/enable_adb_sideloading_screen.h" |
Henrique Ferreiro | 81312ab | 2021-02-25 23:14:03 | [diff] [blame] | 333 | #include "chrome/browser/ash/login/screens/reset_screen.h" |
Henrique Ferreiro | 995b1db | 2021-03-06 00:41:41 | [diff] [blame] | 334 | #include "chrome/browser/ash/login/security_token_session_controller.h" |
Henrique Ferreiro | ad3c6a57 | 2021-03-02 12:43:51 | [diff] [blame] | 335 | #include "chrome/browser/ash/login/session/user_session_manager.h" |
Henrique Ferreiro | a264c8c0 | 2021-07-20 08:31:47 | [diff] [blame] | 336 | #include "chrome/browser/ash/login/signin/signin_error_notifier.h" |
Henrique Ferreiro | 995b1db | 2021-03-06 00:41:41 | [diff] [blame] | 337 | #include "chrome/browser/ash/login/startup_utils.h" |
Henrique Ferreiro | 2dc9e1c | 2021-03-04 17:33:58 | [diff] [blame] | 338 | #include "chrome/browser/ash/login/users/avatar/user_image_manager.h" |
| 339 | #include "chrome/browser/ash/login/users/avatar/user_image_sync_observer.h" |
| 340 | #include "chrome/browser/ash/login/users/chrome_user_manager_impl.h" |
Henrique Ferreiro | 12a42b0 | 2021-03-04 23:45:53 | [diff] [blame] | 341 | #include "chrome/browser/ash/login/users/multi_profile_user_controller.h" |
Henrique Ferreiro | d57c496 | 2021-09-29 07:26:59 | [diff] [blame] | 342 | #include "chrome/browser/ash/net/network_throttling_observer.h" |
Yeunjoo Choi | c5b3bf49 | 2021-03-15 13:57:19 | [diff] [blame] | 343 | #include "chrome/browser/ash/plugin_vm/plugin_vm_pref_names.h" |
Felipe Andrade | 5cb496c5 | 2022-01-18 19:13:28 | [diff] [blame] | 344 | #include "chrome/browser/ash/policy/active_directory/active_directory_migration_manager.h" |
Yeunjoo Choi | 7227dba | 2021-08-04 06:35:47 | [diff] [blame] | 345 | #include "chrome/browser/ash/policy/core/browser_policy_connector_ash.h" |
Yeunjoo Choi | ead8b3c | 2021-07-27 08:08:19 | [diff] [blame] | 346 | #include "chrome/browser/ash/policy/core/device_cloud_policy_manager_ash.h" |
Yeunjoo Choi | 8623e4a | 2021-07-02 01:57:06 | [diff] [blame] | 347 | #include "chrome/browser/ash/policy/core/dm_token_storage.h" |
Yeunjoo Choi | a60b621 | 2021-07-06 11:25:12 | [diff] [blame] | 348 | #include "chrome/browser/ash/policy/enrollment/auto_enrollment_client_impl.h" |
| 349 | #include "chrome/browser/ash/policy/enrollment/enrollment_requisition_manager.h" |
| 350 | #include "chrome/browser/ash/policy/external_data/handlers/device_wallpaper_image_external_data_handler.h" |
Yeunjoo Choi | 5d6eb01 | 2021-07-09 03:03:05 | [diff] [blame] | 351 | #include "chrome/browser/ash/policy/handlers/adb_sideloading_allowance_mode_policy_handler.h" |
| 352 | #include "chrome/browser/ash/policy/handlers/minimum_version_policy_handler.h" |
Henrique Ferreiro | 11492caf | 2021-11-02 22:16:16 | [diff] [blame] | 353 | #include "chrome/browser/ash/policy/handlers/tpm_auto_update_mode_policy_handler.h" |
Yeunjoo Choi | ad73a32 | 2021-07-20 04:55:49 | [diff] [blame] | 354 | #include "chrome/browser/ash/policy/reporting/app_install_event_log_manager_wrapper.h" |
| 355 | #include "chrome/browser/ash/policy/reporting/arc_app_install_event_logger.h" |
| 356 | #include "chrome/browser/ash/policy/reporting/extension_install_event_log_manager_wrapper.h" |
Felipe Andrade | 8f81c5f | 2021-11-09 00:44:02 | [diff] [blame] | 357 | #include "chrome/browser/ash/policy/server_backed_state/active_directory_device_state_uploader.h" |
Yeunjoo Choi | d33fdb6 | 2021-07-21 06:57:42 | [diff] [blame] | 358 | #include "chrome/browser/ash/policy/status_collector/device_status_collector.h" |
| 359 | #include "chrome/browser/ash/policy/status_collector/status_collector.h" |
Yeunjoo Choi | 0bab0cf | 2021-05-31 05:14:03 | [diff] [blame] | 360 | #include "chrome/browser/ash/power/auto_screen_brightness/metrics_reporter.h" |
Yeunjoo Choi | 7629a77a1 | 2021-06-02 06:37:18 | [diff] [blame] | 361 | #include "chrome/browser/ash/power/power_metrics_reporter.h" |
Henrique Ferreiro | ae84606 | 2021-10-04 14:44:34 | [diff] [blame] | 362 | #include "chrome/browser/ash/preferences.h" |
Pranav Batra | 9c0eb78 | 2022-02-01 23:13:33 | [diff] [blame] | 363 | #include "chrome/browser/ash/printing/cups_printers_manager.h" |
Yeunjoo Choi | a52715a | 2021-09-09 02:45:17 | [diff] [blame] | 364 | #include "chrome/browser/ash/printing/enterprise_printers_provider.h" |
Yeunjoo Choi | 0fb01cf6 | 2021-04-21 01:30:15 | [diff] [blame] | 365 | #include "chrome/browser/ash/release_notes/release_notes_storage.h" |
Pranav Batra | 468fbe62 | 2021-06-23 01:42:36 | [diff] [blame] | 366 | #include "chrome/browser/ash/scanning/chrome_scanning_app_delegate.h" |
Henrique Ferreiro | 11492caf | 2021-11-02 22:16:16 | [diff] [blame] | 367 | #include "chrome/browser/ash/scheduler_configuration_manager.h" |
Yeunjoo Choi | 5097e9c | 2021-02-25 08:46:52 | [diff] [blame] | 368 | #include "chrome/browser/ash/settings/device_settings_cache.h" |
Yeunjoo Choi | a43d74a | 2021-02-10 23:23:19 | [diff] [blame] | 369 | #include "chrome/browser/ash/system/automatic_reboot_manager.h" |
| 370 | #include "chrome/browser/ash/system/input_device_settings.h" |
Henrique Ferreiro | 11492caf | 2021-11-02 22:16:16 | [diff] [blame] | 371 | #include "chrome/browser/ash/web_applications/help_app/help_app_notification_controller.h" |
Pranav Batra | 468fbe62 | 2021-06-23 01:42:36 | [diff] [blame] | 372 | #include "chrome/browser/chromeos/extensions/echo_private_api.h" |
Jit Yao Yap | aab13af3 | 2022-02-01 16:08:19 | [diff] [blame] | 373 | #include "chrome/browser/chromeos/extensions/login_screen/login/prefs.h" |
Anthony Vallee-Dubois | 85edf22 | 2020-03-24 20:30:02 | [diff] [blame] | 374 | #include "chrome/browser/device_identity/chromeos/device_oauth2_token_store_chromeos.h" |
[email protected] | 5a145e8 | 2014-05-29 22:19:07 | [diff] [blame] | 375 | #include "chrome/browser/extensions/extension_assets_manager_chromeos.h" |
xhwang | c84739e | 2015-03-14 01:02:46 | [diff] [blame] | 376 | #include "chrome/browser/media/protected_media_identifier_permission_context.h" |
[email protected] | 8304f61a | 2014-05-24 12:17:33 | [diff] [blame] | 377 | #include "chrome/browser/metrics/chromeos_metrics_provider.h" |
James Cook | c542d99 | 2019-11-08 23:34:24 | [diff] [blame] | 378 | #include "chrome/browser/ui/app_list/app_list_syncable_service.h" |
| 379 | #include "chrome/browser/ui/app_list/arc/arc_app_list_prefs.h" |
Erik Chen | c2927bbd | 2021-09-22 23:20:07 | [diff] [blame] | 380 | #include "chrome/browser/ui/ash/shelf/chrome_shelf_prefs.h" |
zelidrag | 459b11b1 | 2014-11-14 04:05:53 | [diff] [blame] | 381 | #include "chrome/browser/ui/webui/chromeos/login/enable_debugging_screen_handler.h" |
[email protected] | daf4b54 | 2013-07-23 17:11:27 | [diff] [blame] | 382 | #include "chrome/browser/ui/webui/chromeos/login/signin_screen_handler.h" |
Kyle Horimoto | 3706f3f | 2020-01-23 00:37:02 | [diff] [blame] | 383 | #include "chrome/browser/ui/webui/settings/chromeos/os_settings_ui.h" |
Roman Aleksandrov | d32e34e7 | 2019-05-22 17:29:50 | [diff] [blame] | 384 | #include "chrome/browser/upgrade_detector/upgrade_detector_chromeos.h" |
Song Fangzhen | bc3c9ea5 | 2021-09-01 06:15:01 | [diff] [blame] | 385 | #include "chrome/browser/web_applications/externally_installed_web_app_prefs.h" |
Thanh Nguyen | 9cf5fa5 | 2020-12-02 01:33:12 | [diff] [blame] | 386 | #include "chromeos/components/local_search_service/search_metrics_reporter.h" |
Yue Li | f0da5bf | 2021-11-19 22:01:57 | [diff] [blame] | 387 | #include "chromeos/components/quick_answers/public/cpp/quick_answers_prefs.h" |
Kyle Horimoto | 613246c | 2021-01-29 22:52:12 | [diff] [blame] | 388 | #include "chromeos/network/cellular_esim_profile_handler_impl.h" |
Regan Hsu | 30489bc | 2021-04-07 16:39:35 | [diff] [blame] | 389 | #include "chromeos/network/cellular_metrics_logger.h" |
Matthew Wang | 9e21065 | 2018-11-16 19:40:28 | [diff] [blame] | 390 | #include "chromeos/network/fast_transition_observer.h" |
Jason Zhang | 8f4a43ae | 2022-03-23 20:17:58 | [diff] [blame] | 391 | #include "chromeos/network/managed_cellular_pref_handler.h" |
Jon Mann | 0ca42a8 | 2020-03-05 00:48:07 | [diff] [blame] | 392 | #include "chromeos/network/network_metadata_store.h" |
stevenjb | 100c620 | 2016-10-28 02:28:00 | [diff] [blame] | 393 | #include "chromeos/network/proxy/proxy_config_handler.h" |
Xiaohui Chen | e5d0ff6 | 2019-10-02 00:34:04 | [diff] [blame] | 394 | #include "chromeos/services/assistant/public/cpp/assistant_prefs.h" |
Gordon Seto | c7b5631e | 2021-11-12 22:48:28 | [diff] [blame] | 395 | #include "chromeos/services/bluetooth_config/bluetooth_power_controller_impl.h" |
Gordon Seto | b5d3df0d | 2021-10-08 20:43:07 | [diff] [blame] | 396 | #include "chromeos/services/bluetooth_config/device_name_manager_impl.h" |
Kushagra Sinha | b37e24db | 2021-07-02 15:14:24 | [diff] [blame] | 397 | #include "components/account_manager_core/chromeos/account_manager.h" |
stevenjb | f22f82e | 2016-10-26 21:47:38 | [diff] [blame] | 398 | #include "components/onc/onc_pref_names.h" |
glevin | 5dd01a7 | 2016-03-23 23:08:12 | [diff] [blame] | 399 | #include "components/quirks/quirks_manager.h" |
tbarzic | d9a88fc9 | 2017-07-14 02:18:10 | [diff] [blame] | 400 | #include "extensions/browser/api/lock_screen_data/lock_screen_item_storage.h" |
Pranav Batra | 468fbe62 | 2021-06-23 01:42:36 | [diff] [blame] | 401 | |
Pranav Batra | 468fbe62 | 2021-06-23 01:42:36 | [diff] [blame] | 402 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 403 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 404 | #if BUILDFLAG(IS_MAC) |
Lei Zhang | db0c087 | 2022-03-04 04:26:59 | [diff] [blame] | 405 | #include "chrome/browser/media/webrtc/system_media_capture_permissions_stats_mac.h" |
[email protected] | 425f7a0 | 2014-04-29 01:51:44 | [diff] [blame] | 406 | #include "chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h" |
Tom Anderson | 6a49603 | 2018-08-30 23:38:37 | [diff] [blame] | 407 | #include "chrome/browser/ui/cocoa/confirm_quit.h" |
Song Fangzhen | cda4af6 | 2021-09-09 05:24:02 | [diff] [blame] | 408 | #include "chrome/browser/web_applications/app_shim_registry_mac.h" |
[email protected] | 2366a3a | 2012-10-02 20:41:14 | [diff] [blame] | 409 | #endif |
| 410 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 411 | #if BUILDFLAG(IS_WIN) |
[email protected] | c5d4b184 | 2014-06-20 21:19:50 | [diff] [blame] | 412 | #include "chrome/browser/component_updater/sw_reporter_installer_win.h" |
Scott Violet | 3ff87d06 | 2021-12-21 06:10:10 | [diff] [blame] | 413 | #include "chrome/browser/font_prewarmer_tab_helper.h" |
Alex St-Onge | 9e4b9b7 | 2021-06-08 15:35:54 | [diff] [blame] | 414 | #include "chrome/browser/media/cdm_pref_service_helper.h" |
Xiaohan Wang | 259f34c7a | 2022-03-26 23:18:19 | [diff] [blame] | 415 | #include "chrome/browser/media/media_foundation_service_monitor.h" |
Nico Weber | eaa0841 | 2019-08-14 01:24:37 | [diff] [blame] | 416 | #if BUILDFLAG(GOOGLE_CHROME_BRANDING) |
Patrick Monette | bb54394 | 2019-05-17 17:45:32 | [diff] [blame] | 417 | #include "chrome/browser/win/conflicts/incompatible_applications_updater.h" |
| 418 | #include "chrome/browser/win/conflicts/module_database.h" |
| 419 | #include "chrome/browser/win/conflicts/third_party_conflicts_manager.h" |
Nico Weber | eaa0841 | 2019-08-14 01:24:37 | [diff] [blame] | 420 | #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) |
Rainhard Findling | 4d621ca | 2020-10-26 20:46:06 | [diff] [blame] | 421 | #include "chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h" |
ftirelo | 46b3422 | 2017-06-19 10:36:57 | [diff] [blame] | 422 | #include "chrome/browser/safe_browsing/chrome_cleaner/settings_resetter_win.h" |
alito | 856526d | 2017-03-03 09:16:17 | [diff] [blame] | 423 | #include "chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h" |
[email protected] | bdb8a1e | 2013-10-03 08:14:00 | [diff] [blame] | 424 | #endif |
| 425 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 426 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) |
Will Harris | 265b394 | 2019-10-21 01:01:33 | [diff] [blame] | 427 | #include "components/os_crypt/os_crypt.h" |
| 428 | #endif |
| 429 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 430 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ |
| 431 | (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS)) |
Song Fangzhen | cda4af6 | 2021-09-09 05:24:02 | [diff] [blame] | 432 | #include "chrome/browser/web_applications/url_handler_prefs.h" |
Lu Huang | cd11f21c | 2021-02-03 22:24:56 | [diff] [blame] | 433 | #endif |
| 434 | |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 435 | // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch |
| 436 | // of lacros-chrome is complete. |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 437 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ |
| 438 | (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 439 | #include "chrome/browser/browser_switcher/browser_switcher_prefs.h" |
| 440 | #endif |
| 441 | |
Erik Chen | 38ceca08 | 2020-12-16 01:31:35 | [diff] [blame] | 442 | #if BUILDFLAG(IS_CHROMEOS_LACROS) |
Alex Ilin | 953f109 | 2021-11-26 15:49:10 | [diff] [blame] | 443 | #include "chrome/browser/lacros/account_manager/account_cache.h" |
Erik Chen | 38ceca08 | 2020-12-16 01:31:35 | [diff] [blame] | 444 | #include "chrome/browser/lacros/lacros_prefs.h" |
Andreea Costinas | 68cad91f | 2021-09-22 15:58:09 | [diff] [blame] | 445 | #include "chrome/browser/lacros/net/proxy_config_service_lacros.h" |
Erik Chen | 38ceca08 | 2020-12-16 01:31:35 | [diff] [blame] | 446 | #endif |
| 447 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 448 | #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH) |
Yusuke Sato | 28ab2509 | 2021-05-07 23:04:02 | [diff] [blame] | 449 | #include "chrome/browser/device_identity/device_oauth2_token_store_desktop.h" |
Yann Dago | 0d896f6 | 2020-02-04 19:59:15 | [diff] [blame] | 450 | #include "chrome/browser/downgrade/downgrade_prefs.h" |
thestig | f2a0fa9 | 2016-09-07 09:37:29 | [diff] [blame] | 451 | #include "chrome/browser/ui/startup/default_browser_prompt.h" |
| 452 | #endif |
| 453 | |
[email protected] | ceafc46 | 2013-11-04 12:26:03 | [diff] [blame] | 454 | #if defined(TOOLKIT_VIEWS) |
| 455 | #include "chrome/browser/ui/browser_view_prefs.h" |
[email protected] | ceafc46 | 2013-11-04 12:26:03 | [diff] [blame] | 456 | #endif |
| 457 | |
Scott Violet | 53fb03c | 2021-01-15 23:48:16 | [diff] [blame] | 458 | #if BUILDFLAG(ENABLE_SESSION_SERVICE) |
Christian Dullweber | 0747d7c9 | 2021-05-10 10:05:13 | [diff] [blame] | 459 | #include "chrome/browser/sessions/session_data_service.h" |
Scott Violet | 53fb03c | 2021-01-15 23:48:16 | [diff] [blame] | 460 | #include "chrome/browser/sessions/session_service_log.h" |
| 461 | #endif |
tom | c5dd0cd | 2021-10-01 22:15:52 | [diff] [blame] | 462 | |
| 463 | #if BUILDFLAG(ENABLE_SIDE_SEARCH) |
| 464 | #include "chrome/browser/ui/side_search/side_search_prefs.h" |
| 465 | #endif // BUILDFLAG(ENABLE_SIDE_SEARCH) |
| 466 | |
[email protected] | 572f40c9b | 2012-07-06 20:35:33 | [diff] [blame] | 467 | namespace { |
Yao Xiao | 9255aec | 2022-02-05 00:02:19 | [diff] [blame] | 468 | |
Lei Zhang | 9523de8 | 2022-03-14 21:40:21 | [diff] [blame] | 469 | // Please keep the list of deprecated prefs in chronological order. i.e. Add to |
| 470 | // the bottom of the list, not here at the top. |
Toby Huang | 3375328 | 2020-05-05 18:55:22 | [diff] [blame] | 471 | |
Sophie Chang | bb532c3 | 2021-04-07 17:40:04 | [diff] [blame] | 472 | // Deprecated 04/2021. |
| 473 | const char kSessionStatisticFCPMean[] = |
| 474 | "optimization_guide.session_statistic.fcp_mean"; |
| 475 | const char kSessionStatisticFCPStdDev[] = |
| 476 | "optimization_guide.session_statistic.fcp_std_dev"; |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 477 | #if !BUILDFLAG(IS_ANDROID) |
Adam Langley | 75fa3ab | 2021-04-08 16:46:45 | [diff] [blame] | 478 | const char kWebAuthnLastTransportUsedPrefName[] = |
| 479 | "webauthn.last_transport_used"; |
| 480 | #endif |
Sophie Chang | bb532c3 | 2021-04-07 17:40:04 | [diff] [blame] | 481 | |
Devlin Cronin | 9f1e394 | 2021-04-08 23:14:29 | [diff] [blame] | 482 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
| 483 | // Deprecated 04/2021 |
| 484 | const char kToolbarIconSurfacingBubbleAcknowledged[] = |
| 485 | "toolbar_icon_surfacing_bubble_acknowledged"; |
| 486 | const char kToolbarIconSurfacingBubbleLastShowTime[] = |
| 487 | "toolbar_icon_surfacing_bubble_show_time"; |
| 488 | #endif |
| 489 | |
Anthony Cui | 26af3e5a | 2021-04-15 01:36:46 | [diff] [blame] | 490 | // Deprecated 04/2021 |
| 491 | const char kTranslateLastDeniedTimeForLanguage[] = |
| 492 | "translate_last_denied_time_for_language"; |
| 493 | const char kTranslateTooOftenDeniedForLanguage[] = |
| 494 | "translate_too_often_denied_for_language"; |
| 495 | |
Devlin Cronin | 1613227 | 2021-05-03 21:02:42 | [diff] [blame] | 496 | // Deprecated 05/2021. |
Alex Ilin | 243803e | 2021-05-12 16:03:27 | [diff] [blame] | 497 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
Devlin Cronin | 1613227 | 2021-05-03 21:02:42 | [diff] [blame] | 498 | const char kToolbarSize[] = "extensions.toolbarsize"; |
| 499 | #endif |
Alex Ilin | 243803e | 2021-05-12 16:03:27 | [diff] [blame] | 500 | const char kSessionExitedCleanly[] = "profile.exited_cleanly"; |
Devlin Cronin | 1613227 | 2021-05-03 21:02:42 | [diff] [blame] | 501 | |
My Nguyen | ea8561e | 2021-06-01 18:48:45 | [diff] [blame] | 502 | // Deprecated 05/2021 |
| 503 | const char kSpellCheckBlacklistedDictionaries[] = |
| 504 | "spellcheck.blacklisted_dictionaries"; |
| 505 | |
Lei Zhang | 9523de8 | 2022-03-14 21:40:21 | [diff] [blame] | 506 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 507 | // Deprecated 05/2021 |
| 508 | const char kFeatureUsageDailySampleESim[] = "feature_usage.daily_sample.ESim"; |
| 509 | const char kFeatureUsageDailySampleFingerprint[] = |
| 510 | "feature_usage.daily_sample.Fingerprint"; |
| 511 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 512 | |
Tarun Bansal | 717824d | 2021-06-11 20:11:09 | [diff] [blame] | 513 | // Deprecated 06/2021. |
| 514 | const char kDataReductionProxy[] = "auth.spdyproxy.origin"; |
| 515 | |
Yue Li | c34fbd71 | 2021-06-21 23:15:37 | [diff] [blame] | 516 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 517 | // Deprecated 06/2021. |
| 518 | const char kQuickAnswersConsented[] = "settings.quick_answers.user_consented"; |
| 519 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 520 | |
Viktor Semeniuk | 0cf45fd8 | 2021-06-22 15:45:25 | [diff] [blame] | 521 | // Deprecated 06/2021. |
| 522 | const char kWasPhishedCredentialsUploadedToSync[] = |
| 523 | "profile.was_phished_credentials_uploaded_to_sync"; |
Sophie Chang | 2e050e4 | 2021-06-24 20:11:32 | [diff] [blame] | 524 | const char kHintsFetcherTopHostBlocklist[] = |
| 525 | "optimization_guide.hintsfetcher.top_host_blacklist"; |
| 526 | const char kHintsFetcherTopHostBlocklistState[] = |
| 527 | "optimization_guide.hintsfetcher.top_host_blacklist_state"; |
| 528 | const char kTimeHintsFetcherTopHostBlocklistLastInitialized[] = |
| 529 | "optimization_guide.hintsfetcher.time_blacklist_last_initialized"; |
| 530 | const char kHintsFetcherTopHostBlocklistMinimumEngagementScore[] = |
| 531 | "optimization_guide.hintsfetcher.top_host_blacklist_min_engagement_score"; |
Viktor Semeniuk | 0cf45fd8 | 2021-06-22 15:45:25 | [diff] [blame] | 532 | |
Friedrich Horschig | 853ecf01 | 2021-07-09 14:28:22 | [diff] [blame] | 533 | // Deprecated 07/2021. |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 534 | #if BUILDFLAG(IS_MAC) |
Friedrich Horschig | 853ecf01 | 2021-07-09 14:28:22 | [diff] [blame] | 535 | const char kPasswordRecovery[] = "password_manager.password_recovery"; |
| 536 | #endif |
Marc Treib | 41d144e | 2021-07-12 09:47:19 | [diff] [blame] | 537 | const char kWasSignInPasswordPromoClicked[] = |
| 538 | "profile.was_sign_in_password_promo_clicked"; |
| 539 | const char kNumberSignInPasswordPromoShown[] = |
| 540 | "profile.number_sign_in_password_promo_shown"; |
| 541 | const char kSignInPasswordPromoRevive[] = |
| 542 | "profile.sign_in_password_promo_revive"; |
Ramin Halavati | 7a9d08f | 2021-07-13 12:23:06 | [diff] [blame] | 543 | const char kGuestProfilesNumCreated[] = "profile.guest_profiles_created"; |
David Roger | fbfc938 | 2021-07-12 13:58:45 | [diff] [blame] | 544 | #if BUILDFLAG(ENABLE_DICE_SUPPORT) |
| 545 | constexpr char kProfileSwitchInterceptionDeclinedPref[] = |
| 546 | "signin.ProfileSwitchInterceptionDeclinedPref"; |
Mihai Sardarescu | 26e67b0 | 2021-09-23 15:56:40 | [diff] [blame] | 547 | const char kDiceMigrationCompletePref[] = "signin.DiceMigrationComplete"; |
David Roger | fbfc938 | 2021-07-12 13:58:45 | [diff] [blame] | 548 | #endif |
Marc Treib | 41d144e | 2021-07-12 09:47:19 | [diff] [blame] | 549 | |
Tibor Goldschwendt | 9db19e6 | 2021-07-13 23:16:08 | [diff] [blame] | 550 | const char kSuggestionsBlocklist[] = "suggestions.blacklist"; |
| 551 | const char kSuggestionsData[] = "suggestions.data"; |
Ali Beyad | 0a4a3d71 | 2021-07-19 17:07:40 | [diff] [blame] | 552 | const char kUserAgentClientHintsEnabled[] = |
| 553 | "policy.user_agent_client_hints_enabled"; |
Tibor Goldschwendt | 9db19e6 | 2021-07-13 23:16:08 | [diff] [blame] | 554 | |
Devlin Cronin | c1cb138f | 2021-07-14 23:28:27 | [diff] [blame] | 555 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
| 556 | // Deprecated 07/2021. |
| 557 | const char kExtensionCheckupOnStartup[] = "extensions.checkup_on_startup"; |
| 558 | #endif |
| 559 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 560 | #if !BUILDFLAG(IS_ANDROID) |
rbpotter | 12e2b89 | 2021-07-21 20:37:15 | [diff] [blame] | 561 | // Deprecated 07/2021 |
| 562 | const char kCloudPrintDeprecationWarningsSuppressed[] = |
| 563 | "cloud_print.deprecation_warnings_suppressed"; |
rbpotter | 5018fe8 | 2021-07-24 05:31:28 | [diff] [blame] | 564 | |
| 565 | // Deprecated 07/2021. |
| 566 | const char kForceEnablePrivetPrinting[] = |
| 567 | "printing.force_enable_privet_printing"; |
rbpotter | 12e2b89 | 2021-07-21 20:37:15 | [diff] [blame] | 568 | #endif |
| 569 | |
Marc Treib | e64f848 | 2021-07-28 08:45:23 | [diff] [blame] | 570 | // Deprecated 07/2021. |
| 571 | const char kAccountStorageExists[] = "profile.password_account_storage_exists"; |
| 572 | |
Anthony Cui | af717c8 | 2021-07-30 01:00:05 | [diff] [blame] | 573 | // Deprecated 07/2021. |
| 574 | const char kUserLanguageProfile[] = "language_profile"; |
| 575 | |
Kushagra Sinha | 727621b | 2021-08-19 11:44:48 | [diff] [blame] | 576 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 577 | // Deprecated 08/2021. |
| 578 | const char kAccountManagerNumTimesMigrationRanSuccessfully[] = |
| 579 | "account_manager.num_times_migration_ran_successfully"; |
| 580 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 581 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 582 | #if !BUILDFLAG(IS_ANDROID) |
Tibor Goldschwendt | 785acef | 2021-09-07 18:39:22 | [diff] [blame] | 583 | // Deprecated 09/2021. |
| 584 | const char kNtpSearchSuggestionsBlocklist[] = |
| 585 | "ntp.search_suggestions_blocklist"; |
| 586 | const char kNtpSearchSuggestionsImpressions[] = |
| 587 | "ntp.search_suggestions_impressions"; |
| 588 | const char kNtpSearchSuggestionsOptOut[] = "ntp.search_suggestions_opt_out"; |
| 589 | #endif |
| 590 | |
Jared Saul | 91992b2 | 2021-09-08 23:25:54 | [diff] [blame] | 591 | // Deprecated 09/2021. |
| 592 | const char kAutofillAcceptSaveCreditCardPromptState[] = |
| 593 | "autofill.accept_save_credit_card_prompt_state"; |
Asanka Herath | f8308054 | 2021-09-21 15:00:24 | [diff] [blame] | 594 | const char kPrivacyBudgetActiveSurfaces[] = "privacy_budget.active_surfaces"; |
| 595 | const char kPrivacyBudgetRetiredSurfaces[] = "privacy_budget.retired_surfaces"; |
| 596 | const char kPrivacyBudgetSeed[] = "privacy_budget.randomizer_seed"; |
Igor Ruvinov | ba8ac1a | 2021-09-24 14:55:50 | [diff] [blame] | 597 | const char kCloudPolicyOverridesPlatformPolicy[] = "policy.cloud_override"; |
Jared Saul | 91992b2 | 2021-09-08 23:25:54 | [diff] [blame] | 598 | |
Claudius van der Merwe | b55b6c16 | 2021-10-04 00:12:20 | [diff] [blame] | 599 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 600 | // Deprecated 09/2021. |
| 601 | const char kNearbySharingFastInitiationNotificationEnabledPrefName[] = |
| 602 | "nearby_sharing.fast_initiation_notification_enabled"; |
| 603 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 604 | |
Adrienne Walker | 75f4c30 | 2021-10-26 19:20:48 | [diff] [blame] | 605 | // Deprecated 10/2021. |
| 606 | const char kAppCacheForceEnabled[] = "app_cache_force_enabled"; |
| 607 | |
Lei Zhang | 9523de8 | 2022-03-14 21:40:21 | [diff] [blame] | 608 | // Deprecated 10/2021 |
| 609 | const char kTabStripStackedLayout[] = "tab-strip-stacked-layout"; |
| 610 | |
| 611 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 612 | // Deprecated 10/2021 |
| 613 | const char kHasCameraAppMigratedToSWA[] = "camera.has_migrated_to_swa"; |
| 614 | |
| 615 | // Deprecated 10/2021 |
| 616 | const char kTimesHIDDialogShown[] = "HIDDialog.shown_how_many_times"; |
| 617 | |
| 618 | // Deprecated 10/2021 |
| 619 | const char kSplitSettingsSyncTrialGroup[] = "split_settings_sync.trial_group"; |
| 620 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 621 | |
Kevin Radtke | 766244c | 2021-11-23 02:20:45 | [diff] [blame] | 622 | // Deprecated 11/2021. |
| 623 | const char kWasPreviouslySetUpPrefName[] = "android_sms.was_previously_set_up"; |
| 624 | |
Simon Pelchat | 83b8a45 | 2021-12-07 15:49:39 | [diff] [blame] | 625 | // Deprecated 12/2021. |
| 626 | const char kAvailabilityProberOriginCheck[] = |
| 627 | "Availability.Prober.cache.IsolatedPrerenderOriginCheck"; |
| 628 | const char kAvailabilityProberTLSCanaryCheck[] = |
| 629 | "Availability.Prober.cache.IsolatedPrerenderTLSCanaryCheck"; |
| 630 | const char kAvailabilityProberDNSCanaryCheck[] = |
| 631 | "Availability.Prober.cache.IsolatedPrerenderDNSCanaryCheck"; |
Caitlin Fischer | 0f812b0 | 2021-12-13 17:00:56 | [diff] [blame] | 632 | const char kStabilityRendererHangCount[] = |
| 633 | "user_experience_metrics.stability.renderer_hang_count"; |
Caitlin Fischer | 03ab6cb | 2021-12-07 19:54:06 | [diff] [blame] | 634 | const char kStabilityIncompleteSessionEndCount[] = |
| 635 | "user_experience_metrics.stability.incomplete_session_end_count"; |
| 636 | const char kStabilitySessionEndCompleted[] = |
| 637 | "user_experience_metrics.stability.session_end_completed"; |
Simon Pelchat | 83b8a45 | 2021-12-07 15:49:39 | [diff] [blame] | 638 | |
Aga Wronska | 5c15cec | 2021-12-10 16:21:32 | [diff] [blame] | 639 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 640 | // Deprecated 12/2021. |
| 641 | const char kEduCoexistenceSecondaryAccountsInvalidationVersion[] = |
| 642 | "account_manager.edu_coexistence_secondary_accounts_invalidation_version"; |
Aga Wronska | 5c15cec | 2021-12-10 16:21:32 | [diff] [blame] | 643 | |
Boris Sazonov | 4f61fe38 | 2021-12-13 19:05:30 | [diff] [blame] | 644 | // Deprecated 12/2021. |
| 645 | const char kSyncFirstRunCompleted[] = "sync.first_run_completed"; |
Rachel Wong | ae7ad5d | 2021-12-14 01:57:27 | [diff] [blame] | 646 | |
| 647 | // Deprecated 12/2021. |
| 648 | const char kArcAppReinstallState[] = "arc_app_reinstall_state"; |
Boris Sazonov | 6bc149b | 2021-12-29 11:02:58 | [diff] [blame] | 649 | |
| 650 | // Deprecated 12/2021. |
| 651 | const char kOsSyncFeatureEnabled[] = "sync.os_sync_feature_enabled"; |
Boris Sazonov | 4f61fe38 | 2021-12-13 19:05:30 | [diff] [blame] | 652 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 653 | |
Andy Paicu | 5b05dd6d | 2021-12-28 17:40:07 | [diff] [blame] | 654 | // Deprecated 12/2021. |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 655 | #if BUILDFLAG(IS_ANDROID) |
Andy Paicu | 5b05dd6d | 2021-12-28 17:40:07 | [diff] [blame] | 656 | const char kSearchGeolocationDisclosureDismissed[] = |
| 657 | "search_geolocation_disclosure.dismissed"; |
| 658 | const char kSearchGeolocationDisclosureShownCount[] = |
| 659 | "search_geolocation_disclosure.shown_count"; |
| 660 | const char kSearchGeolocationDisclosureLastShowDate[] = |
| 661 | "search_geolocation_disclosure.last_show_date"; |
| 662 | const char kSearchGeolocationPreDisclosureMetricsRecorded[] = |
| 663 | "search_geolocation_pre_disclosure_metrics_recorded"; |
| 664 | const char kSearchGeolocationPostDisclosureMetricsRecorded[] = |
| 665 | "search_geolocation_post_disclosure_metrics_recorded"; |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 666 | #endif // BUILDFLAG(IS_ANDROID) |
Andy Paicu | 5b05dd6d | 2021-12-28 17:40:07 | [diff] [blame] | 667 | |
Tarun Bansal | 1917268 | 2022-01-27 01:26:24 | [diff] [blame] | 668 | // Deprecated 01/2022. |
| 669 | constexpr char kHasSeenLiteModeInfoBar[] = |
| 670 | "litemode.https-image-compression.user-has-seen-infobar"; |
| 671 | const char kDailyHttpContentLengthLastUpdateDate[] = |
| 672 | "data_reduction.last_update_date"; |
| 673 | const char kDailyHttpOriginalContentLength[] = |
| 674 | "data_reduction.daily_original_length"; |
| 675 | const char kDailyHttpReceivedContentLength[] = |
| 676 | "data_reduction.daily_received_length"; |
| 677 | const char kDataUsageReportingEnabled[] = "data_usage_reporting.enabled"; |
| 678 | const char kHttpReceivedContentLength[] = "http_received_content_length"; |
| 679 | const char kHttpOriginalContentLength[] = "http_original_content_length"; |
| 680 | const char kThisWeekNumber[] = "data_reduction.this_week_number"; |
| 681 | const char kThisWeekServicesDownstreamBackgroundKB[] = |
| 682 | "data_reduction.this_week_services_downstream_background_kb"; |
| 683 | const char kThisWeekServicesDownstreamForegroundKB[] = |
| 684 | "data_reduction.this_week_services_downstream_foreground_kb"; |
| 685 | const char kLastWeekServicesDownstreamBackgroundKB[] = |
| 686 | "data_reduction.last_week_services_downstream_background_kb"; |
| 687 | const char kLastWeekServicesDownstreamForegroundKB[] = |
| 688 | "data_reduction.last_week_services_downstream_foreground_kb"; |
| 689 | const char kThisWeekUserTrafficContentTypeDownstreamKB[] = |
| 690 | "data_reduction.this_week_user_traffic_contenttype_downstream_kb"; |
| 691 | const char kLastWeekUserTrafficContentTypeDownstreamKB[] = |
| 692 | "data_reduction.last_week_user_traffic_contenttype_downstream_kb"; |
Tarun Bansal | 556a569 | 2022-02-01 18:56:24 | [diff] [blame] | 693 | const char kDataSaverEnabled[] = "spdy_proxy.enabled"; |
| 694 | const char kDataReductionProxyWasEnabledBefore[] = |
| 695 | "spdy_proxy.was_enabled_before"; |
| 696 | const char kDataReductionProxyLastEnabledTime[] = |
| 697 | "data_reduction.last_enabled_time"; |
Tarun Bansal | 1917268 | 2022-01-27 01:26:24 | [diff] [blame] | 698 | |
Caitlin Fischer | 0d69a3b | 2022-02-04 21:54:05 | [diff] [blame] | 699 | // Deprecated 02/2022. |
Muyao Xu | bb2cb51ce | 2022-02-14 19:01:18 | [diff] [blame] | 700 | #if !BUILDFLAG(IS_ANDROID) |
| 701 | const char kMediaRouterCloudServicesPrefSet[] = |
| 702 | "media_router.cloudservices.prefset"; |
| 703 | const char kMediaRouterEnableCloudServices[] = |
| 704 | "media_router.cloudservices.enabled"; |
| 705 | #endif |
Ari Chivukula | 3f8b656 | 2022-02-18 23:33:43 | [diff] [blame] | 706 | const char kWebSQLInThirdPartyContextEnabled[] = |
| 707 | "policy.web_sql_in_third_party_context_enabled"; |
Caitlin Fischer | 0d69a3b | 2022-02-04 21:54:05 | [diff] [blame] | 708 | |
Matt Walliser | c83a0ef4 | 2022-02-17 21:12:05 | [diff] [blame] | 709 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 710 | // Deprecated 02/2022 |
| 711 | const char kPhoneHubCameraRollPendingStatePrefName[] = |
| 712 | "multidevice_setup.phone_hub_camera_roll_pending_state"; |
| 713 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 714 | |
Lei Zhang | 9523de8 | 2022-03-14 21:40:21 | [diff] [blame] | 715 | // Deprecated 02/2022 |
| 716 | const char kFlocIdValuePrefKey[] = "federated_learning.floc_id.value"; |
| 717 | const char kFlocIdStatusPrefKey[] = "federated_learning.floc_id.status"; |
| 718 | const char kFlocIdHistoryBeginTimePrefKey[] = |
| 719 | "federated_learning.floc_id.history_begin_time"; |
| 720 | const char kFlocIdHistoryEndTimePrefKey[] = |
| 721 | "federated_learning.floc_id.history_end_time"; |
| 722 | const char kFlocIdFinchConfigVersionPrefKey[] = |
| 723 | "federated_learning.floc_id.finch_config_version"; |
| 724 | const char kFlocIdSortingLshVersionPrefKey[] = |
| 725 | "federated_learning.floc_id.sorting_lsh_version"; |
| 726 | const char kFlocIdComputeTimePrefKey[] = |
| 727 | "federated_learning.floc_id.compute_time"; |
| 728 | |
Caitlin Fischer | f52dbab | 2022-03-02 22:11:39 | [diff] [blame] | 729 | // Deprecated 03/2022. |
| 730 | const char kStabilityChildProcessCrashCount[] = |
| 731 | "user_experience_metrics.stability.child_process_crash_count"; |
| 732 | #if BUILDFLAG(ENABLE_PLUGINS) |
| 733 | const char kStabilityPluginStats[] = |
| 734 | "user_experience_metrics.stability.plugin_stats2"; |
| 735 | #endif |
Caitlin Fischer | 92fb62d | 2022-03-28 15:43:28 | [diff] [blame^] | 736 | #if !BUILDFLAG(IS_ANDROID) |
| 737 | const char kStabilityLaunchCount[] = |
| 738 | "user_experience_metrics.stability.launch_count"; |
| 739 | #endif |
Caitlin Fischer | f52dbab | 2022-03-02 22:11:39 | [diff] [blame] | 740 | |
Lei Zhang | b76b80e3 | 2020-04-08 16:58:16 | [diff] [blame] | 741 | // Register local state used only for migration (clearing or moving to a new |
| 742 | // key). |
| 743 | void RegisterLocalStatePrefsForMigration(PrefRegistrySimple* registry) { |
Taylor Bergquist | 7e3e0ee76 | 2021-11-03 22:37:45 | [diff] [blame] | 744 | registry->RegisterBooleanPref(kTabStripStackedLayout, false); |
| 745 | |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 746 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Roman Sorokin | 0f91e2f | 2021-05-19 20:17:37 | [diff] [blame] | 747 | registry->RegisterInt64Pref(kFeatureUsageDailySampleESim, 0); |
Roman Sorokin | 3dd18ef1 | 2021-10-12 12:02:44 | [diff] [blame] | 748 | registry->RegisterIntegerPref(kTimesHIDDialogShown, 0); |
Roman Sorokin | db97157 | 2021-10-25 15:42:11 | [diff] [blame] | 749 | registry->RegisterStringPref(kSplitSettingsSyncTrialGroup, std::string()); |
Michael Ershov | 7d70e97 | 2021-10-13 19:30:25 | [diff] [blame] | 750 | // Deprecated 10/2021. |
| 751 | registry->RegisterListPref(prefs::kUsedPolicyCertificates); |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 752 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
Dominique Fauteux-Chapleau | 130242bf | 2020-12-07 19:07:48 | [diff] [blame] | 753 | |
Ali Beyad | 0a4a3d71 | 2021-07-19 17:07:40 | [diff] [blame] | 754 | registry->RegisterBooleanPref(kUserAgentClientHintsEnabled, true); |
| 755 | |
Igor Ruvinov | ba8ac1a | 2021-09-24 14:55:50 | [diff] [blame] | 756 | registry->RegisterBooleanPref(kCloudPolicyOverridesPlatformPolicy, false); |
| 757 | |
Asanka Herath | f8308054 | 2021-09-21 15:00:24 | [diff] [blame] | 758 | registry->RegisterStringPref(kPrivacyBudgetActiveSurfaces, std::string()); |
| 759 | registry->RegisterStringPref(kPrivacyBudgetRetiredSurfaces, std::string()); |
| 760 | registry->RegisterUint64Pref(kPrivacyBudgetSeed, 0u); |
Caitlin Fischer | 03ab6cb | 2021-12-07 19:54:06 | [diff] [blame] | 761 | |
Caitlin Fischer | 0f812b0 | 2021-12-13 17:00:56 | [diff] [blame] | 762 | registry->RegisterIntegerPref(kStabilityRendererHangCount, 0); |
Caitlin Fischer | 03ab6cb | 2021-12-07 19:54:06 | [diff] [blame] | 763 | registry->RegisterIntegerPref(kStabilityIncompleteSessionEndCount, 0); |
| 764 | registry->RegisterBooleanPref(kStabilitySessionEndCompleted, true); |
Ari Chivukula | 3f8b656 | 2022-02-18 23:33:43 | [diff] [blame] | 765 | |
| 766 | // Deprecated 02/2022. |
Ari Chivukula | 3f8b656 | 2022-02-18 23:33:43 | [diff] [blame] | 767 | registry->RegisterBooleanPref(kWebSQLInThirdPartyContextEnabled, false); |
Caitlin Fischer | f52dbab | 2022-03-02 22:11:39 | [diff] [blame] | 768 | |
| 769 | // Deprecated 03/2002. |
| 770 | registry->RegisterIntegerPref(kStabilityChildProcessCrashCount, 0); |
| 771 | #if BUILDFLAG(ENABLE_PLUGINS) |
| 772 | registry->RegisterListPref(kStabilityPluginStats); |
| 773 | #endif |
Caitlin Fischer | 92fb62d | 2022-03-28 15:43:28 | [diff] [blame^] | 774 | #if !BUILDFLAG(IS_ANDROID) |
| 775 | registry->RegisterIntegerPref(kStabilityLaunchCount, 0); |
| 776 | #endif |
Lei Zhang | b76b80e3 | 2020-04-08 16:58:16 | [diff] [blame] | 777 | } |
| 778 | |
James Cook | 0ba192bf | 2017-12-01 20:53:11 | [diff] [blame] | 779 | // Register prefs used only for migration (clearing or moving to a new key). |
| 780 | void RegisterProfilePrefsForMigration( |
| 781 | user_prefs::PrefRegistrySyncable* registry) { |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 782 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Kushagra Sinha | 727621b | 2021-08-19 11:44:48 | [diff] [blame] | 783 | registry->RegisterIntegerPref(kAccountManagerNumTimesMigrationRanSuccessfully, |
| 784 | 0); |
Yeunjoo Choi | f570626 | 2021-08-24 01:11:24 | [diff] [blame] | 785 | ash::HelpAppNotificationController::RegisterObsoletePrefsForMigration( |
Callistus | c0198d78 | 2021-06-28 05:45:53 | [diff] [blame] | 786 | registry); |
Wei Lee | 608ab2d | 2021-10-05 18:53:21 | [diff] [blame] | 787 | registry->RegisterBooleanPref(kHasCameraAppMigratedToSWA, false); |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 788 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
Jan Wilken Dörrie | e4df0f9 | 2019-12-03 11:53:04 | [diff] [blame] | 789 | |
Ben Schwartz | 135746c | 2020-05-14 04:37:03 | [diff] [blame] | 790 | chrome_browser_net::secure_dns::RegisterProbesSettingBackupPref(registry); |
wutao | 2e24aff | 2020-04-03 17:01:02 | [diff] [blame] | 791 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 792 | #if !BUILDFLAG(IS_ANDROID) |
Muyao Xu | bb2cb51ce | 2022-02-14 19:01:18 | [diff] [blame] | 793 | registry->RegisterBooleanPref(kMediaRouterCloudServicesPrefSet, false); |
| 794 | registry->RegisterBooleanPref(kMediaRouterEnableCloudServices, false); |
Julian Pastarmov | fd2f83d | 2021-03-23 19:34:17 | [diff] [blame] | 795 | #endif |
Daniel Cheng | 957b324 | 2021-04-07 02:38:19 | [diff] [blame] | 796 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 797 | #if !BUILDFLAG(IS_ANDROID) |
Daniel Cheng | 957b324 | 2021-04-07 02:38:19 | [diff] [blame] | 798 | // Removed in M91. |
| 799 | registry->RegisterBooleanPref(prefs::kMediaFeedsBackgroundFetching, false); |
| 800 | registry->RegisterBooleanPref(prefs::kMediaFeedsSafeSearchEnabled, false); |
| 801 | registry->RegisterBooleanPref(prefs::kMediaFeedsAutoSelectEnabled, false); |
Adam Langley | 75fa3ab | 2021-04-08 16:46:45 | [diff] [blame] | 802 | registry->RegisterStringPref(kWebAuthnLastTransportUsedPrefName, |
| 803 | std::string()); |
Daniel Cheng | 957b324 | 2021-04-07 02:38:19 | [diff] [blame] | 804 | #endif |
Sophie Chang | bb532c3 | 2021-04-07 17:40:04 | [diff] [blame] | 805 | |
| 806 | registry->RegisterDoublePref(kSessionStatisticFCPStdDev, -1.0f); |
| 807 | registry->RegisterDoublePref(kSessionStatisticFCPMean, -1.0f); |
Devlin Cronin | 9f1e394 | 2021-04-08 23:14:29 | [diff] [blame] | 808 | |
| 809 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
| 810 | registry->RegisterBooleanPref(kToolbarIconSurfacingBubbleAcknowledged, false); |
| 811 | registry->RegisterInt64Pref(kToolbarIconSurfacingBubbleLastShowTime, 0); |
| 812 | #endif |
Anthony Cui | 26af3e5a | 2021-04-15 01:36:46 | [diff] [blame] | 813 | |
| 814 | registry->RegisterDictionaryPref(kTranslateLastDeniedTimeForLanguage); |
| 815 | registry->RegisterDictionaryPref(kTranslateTooOftenDeniedForLanguage); |
Devlin Cronin | 1613227 | 2021-05-03 21:02:42 | [diff] [blame] | 816 | |
| 817 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
| 818 | registry->RegisterIntegerPref(kToolbarSize, -1); |
| 819 | #endif |
Alex Ilin | 243803e | 2021-05-12 16:03:27 | [diff] [blame] | 820 | registry->RegisterBooleanPref(kSessionExitedCleanly, true); |
Roman Sorokin | 0f91e2f | 2021-05-19 20:17:37 | [diff] [blame] | 821 | |
| 822 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 823 | registry->RegisterInt64Pref(kFeatureUsageDailySampleFingerprint, 0); |
| 824 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
My Nguyen | ea8561e | 2021-06-01 18:48:45 | [diff] [blame] | 825 | |
| 826 | registry->RegisterListPref(kSpellCheckBlacklistedDictionaries); |
Reilly Grant | bfc2ab7 | 2021-06-02 23:57:30 | [diff] [blame] | 827 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 828 | #if !BUILDFLAG(IS_ANDROID) |
Reilly Grant | bfc2ab7 | 2021-06-02 23:57:30 | [diff] [blame] | 829 | registry->RegisterListPref( |
| 830 | prefs::kManagedProfileSerialAllowAllPortsForUrlsDeprecated); |
| 831 | registry->RegisterListPref( |
| 832 | prefs::kManagedProfileSerialAllowUsbDevicesForUrlsDeprecated); |
| 833 | #endif |
Tarun Bansal | 717824d | 2021-06-11 20:11:09 | [diff] [blame] | 834 | |
| 835 | registry->RegisterStringPref(kDataReductionProxy, std::string()); |
Yue Li | c34fbd71 | 2021-06-21 23:15:37 | [diff] [blame] | 836 | |
| 837 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 838 | registry->RegisterBooleanPref(kQuickAnswersConsented, false); |
| 839 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
Viktor Semeniuk | 0cf45fd8 | 2021-06-22 15:45:25 | [diff] [blame] | 840 | |
| 841 | registry->RegisterBooleanPref(kWasPhishedCredentialsUploadedToSync, true); |
Sophie Chang | 2e050e4 | 2021-06-24 20:11:32 | [diff] [blame] | 842 | |
| 843 | registry->RegisterDictionaryPref(kHintsFetcherTopHostBlocklist, |
| 844 | PrefRegistry::LOSSY_PREF); |
| 845 | registry->RegisterIntegerPref(kHintsFetcherTopHostBlocklistState, 0, |
| 846 | PrefRegistry::LOSSY_PREF); |
| 847 | registry->RegisterDoublePref(kTimeHintsFetcherTopHostBlocklistLastInitialized, |
| 848 | 0, PrefRegistry::LOSSY_PREF); |
| 849 | registry->RegisterDoublePref( |
| 850 | kHintsFetcherTopHostBlocklistMinimumEngagementScore, 0, |
| 851 | PrefRegistry::LOSSY_PREF); |
Friedrich Horschig | 853ecf01 | 2021-07-09 14:28:22 | [diff] [blame] | 852 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 853 | #if BUILDFLAG(IS_MAC) |
Friedrich Horschig | 853ecf01 | 2021-07-09 14:28:22 | [diff] [blame] | 854 | registry->RegisterTimePref(kPasswordRecovery, base::Time()); |
| 855 | #endif |
Marc Treib | 41d144e | 2021-07-12 09:47:19 | [diff] [blame] | 856 | |
| 857 | registry->RegisterBooleanPref(kWasSignInPasswordPromoClicked, false); |
| 858 | registry->RegisterIntegerPref(kNumberSignInPasswordPromoShown, 0); |
| 859 | registry->RegisterBooleanPref(kSignInPasswordPromoRevive, false); |
Ramin Halavati | 7a9d08f | 2021-07-13 12:23:06 | [diff] [blame] | 860 | registry->RegisterIntegerPref(kGuestProfilesNumCreated, 1); |
David Roger | fbfc938 | 2021-07-12 13:58:45 | [diff] [blame] | 861 | |
| 862 | #if BUILDFLAG(ENABLE_DICE_SUPPORT) |
| 863 | registry->RegisterDictionaryPref(kProfileSwitchInterceptionDeclinedPref); |
Mihai Sardarescu | 26e67b0 | 2021-09-23 15:56:40 | [diff] [blame] | 864 | registry->RegisterDictionaryPref(kDiceMigrationCompletePref); |
David Roger | fbfc938 | 2021-07-12 13:58:45 | [diff] [blame] | 865 | #endif |
Tibor Goldschwendt | 9db19e6 | 2021-07-13 23:16:08 | [diff] [blame] | 866 | |
| 867 | registry->RegisterStringPref(kSuggestionsBlocklist, std::string()); |
| 868 | registry->RegisterStringPref(kSuggestionsData, std::string()); |
Devlin Cronin | c1cb138f | 2021-07-14 23:28:27 | [diff] [blame] | 869 | |
| 870 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
| 871 | registry->RegisterBooleanPref(kExtensionCheckupOnStartup, false); |
| 872 | #endif |
rbpotter | 12e2b89 | 2021-07-21 20:37:15 | [diff] [blame] | 873 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 874 | #if !BUILDFLAG(IS_ANDROID) |
rbpotter | 12e2b89 | 2021-07-21 20:37:15 | [diff] [blame] | 875 | registry->RegisterBooleanPref(kCloudPrintDeprecationWarningsSuppressed, |
| 876 | false); |
rbpotter | 5018fe8 | 2021-07-24 05:31:28 | [diff] [blame] | 877 | registry->RegisterBooleanPref(kForceEnablePrivetPrinting, false); |
rbpotter | 12e2b89 | 2021-07-21 20:37:15 | [diff] [blame] | 878 | #endif |
Marc Treib | e64f848 | 2021-07-28 08:45:23 | [diff] [blame] | 879 | |
| 880 | registry->RegisterBooleanPref(kAccountStorageExists, false); |
Anthony Cui | af717c8 | 2021-07-30 01:00:05 | [diff] [blame] | 881 | |
| 882 | registry->RegisterDictionaryPref(kUserLanguageProfile); |
Tibor Goldschwendt | 785acef | 2021-09-07 18:39:22 | [diff] [blame] | 883 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 884 | #if !BUILDFLAG(IS_ANDROID) |
Tibor Goldschwendt | 785acef | 2021-09-07 18:39:22 | [diff] [blame] | 885 | registry->RegisterDictionaryPref(kNtpSearchSuggestionsBlocklist); |
| 886 | registry->RegisterDictionaryPref(kNtpSearchSuggestionsImpressions); |
| 887 | registry->RegisterBooleanPref(kNtpSearchSuggestionsOptOut, false); |
| 888 | #endif |
Jared Saul | 91992b2 | 2021-09-08 23:25:54 | [diff] [blame] | 889 | |
| 890 | registry->RegisterIntegerPref(kAutofillAcceptSaveCreditCardPromptState, 0); |
Claudius van der Merwe | b55b6c16 | 2021-10-04 00:12:20 | [diff] [blame] | 891 | |
| 892 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 893 | registry->RegisterIntegerPref( |
| 894 | kNearbySharingFastInitiationNotificationEnabledPrefName, 0); |
| 895 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
Adrienne Walker | 75f4c30 | 2021-10-26 19:20:48 | [diff] [blame] | 896 | |
| 897 | registry->RegisterBooleanPref(kAppCacheForceEnabled, false); |
Kevin Radtke | 766244c | 2021-11-23 02:20:45 | [diff] [blame] | 898 | registry->RegisterBooleanPref(kWasPreviouslySetUpPrefName, false); |
Simon Pelchat | 83b8a45 | 2021-12-07 15:49:39 | [diff] [blame] | 899 | |
| 900 | registry->RegisterDictionaryPref(kAvailabilityProberOriginCheck); |
| 901 | registry->RegisterDictionaryPref(kAvailabilityProberTLSCanaryCheck); |
| 902 | registry->RegisterDictionaryPref(kAvailabilityProberDNSCanaryCheck); |
Aga Wronska | 5c15cec | 2021-12-10 16:21:32 | [diff] [blame] | 903 | |
| 904 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 905 | registry->RegisterStringPref( |
| 906 | kEduCoexistenceSecondaryAccountsInvalidationVersion, std::string()); |
Boris Sazonov | 4f61fe38 | 2021-12-13 19:05:30 | [diff] [blame] | 907 | |
| 908 | registry->RegisterBooleanPref(kSyncFirstRunCompleted, false); |
Rachel Wong | ae7ad5d | 2021-12-14 01:57:27 | [diff] [blame] | 909 | |
| 910 | registry->RegisterDictionaryPref(kArcAppReinstallState); |
Boris Sazonov | 6bc149b | 2021-12-29 11:02:58 | [diff] [blame] | 911 | |
| 912 | registry->RegisterBooleanPref(kOsSyncFeatureEnabled, false); |
Aga Wronska | 5c15cec | 2021-12-10 16:21:32 | [diff] [blame] | 913 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
Andy Paicu | 5b05dd6d | 2021-12-28 17:40:07 | [diff] [blame] | 914 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 915 | #if BUILDFLAG(IS_ANDROID) |
Andy Paicu | 5b05dd6d | 2021-12-28 17:40:07 | [diff] [blame] | 916 | registry->RegisterBooleanPref(kSearchGeolocationDisclosureDismissed, false); |
| 917 | registry->RegisterIntegerPref(kSearchGeolocationDisclosureShownCount, 0); |
| 918 | registry->RegisterInt64Pref(kSearchGeolocationDisclosureLastShowDate, 0); |
| 919 | registry->RegisterBooleanPref(kSearchGeolocationPreDisclosureMetricsRecorded, |
| 920 | false); |
| 921 | registry->RegisterBooleanPref(kSearchGeolocationPostDisclosureMetricsRecorded, |
| 922 | false); |
| 923 | #endif |
Tarun Bansal | 9a1dfe8 | 2022-01-11 21:02:20 | [diff] [blame] | 924 | |
| 925 | registry->RegisterBooleanPref(kHasSeenLiteModeInfoBar, false); |
Tarun Bansal | 1917268 | 2022-01-27 01:26:24 | [diff] [blame] | 926 | registry->RegisterInt64Pref(kDailyHttpContentLengthLastUpdateDate, 0L); |
| 927 | registry->RegisterListPref(kDailyHttpOriginalContentLength); |
| 928 | registry->RegisterListPref(kDailyHttpReceivedContentLength); |
| 929 | registry->RegisterBooleanPref(kDataUsageReportingEnabled, false); |
| 930 | registry->RegisterInt64Pref(kHttpReceivedContentLength, 0); |
| 931 | registry->RegisterInt64Pref(kHttpOriginalContentLength, 0); |
| 932 | registry->RegisterIntegerPref(kThisWeekNumber, 0); |
| 933 | registry->RegisterDictionaryPref(kThisWeekServicesDownstreamBackgroundKB, |
| 934 | PrefRegistry::LOSSY_PREF); |
| 935 | registry->RegisterDictionaryPref(kThisWeekServicesDownstreamForegroundKB, |
| 936 | PrefRegistry::LOSSY_PREF); |
| 937 | registry->RegisterDictionaryPref(kLastWeekServicesDownstreamBackgroundKB, |
| 938 | PrefRegistry::LOSSY_PREF); |
| 939 | registry->RegisterDictionaryPref(kLastWeekServicesDownstreamForegroundKB, |
| 940 | PrefRegistry::LOSSY_PREF); |
| 941 | registry->RegisterDictionaryPref(kThisWeekUserTrafficContentTypeDownstreamKB, |
| 942 | PrefRegistry::LOSSY_PREF); |
| 943 | registry->RegisterDictionaryPref(kLastWeekUserTrafficContentTypeDownstreamKB, |
| 944 | PrefRegistry::LOSSY_PREF); |
Tarun Bansal | 556a569 | 2022-02-01 18:56:24 | [diff] [blame] | 945 | registry->RegisterBooleanPref(kDataSaverEnabled, false); |
| 946 | registry->RegisterBooleanPref(kDataReductionProxyWasEnabledBefore, false); |
| 947 | registry->RegisterInt64Pref(kDataReductionProxyLastEnabledTime, 0L); |
Yao Xiao | 9255aec | 2022-02-05 00:02:19 | [diff] [blame] | 948 | |
| 949 | registry->RegisterUint64Pref(kFlocIdValuePrefKey, 0); |
| 950 | registry->RegisterIntegerPref(kFlocIdStatusPrefKey, 0); |
| 951 | registry->RegisterTimePref(kFlocIdHistoryBeginTimePrefKey, base::Time()); |
| 952 | registry->RegisterTimePref(kFlocIdHistoryEndTimePrefKey, base::Time()); |
| 953 | registry->RegisterUint64Pref(kFlocIdFinchConfigVersionPrefKey, 0); |
| 954 | registry->RegisterUint64Pref(kFlocIdSortingLshVersionPrefKey, 0); |
| 955 | registry->RegisterTimePref(kFlocIdComputeTimePrefKey, base::Time()); |
Matt Walliser | c83a0ef4 | 2022-02-17 21:12:05 | [diff] [blame] | 956 | |
| 957 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 958 | registry->RegisterIntegerPref(kPhoneHubCameraRollPendingStatePrefName, 0); |
| 959 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
James Cook | 0ba192bf | 2017-12-01 20:53:11 | [diff] [blame] | 960 | } |
| 961 | |
[email protected] | 572f40c9b | 2012-07-06 20:35:33 | [diff] [blame] | 962 | } // namespace |
| 963 | |
[email protected] | 4082306d9 | 2013-02-21 14:51:01 | [diff] [blame] | 964 | void RegisterLocalState(PrefRegistrySimple* registry) { |
Chris Hamilton | 65c4131 | 2020-06-10 13:14:40 | [diff] [blame] | 965 | // Call outs to individual subsystems that register Local State (browser-wide) |
| 966 | // prefs en masse. See RegisterProfilePrefs for per-profile prefs. Please |
| 967 | // keep this list alphabetized. |
[email protected] | b1de2c7 | 2013-02-06 02:45:47 | [diff] [blame] | 968 | browser_shutdown::RegisterPrefs(registry); |
[email protected] | b1de2c7 | 2013-02-06 02:45:47 | [diff] [blame] | 969 | BrowserProcessImpl::RegisterPrefs(registry); |
Chris Palmer | ac7d7564 | 2017-11-22 20:12:54 | [diff] [blame] | 970 | ChromeContentBrowserClient::RegisterLocalStatePrefs(registry); |
Elaine Chien | f8d1369 | 2021-07-26 23:05:56 | [diff] [blame] | 971 | #if !BUILDFLAG(IS_CHROMEOS_ASH) |
| 972 | chrome_labs_prefs::RegisterLocalStatePrefs(registry); |
| 973 | #endif |
[email protected] | 4a55a71 | 2014-06-08 16:50:34 | [diff] [blame] | 974 | ChromeMetricsServiceClient::RegisterPrefs(registry); |
oysteine | de6783b | 2016-05-25 18:08:43 | [diff] [blame] | 975 | ChromeTracingDelegate::RegisterPrefs(registry); |
Dominique Fauteux-Chapleau | 0e897db0 | 2021-04-19 18:42:22 | [diff] [blame] | 976 | chrome::enterprise_util::RegisterLocalStatePrefs(registry); |
sorin | ebcfc8dd | 2016-08-12 21:57:18 | [diff] [blame] | 977 | component_updater::RegisterPrefs(registry); |
Mugdha Lakhani | da851fd | 2021-03-16 18:21:02 | [diff] [blame] | 978 | embedder_support::OriginTrialPrefs::RegisterPrefs(registry); |
Og Astorga | 3089fd8 | 2021-09-21 00:02:37 | [diff] [blame] | 979 | enterprise_reporting::RegisterLocalStatePrefs(registry); |
[email protected] | b1de2c7 | 2013-02-06 02:45:47 | [diff] [blame] | 980 | ExternalProtocolHandler::RegisterPrefs(registry); |
sdefresne | 8593e643 | 2015-12-01 12:38:08 | [diff] [blame] | 981 | flags_ui::PrefServiceFlagsStorage::RegisterPrefs(registry); |
Kirubel Aklilu | 60d316f | 2021-12-16 01:55:33 | [diff] [blame] | 982 | first_party_sets::RegisterLocalStatePrefs(registry); |
[email protected] | e6933d2a | 2013-03-12 22:32:21 | [diff] [blame] | 983 | GpuModeManager::RegisterPrefs(registry); |
Miyoung Shin | 23737f6 | 2019-07-23 15:43:31 | [diff] [blame] | 984 | signin::IdentityManager::RegisterLocalStatePrefs(registry); |
Anthony Vallee-Dubois | 43fded970 | 2020-06-19 16:30:38 | [diff] [blame] | 985 | invalidation::FCMInvalidationService::RegisterPrefs(registry); |
Maksim Moskvitin | f5f5f736c | 2021-01-12 12:13:28 | [diff] [blame] | 986 | invalidation::InvalidatorRegistrarWithMemory::RegisterPrefs(registry); |
| 987 | invalidation::PerUserTopicSubscriptionManager::RegisterPrefs(registry); |
Anthony Vallee-Dubois | 6f99312 | 2018-09-17 16:13:28 | [diff] [blame] | 988 | language::GeoLanguageProvider::RegisterLocalStatePrefs(registry); |
Alexandre Frechette | 38f4ef9 | 2019-02-25 16:31:57 | [diff] [blame] | 989 | language::UlpLanguageCodeLocator::RegisterLocalStatePrefs(registry); |
Sebastien Marchand | 5a63997a | 2019-09-27 19:15:34 | [diff] [blame] | 990 | memory::EnterpriseMemoryLimitPrefObserver::RegisterPrefs(registry); |
[email protected] | d0ab865b | 2014-06-04 19:41:34 | [diff] [blame] | 991 | network_time::NetworkTimeTracker::RegisterPrefs(registry); |
Tonko Sabolčec | 6f271d3 | 2018-08-17 14:35:47 | [diff] [blame] | 992 | password_manager::PasswordManager::RegisterLocalPrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 993 | policy::BrowserPolicyConnector::RegisterPrefs(registry); |
Yann Dago | 9c1e1951 | 2022-02-28 22:27:31 | [diff] [blame] | 994 | policy::ManagementService::RegisterLocalStatePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 995 | policy::PolicyStatisticsCollector::RegisterPrefs(registry); |
[email protected] | b1de2c7 | 2013-02-06 02:45:47 | [diff] [blame] | 996 | PrefProxyConfigTrackerImpl::RegisterPrefs(registry); |
Thomas Tangl | c67ace4 | 2019-06-07 19:31:50 | [diff] [blame] | 997 | ProfileAttributesEntry::RegisterLocalStatePrefs(registry); |
Alex Ilin | bb08a0d | 2021-07-08 09:37:24 | [diff] [blame] | 998 | ProfileAttributesStorage::RegisterPrefs(registry); |
Nick Harper | 030046f | 2019-09-05 23:36:09 | [diff] [blame] | 999 | ProfileNetworkContextService::RegisterLocalStatePrefs(registry); |
[email protected] | de71ae99 | 2013-07-18 03:30:38 | [diff] [blame] | 1000 | profiles::RegisterPrefs(registry); |
[email protected] | ceafc46 | 2013-11-04 12:26:03 | [diff] [blame] | 1001 | RegisterScreenshotPrefs(registry); |
Luke Zielinski | 63784cd | 2018-05-22 14:08:16 | [diff] [blame] | 1002 | safe_browsing::RegisterLocalStatePrefs(registry); |
Ayu Ishii | fbb1fad | 2020-06-22 20:15:07 | [diff] [blame] | 1003 | secure_origin_allowlist::RegisterPrefs(registry); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1004 | #if !BUILDFLAG(IS_ANDROID) |
Reilly Grant | bfc2ab7 | 2021-06-02 23:57:30 | [diff] [blame] | 1005 | SerialPolicyAllowedPorts::RegisterPrefs(registry); |
Matt Reynolds | 1914ff6b | 2022-02-04 08:48:26 | [diff] [blame] | 1006 | HidPolicyAllowedDevices::RegisterLocalStatePrefs(registry); |
Reilly Grant | bfc2ab7 | 2021-06-02 23:57:30 | [diff] [blame] | 1007 | #endif |
Mikel Astiz | f61f4ba0 | 2018-06-01 10:50:19 | [diff] [blame] | 1008 | sessions::SessionIdGenerator::RegisterPrefs(registry); |
Ryan Sleevi | 4689ad3 | 2018-04-16 19:09:05 | [diff] [blame] | 1009 | SSLConfigServiceManager::RegisterPrefs(registry); |
Michael Giuffrida | b41fa5c4 | 2017-11-13 23:30:57 | [diff] [blame] | 1010 | subresource_filter::IndexedRulesetVersion::RegisterPrefs(registry); |
Matt Menke | 4dfb375c | 2018-06-13 18:06:31 | [diff] [blame] | 1011 | SystemNetworkContextManager::RegisterPrefs(registry); |
waffles | d2d9a33 | 2016-04-09 01:59:57 | [diff] [blame] | 1012 | update_client::RegisterPrefs(registry); |
Michael Giuffrida | b41fa5c4 | 2017-11-13 23:30:57 | [diff] [blame] | 1013 | variations::VariationsService::RegisterPrefs(registry); |
[email protected] | cc36c2c | 2012-03-01 00:57:34 | [diff] [blame] | 1014 | |
Chris Hamilton | 65c4131 | 2020-06-10 13:14:40 | [diff] [blame] | 1015 | // Individual preferences. If you have multiple preferences that should |
| 1016 | // clearly be grouped together, please group them together into a helper |
| 1017 | // function called above. Please keep this list alphabetized. |
| 1018 | registry->RegisterBooleanPref( |
| 1019 | policy::policy_prefs::kIntensiveWakeUpThrottlingEnabled, false); |
Aaron Tagliaboschi | 8f3a2830 | 2020-06-24 03:08:26 | [diff] [blame] | 1020 | registry->RegisterBooleanPref( |
Eric Lawrence | a8a460c | 2020-11-06 21:10:42 | [diff] [blame] | 1021 | policy::policy_prefs::kTargetBlankImpliesNoOpener, true); |
Ari Chivukula | 03d455f2 | 2021-09-28 22:48:23 | [diff] [blame] | 1022 | registry->RegisterBooleanPref( |
Matt Reichhoff | 2f19012 | 2021-11-02 19:28:19 | [diff] [blame] | 1023 | policy::policy_prefs::kUserAgentClientHintsGREASEUpdateEnabled, true); |
Ari Chivukula | 8edcb69 | 2022-03-10 19:22:31 | [diff] [blame] | 1024 | registry->RegisterBooleanPref(policy::policy_prefs::kWebSQLAccess, false); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1025 | #if BUILDFLAG(IS_ANDROID) |
Rakina Zata Amni | c123bd2 | 2020-07-31 19:08:39 | [diff] [blame] | 1026 | registry->RegisterBooleanPref(policy::policy_prefs::kBackForwardCacheEnabled, |
| 1027 | true); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1028 | #endif // BUILDFLAG(IS_ANDROID) |
Chris Hamilton | 65c4131 | 2020-06-10 13:14:40 | [diff] [blame] | 1029 | |
| 1030 | // Below this point is for platform-specific and compile-time conditional |
| 1031 | // calls. Please follow the helper-function-first-then-direct-calls pattern |
| 1032 | // established above, and keep things alphabetized. |
| 1033 | |
Denis Kuznetsov | 32099f3 | 2017-12-15 14:04:57 | [diff] [blame] | 1034 | #if BUILDFLAG(ENABLE_BACKGROUND_MODE) |
Michael Giuffrida | b41fa5c4 | 2017-11-13 23:30:57 | [diff] [blame] | 1035 | BackgroundModeManager::RegisterPrefs(registry); |
| 1036 | #endif |
| 1037 | |
brettw | 4b46108 | 2016-11-19 18:55:16 | [diff] [blame] | 1038 | #if BUILDFLAG(ENABLE_PLUGINS) |
[email protected] | ceafc46 | 2013-11-04 12:26:03 | [diff] [blame] | 1039 | PluginsResourceService::RegisterPrefs(registry); |
| 1040 | #endif |
| 1041 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1042 | #if BUILDFLAG(IS_ANDROID) |
Mark Pearson | ee17df91 | 2017-04-27 21:51:04 | [diff] [blame] | 1043 | ::android::RegisterPrefs(registry); |
Sky Malice | d8eb430 | 2020-08-03 05:46:44 | [diff] [blame] | 1044 | |
Sky Malice | f7dd942 | 2020-10-26 22:12:40 | [diff] [blame] | 1045 | registry->RegisterIntegerPref(first_run::kTosDialogBehavior, 0); |
Yu Su | 4d45986 | 2021-04-15 04:19:54 | [diff] [blame] | 1046 | registry->RegisterBooleanPref(lens::kLensCameraAssistedSearchEnabled, true); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1047 | #else // BUILDFLAG(IS_ANDROID) |
johnme | 627dc8c7 | 2016-08-19 21:49:39 | [diff] [blame] | 1048 | gcm::RegisterPrefs(registry); |
Tommy Li | d5b7c22b | 2020-10-28 01:26:51 | [diff] [blame] | 1049 | IntranetRedirectDetector::RegisterPrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1050 | media_router::RegisterLocalStatePrefs(registry); |
Michael Giuffrida | b41fa5c4 | 2017-11-13 23:30:57 | [diff] [blame] | 1051 | metrics::TabStatsTracker::RegisterPrefs(registry); |
Michael Giuffrida | b41fa5c4 | 2017-11-13 23:30:57 | [diff] [blame] | 1052 | RegisterBrowserPrefs(registry); |
Amanda Deacon | 9535c97 | 2021-04-29 04:26:51 | [diff] [blame] | 1053 | speech::SodaInstaller::RegisterLocalStatePrefs(registry); |
Michael Giuffrida | b41fa5c4 | 2017-11-13 23:30:57 | [diff] [blame] | 1054 | StartupBrowserCreator::RegisterLocalStatePrefs(registry); |
| 1055 | task_manager::TaskManagerInterface::RegisterPrefs(registry); |
thestig | d75ce553 | 2015-10-05 22:08:34 | [diff] [blame] | 1056 | UpgradeDetector::RegisterPrefs(registry); |
rbpotter | 73c1325 | 2021-07-16 21:29:34 | [diff] [blame] | 1057 | WhatsNewUI::RegisterLocalStatePrefs(registry); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1058 | #endif // BUILDFLAG(IS_ANDROID) |
[email protected] | 3954f33 | 2012-02-25 02:51:54 | [diff] [blame] | 1059 | |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 1060 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Shao-Chuan Lee | 85a4699 | 2019-03-05 04:46:15 | [diff] [blame] | 1061 | arc::prefs::RegisterLocalStatePrefs(registry); |
[email protected] | 8304f61a | 2014-05-24 12:17:33 | [diff] [blame] | 1062 | ChromeOSMetricsProvider::RegisterPrefs(registry); |
peletskyi | f19358fd | 2016-11-08 16:21:29 | [diff] [blame] | 1063 | chromeos::ArcKioskAppManager::RegisterPrefs(registry); |
Henrique Ferreiro | 3d9d93d | 2021-02-19 22:17:39 | [diff] [blame] | 1064 | ash::AudioDevicesPrefHandlerImpl::RegisterPrefs(registry); |
Yeunjoo Choi | cd4cc538 | 2021-03-25 08:50:49 | [diff] [blame] | 1065 | ash::cert_provisioning::RegisterLocalStatePrefs(registry); |
Kyle Horimoto | 613246c | 2021-01-29 22:52:12 | [diff] [blame] | 1066 | chromeos::CellularESimProfileHandlerImpl::RegisterLocalStatePrefs(registry); |
Jason Zhang | 8f4a43ae | 2022-03-23 20:17:58 | [diff] [blame] | 1067 | chromeos::ManagedCellularPrefHandler::RegisterLocalStatePrefs(registry); |
Henrique Ferreiro | cddc801 | 2021-03-26 00:47:15 | [diff] [blame] | 1068 | ash::ChromeUserManagerImpl::RegisterPrefs(registry); |
Yuta Hijikata | 82c304ff | 2021-04-30 19:24:57 | [diff] [blame] | 1069 | crosapi::browser_util::RegisterLocalStatePrefs(registry); |
Yeunjoo Choi | 47a6a14 | 2022-02-11 02:35:23 | [diff] [blame] | 1070 | ash::CupsPrintersManager::RegisterLocalStatePrefs(registry); |
Yuta Hijikata | 368cc4b9 | 2021-12-23 07:39:10 | [diff] [blame] | 1071 | ash::BrowserDataMigratorImpl::RegisterLocalStatePrefs(registry); |
Gordon Seto | c7b5631e | 2021-11-12 22:48:28 | [diff] [blame] | 1072 | chromeos::bluetooth_config::BluetoothPowerControllerImpl:: |
| 1073 | RegisterLocalStatePrefs(registry); |
Gordon Seto | b2b7c7bc | 2021-10-12 17:42:55 | [diff] [blame] | 1074 | chromeos::bluetooth_config::DeviceNameManagerImpl::RegisterLocalStatePrefs( |
| 1075 | registry); |
Henrique Ferreiro | d71de90 | 2021-05-10 18:57:11 | [diff] [blame] | 1076 | ash::DemoModeDetector::RegisterPrefs(registry); |
| 1077 | ash::DemoModeResourcesRemover::RegisterLocalStatePrefs(registry); |
| 1078 | ash::DemoSession::RegisterLocalStatePrefs(registry); |
| 1079 | ash::DemoSetupController::RegisterLocalStatePrefs(registry); |
Henrique Ferreiro | 7967dce | 2021-09-23 11:37:47 | [diff] [blame] | 1080 | ash::DeviceNameStore::RegisterLocalStatePrefs(registry); |
Anthony Vallee-Dubois | 85edf22 | 2020-03-24 20:30:02 | [diff] [blame] | 1081 | chromeos::DeviceOAuth2TokenStoreChromeOS::RegisterPrefs(registry); |
Yeunjoo Choi | d461f87 | 2021-03-11 06:52:19 | [diff] [blame] | 1082 | ash::device_settings_cache::RegisterPrefs(registry); |
Henrique Ferreiro | beea3d3 | 2021-05-11 15:58:54 | [diff] [blame] | 1083 | ash::EasyUnlockService::RegisterPrefs(registry); |
Aga Wronska | d2535c4 | 2018-08-24 15:56:22 | [diff] [blame] | 1084 | chromeos::echo_offer::RegisterPrefs(registry); |
Henrique Ferreiro | d1c3fe7 | 2021-05-14 13:26:15 | [diff] [blame] | 1085 | ash::EnableAdbSideloadingScreen::RegisterPrefs(registry); |
Hirthanan Subenderan | 7f6ce5f | 2021-09-22 23:32:05 | [diff] [blame] | 1086 | ash::device_activity::DeviceActivityController::RegisterPrefs(registry); |
Aga Wronska | d2535c4 | 2018-08-24 15:56:22 | [diff] [blame] | 1087 | chromeos::EnableDebuggingScreenHandler::RegisterPrefs(registry); |
Matthew Wang | 9e21065 | 2018-11-16 19:40:28 | [diff] [blame] | 1088 | chromeos::FastTransitionObserver::RegisterPrefs(registry); |
Danila Kuzmin | 90a42f0 | 2021-12-08 14:00:16 | [diff] [blame] | 1089 | ash::HWDataUsageController::RegisterLocalStatePrefs(registry); |
Yeunjoo Choi | 4530b179 | 2021-05-10 02:32:27 | [diff] [blame] | 1090 | ash::KerberosCredentialsManager::RegisterLocalStatePrefs(registry); |
Henrique Ferreiro | 26ed25a | 2021-02-01 21:59:29 | [diff] [blame] | 1091 | ash::KioskAppManager::RegisterPrefs(registry); |
| 1092 | ash::KioskCryptohomeRemover::RegisterPrefs(registry); |
Henrique Ferreiro | def18c2 | 2021-11-04 19:36:00 | [diff] [blame] | 1093 | ash::language_prefs::RegisterPrefs(registry); |
Thanh Nguyen | 9cf5fa5 | 2020-12-02 01:33:12 | [diff] [blame] | 1094 | chromeos::local_search_service::SearchMetricsReporter:: |
| 1095 | RegisterLocalStatePrefs(registry); |
Henrique Ferreiro | b403be3 | 2021-09-22 07:15:36 | [diff] [blame] | 1096 | ash::login::SecurityTokenSessionController::RegisterLocalStatePrefs(registry); |
Ahmed Nasr | be0670b7 | 2022-03-09 23:28:17 | [diff] [blame] | 1097 | ash::reporting::LoginLogoutReporter::RegisterPrefs(registry); |
Henrique Ferreiro | cddc801 | 2021-03-26 00:47:15 | [diff] [blame] | 1098 | ash::MultiProfileUserController::RegisterPrefs(registry); |
Jon Mann | 0ca42a8 | 2020-03-05 00:48:07 | [diff] [blame] | 1099 | chromeos::NetworkMetadataStore::RegisterPrefs(registry); |
Henrique Ferreiro | e2cbaaf | 2022-01-10 15:02:23 | [diff] [blame] | 1100 | ash::NetworkThrottlingObserver::RegisterPrefs(registry); |
Yeunjoo Choi | c200093 | 2021-06-10 01:54:08 | [diff] [blame] | 1101 | ash::PowerMetricsReporter::RegisterLocalStatePrefs(registry); |
Henrique Ferreiro | a8763b6 | 2021-10-13 18:37:53 | [diff] [blame] | 1102 | ash::platform_keys::KeyPermissionsManagerImpl::RegisterLocalStatePrefs( |
Omar Morsi | 4febb4d | 2020-10-30 07:55:21 | [diff] [blame] | 1103 | registry); |
Yeunjoo Choi | f3c7e40 | 2021-06-04 04:28:56 | [diff] [blame] | 1104 | ash::power::auto_screen_brightness::MetricsReporter::RegisterLocalStatePrefs( |
| 1105 | registry); |
Henrique Ferreiro | 4b21d14 | 2021-11-10 11:47:37 | [diff] [blame] | 1106 | ash::Preferences::RegisterPrefs(registry); |
Henrique Ferreiro | d1c3fe7 | 2021-05-14 13:26:15 | [diff] [blame] | 1107 | ash::ResetScreen::RegisterPrefs(registry); |
Henrique Ferreiro | 4b21d14 | 2021-11-10 11:47:37 | [diff] [blame] | 1108 | ash::SchedulerConfigurationManager::RegisterLocalStatePrefs(registry); |
Yeunjoo Choi | cf61fba | 2021-04-23 02:43:09 | [diff] [blame] | 1109 | ash::ServicesCustomizationDocument::RegisterPrefs(registry); |
[email protected] | daf4b54 | 2013-07-23 17:11:27 | [diff] [blame] | 1110 | chromeos::SigninScreenHandler::RegisterPrefs(registry); |
Henrique Ferreiro | b403be3 | 2021-09-22 07:15:36 | [diff] [blame] | 1111 | ash::StartupUtils::RegisterPrefs(registry); |
Yeunjoo Choi | d461f87 | 2021-03-11 06:52:19 | [diff] [blame] | 1112 | ash::StatsReportingController::RegisterLocalStatePrefs(registry); |
Yeunjoo Choi | 03b09c6 | 2021-02-18 21:40:05 | [diff] [blame] | 1113 | ash::system::AutomaticRebootManager::RegisterPrefs(registry); |
Yeunjoo Choi | 953a4c3 | 2021-10-15 05:20:44 | [diff] [blame] | 1114 | ash::TimeZoneResolver::RegisterPrefs(registry); |
Henrique Ferreiro | cddc801 | 2021-03-26 00:47:15 | [diff] [blame] | 1115 | ash::UserImageManager::RegisterPrefs(registry); |
Henrique Ferreiro | d70b5c2 | 2021-04-30 10:55:27 | [diff] [blame] | 1116 | ash::UserSessionManager::RegisterPrefs(registry); |
Henrique Ferreiro | 26ed25a | 2021-02-01 21:59:29 | [diff] [blame] | 1117 | ash::WebKioskAppManager::RegisterPrefs(registry); |
Xiaochu Liu | 48ab593 | 2018-05-11 03:44:04 | [diff] [blame] | 1118 | component_updater::MetadataTable::RegisterPrefs(registry); |
Henrique Ferreiro | b902d6c | 2021-10-14 19:55:44 | [diff] [blame] | 1119 | ash::CryptAuthDeviceIdProviderImpl::RegisterLocalPrefs(registry); |
[email protected] | 5a145e8 | 2014-05-29 22:19:07 | [diff] [blame] | 1120 | extensions::ExtensionAssetsManagerChromeOS::RegisterPrefs(registry); |
Aya ElAttar | b4f7a5f | 2020-03-05 00:47:24 | [diff] [blame] | 1121 | extensions::ExtensionsPermissionsTracker::RegisterLocalStatePrefs(registry); |
tbarzic | d9a88fc9 | 2017-07-14 02:18:10 | [diff] [blame] | 1122 | extensions::lock_screen_data::LockScreenItemStorage::RegisterLocalState( |
| 1123 | registry); |
Jit Yao Yap | 8e24732 | 2019-06-24 16:56:59 | [diff] [blame] | 1124 | extensions::login_api::RegisterLocalStatePrefs(registry); |
stevenjb | f22f82e | 2016-10-26 21:47:38 | [diff] [blame] | 1125 | ::onc::RegisterPrefs(registry); |
Felipe Andrade | 8f81c5f | 2021-11-09 00:44:02 | [diff] [blame] | 1126 | policy::ActiveDirectoryDeviceStateUploader::RegisterLocalStatePrefs(registry); |
Felipe Andrade | 5cb496c5 | 2022-01-18 19:13:28 | [diff] [blame] | 1127 | policy::ActiveDirectoryMigrationManager::RegisterLocalStatePrefs(registry); |
Jana Grill | 784b1e5 | 2020-06-26 18:22:12 | [diff] [blame] | 1128 | policy::AdbSideloadingAllowanceModePolicyHandler::RegisterPrefs(registry); |
Pavol Marko | 35bcf1a | 2018-05-23 15:33:07 | [diff] [blame] | 1129 | policy::AutoEnrollmentClientImpl::RegisterPrefs(registry); |
Yeunjoo Choi | 7227dba | 2021-08-04 06:35:47 | [diff] [blame] | 1130 | policy::BrowserPolicyConnectorAsh::RegisterPrefs(registry); |
Yeunjoo Choi | ead8b3c | 2021-07-27 08:08:19 | [diff] [blame] | 1131 | policy::DeviceCloudPolicyManagerAsh::RegisterPrefs(registry); |
[email protected] | b1de2c7 | 2013-02-06 02:45:47 | [diff] [blame] | 1132 | policy::DeviceStatusCollector::RegisterPrefs(registry); |
Nikita Podguzov | 72c21f0 | 2019-06-17 14:48:41 | [diff] [blame] | 1133 | policy::DeviceWallpaperImageExternalDataHandler::RegisterPrefs(registry); |
rsorokin | 3c13ece | 2017-01-16 15:58:41 | [diff] [blame] | 1134 | policy::DMTokenStorage::RegisterPrefs(registry); |
Sergey Poromov | d6575a0b | 2020-05-19 21:41:09 | [diff] [blame] | 1135 | policy::EnrollmentRequisitionManager::RegisterPrefs(registry); |
Saurabh Nijhara | 839c17c | 2020-05-19 00:18:29 | [diff] [blame] | 1136 | policy::MinimumVersionPolicyHandler::RegisterPrefs(registry); |
Anatoliy Potapchuk | a460bc1 | 2021-11-05 19:23:10 | [diff] [blame] | 1137 | policy::EuiccStatusUploader::RegisterLocalStatePrefs(registry); |
Andreea Costinas | c4b76ff | 2019-04-11 15:52:13 | [diff] [blame] | 1138 | policy::TPMAutoUpdateModePolicyHandler::RegisterPrefs(registry); |
glevin | 5dd01a7 | 2016-03-23 23:08:12 | [diff] [blame] | 1139 | quirks::QuirksManager::RegisterPrefs(registry); |
Roman Aleksandrov | d32e34e7 | 2019-05-22 17:29:50 | [diff] [blame] | 1140 | UpgradeDetectorChromeos::RegisterPrefs(registry); |
James Hawkins | 225001cf | 2020-09-18 16:04:34 | [diff] [blame] | 1141 | RegisterNearbySharingLocalPrefs(registry); |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 1142 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
[email protected] | b6366ffa | 2012-02-29 17:12:26 | [diff] [blame] | 1143 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1144 | #if BUILDFLAG(IS_CHROMEOS) |
Ben Franz | 7353736 | 2021-11-08 11:53:40 | [diff] [blame] | 1145 | policy::SystemFeaturesDisableListPolicyHandler::RegisterPrefs(registry); |
Alvin Lee | 99f8d9a8 | 2021-11-18 18:45:55 | [diff] [blame] | 1146 | policy::DlpRulesManagerImpl::RegisterPrefs(registry); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1147 | #endif // BUILDFLAG(IS_CHROMEOS) |
Ben Franz | 7353736 | 2021-11-08 11:53:40 | [diff] [blame] | 1148 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1149 | #if BUILDFLAG(IS_MAC) |
[email protected] | b1de2c7 | 2013-02-06 02:45:47 | [diff] [blame] | 1150 | confirm_quit::RegisterLocalState(registry); |
[email protected] | 425f7a0 | 2014-04-29 01:51:44 | [diff] [blame] | 1151 | QuitWithAppsController::RegisterPrefs(registry); |
Henrik Grunell | e11045a | 2019-04-12 09:27:27 | [diff] [blame] | 1152 | system_media_permissions::RegisterSystemMediaPermissionStatesPrefs(registry); |
Christopher Cameron | 81f442e | 2019-11-14 06:50:14 | [diff] [blame] | 1153 | AppShimRegistry::Get()->RegisterLocalPrefs(registry); |
[email protected] | b6366ffa | 2012-02-29 17:12:26 | [diff] [blame] | 1154 | #endif |
[email protected] | bdb8a1e | 2013-10-03 08:14:00 | [diff] [blame] | 1155 | |
Erik Chen | 38ceca08 | 2020-12-16 01:31:35 | [diff] [blame] | 1156 | #if BUILDFLAG(IS_CHROMEOS_LACROS) |
Alex Ilin | 953f109 | 2021-11-26 15:49:10 | [diff] [blame] | 1157 | AccountCache::RegisterLocalStatePrefs(registry); |
Erik Chen | 38ceca08 | 2020-12-16 01:31:35 | [diff] [blame] | 1158 | lacros_prefs::RegisterLocalStatePrefs(registry); |
| 1159 | #endif |
| 1160 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1161 | #if BUILDFLAG(IS_WIN) |
Will Harris | 265b394 | 2019-10-21 01:01:33 | [diff] [blame] | 1162 | OSCrypt::RegisterLocalPrefs(registry); |
Will Harris | 956e0ca | 2019-08-23 20:47:39 | [diff] [blame] | 1163 | registry->RegisterBooleanPref(prefs::kRendererCodeIntegrityEnabled, true); |
Stefan Smolen | fd3965b | 2021-08-17 19:27:18 | [diff] [blame] | 1164 | registry->RegisterBooleanPref(prefs::kBlockBrowserLegacyExtensionPoints, |
| 1165 | true); |
David Bienvenu | 554a259 | 2020-02-13 20:20:54 | [diff] [blame] | 1166 | registry->RegisterBooleanPref( |
| 1167 | policy::policy_prefs::kNativeWindowOcclusionEnabled, true); |
[email protected] | c5d4b184 | 2014-06-20 21:19:50 | [diff] [blame] | 1168 | component_updater::RegisterPrefsForSwReporter(registry); |
Rainhard Findling | 4d621ca | 2020-10-26 20:46:06 | [diff] [blame] | 1169 | safe_browsing::RegisterChromeCleanerScanCompletionTimePref(registry); |
Xiaohan Wang | 259f34c7a | 2022-03-26 23:18:19 | [diff] [blame] | 1170 | MediaFoundationServiceMonitor::RegisterPrefs(registry); |
Nico Weber | eaa0841 | 2019-08-14 01:24:37 | [diff] [blame] | 1171 | #if BUILDFLAG(GOOGLE_CHROME_BRANDING) |
Patrick Monette | f8fd8b2 | 2018-05-10 20:58:04 | [diff] [blame] | 1172 | IncompatibleApplicationsUpdater::RegisterLocalStatePrefs(registry); |
Patrick Monette | 6b7c475b | 2018-06-12 14:58:08 | [diff] [blame] | 1173 | ModuleDatabase::RegisterLocalStatePrefs(registry); |
Patrick Monette | e31f63e2 | 2018-06-06 00:10:34 | [diff] [blame] | 1174 | ThirdPartyConflictsManager::RegisterLocalStatePrefs(registry); |
Nico Weber | eaa0841 | 2019-08-14 01:24:37 | [diff] [blame] | 1175 | #endif // BUILDFLAG(GOOGLE_CHROME_BRANDING) |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1176 | #endif // BUILDFLAG(IS_WIN) |
[email protected] | ceafc46 | 2013-11-04 12:26:03 | [diff] [blame] | 1177 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1178 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ |
| 1179 | (BUILDFLAG(IS_LINUX) && !BUILDFLAG(IS_CHROMEOS_LACROS)) |
Lu Huang | 3663f0a | 2021-03-04 18:47:08 | [diff] [blame] | 1180 | web_app::url_handler_prefs::RegisterLocalStatePrefs(registry); |
Lu Huang | cd11f21c | 2021-02-03 22:24:56 | [diff] [blame] | 1181 | #endif |
| 1182 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1183 | #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH) |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1184 | RegisterDefaultBrowserPromptPrefs(registry); |
Yann Dago | 0d896f6 | 2020-02-04 19:59:15 | [diff] [blame] | 1185 | downgrade::RegisterPrefs(registry); |
Anthony Vallee-Dubois | 85edf22 | 2020-03-24 20:30:02 | [diff] [blame] | 1186 | DeviceOAuth2TokenStoreDesktop::RegisterPrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1187 | #endif |
| 1188 | |
Wanming Lin | 28eb25e2 | 2022-03-22 02:49:24 | [diff] [blame] | 1189 | registry->RegisterBooleanPref( |
| 1190 | policy::policy_prefs::kSetTimeoutWithout1MsClampEnabled, false); |
| 1191 | |
Chris Hamilton | 65c4131 | 2020-06-10 13:14:40 | [diff] [blame] | 1192 | // This is intentionally last. |
Lei Zhang | b76b80e3 | 2020-04-08 16:58:16 | [diff] [blame] | 1193 | RegisterLocalStatePrefsForMigration(registry); |
[email protected] | 9acc4860 | 2009-11-30 21:18:51 | [diff] [blame] | 1194 | } |
initial.commit | 09911bf | 2008-07-26 23:55:29 | [diff] [blame] | 1195 | |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1196 | // Register prefs applicable to all profiles. |
Xi Han | 25a7f03 | 2019-04-18 21:44:21 | [diff] [blame] | 1197 | void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry, |
| 1198 | const std::string& locale) { |
rkaplow | 058da313 | 2015-02-19 18:18:38 | [diff] [blame] | 1199 | TRACE_EVENT0("browser", "chrome::RegisterProfilePrefs"); |
[email protected] | 2a5f2963 | 2012-11-26 17:17:55 | [diff] [blame] | 1200 | // User prefs. Please keep this list alphabetized. |
Dominic Mazzoni | 21fb028 | 2019-02-13 18:32:47 | [diff] [blame] | 1201 | AccessibilityLabelsService::RegisterProfilePrefs(registry); |
James Wallace-Lee | 25a1b05e | 2018-07-24 00:06:31 | [diff] [blame] | 1202 | AccessibilityUIMessageHandler::RegisterProfilePrefs(registry); |
Xing Liu | 7252b8d | 2020-01-22 22:12:47 | [diff] [blame] | 1203 | AnnouncementNotificationService::RegisterProfilePrefs(registry); |
Moe Ahmadi | 173b0a2b | 2018-08-03 17:35:51 | [diff] [blame] | 1204 | autofill::prefs::RegisterProfilePrefs(registry); |
Bernhard Bauer | 1919073 | 2017-09-28 09:03:33 | [diff] [blame] | 1205 | browsing_data::prefs::RegisterBrowserUserPrefs(registry); |
Doug Turner | 9e79cf0c | 2018-04-05 21:32:30 | [diff] [blame] | 1206 | certificate_transparency::prefs::RegisterPrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1207 | ChromeContentBrowserClient::RegisterProfilePrefs(registry); |
Elaine Chien | 07f137d | 2021-01-14 02:57:21 | [diff] [blame] | 1208 | chrome_labs_prefs::RegisterProfilePrefs(registry); |
Livvie Lin | 9141d0f13 | 2020-03-23 22:47:04 | [diff] [blame] | 1209 | ChromeLocationBarModelDelegate::RegisterProfilePrefs(registry); |
Colin Blundell | 7657b40 | 2020-02-25 09:46:50 | [diff] [blame] | 1210 | StatefulSSLHostStateDelegate::RegisterProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1211 | ChromeVersionService::RegisterProfilePrefs(registry); |
Eric Seckler | a5c24e1 | 2018-11-28 16:09:20 | [diff] [blame] | 1212 | chrome_browser_net::NetErrorTabHelper::RegisterProfilePrefs(registry); |
[email protected] | 06690dc | 2014-03-07 08:44:00 | [diff] [blame] | 1213 | chrome_prefs::RegisterProfilePrefs(registry); |
Travis Skare | 27cee15c | 2018-07-19 14:34:13 | [diff] [blame] | 1214 | DocumentProvider::RegisterProfilePrefs(registry); |
Owen Min | 9867b16 | 2022-01-20 21:39:07 | [diff] [blame] | 1215 | enterprise_reporting::RegisterProfilePrefs(registry); |
Katie D | 1ca4328b | 2020-02-19 18:08:47 | [diff] [blame] | 1216 | dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(registry); |
| 1217 | dom_distiller::RegisterProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1218 | DownloadPrefs::RegisterProfilePrefs(registry); |
Moe Ahmadi | 656dd53 | 2021-10-06 21:59:18 | [diff] [blame] | 1219 | history_clusters::prefs::RegisterProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1220 | HostContentSettingsMap::RegisterProfilePrefs(registry); |
Brandon Wylie | 6961a2e | 2018-09-19 23:03:37 | [diff] [blame] | 1221 | image_fetcher::ImageCache::RegisterProfilePrefs(registry); |
Evan Stade | 7a98480 | 2020-12-14 19:10:15 | [diff] [blame] | 1222 | site_engagement::ImportantSitesUtil::RegisterProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1223 | IncognitoModePrefs::RegisterProfilePrefs(registry); |
Maksim Moskvitin | f5f5f736c | 2021-01-12 12:13:28 | [diff] [blame] | 1224 | invalidation::PerUserTopicSubscriptionManager::RegisterProfilePrefs(registry); |
| 1225 | invalidation::InvalidatorRegistrarWithMemory::RegisterProfilePrefs(registry); |
Alexandre Frechette | 37edd93a | 2019-03-19 15:57:20 | [diff] [blame] | 1226 | language::LanguagePrefs::RegisterProfilePrefs(registry); |
rajendrant | ff2361da | 2020-12-16 09:18:27 | [diff] [blame] | 1227 | login_detection::prefs::RegisterProfilePrefs(registry); |
Joe DeBlasio | 59db500b | 2020-08-21 00:37:35 | [diff] [blame] | 1228 | lookalikes::RegisterProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1229 | MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry); |
[email protected] | cd80cce | 2013-12-02 15:19:19 | [diff] [blame] | 1230 | MediaDeviceIDSalt::RegisterProfilePrefs(registry); |
Becca Hughes | 6354b6b | 2017-08-31 22:01:55 | [diff] [blame] | 1231 | MediaEngagementService::RegisterProfilePrefs(registry); |
John Rummell | e5621c1 | 2017-09-05 23:52:10 | [diff] [blame] | 1232 | MediaStorageIdSalt::RegisterProfilePrefs(registry); |
Mikel Astiz | f422691 | 2020-10-19 19:10:37 | [diff] [blame] | 1233 | metrics::RegisterDemographicsProfilePrefs(registry); |
Tom Anderson | 1ef51d03 | 2020-02-11 01:05:08 | [diff] [blame] | 1234 | NotificationDisplayServiceImpl::RegisterProfilePrefs(registry); |
brettw | 1f92eed | 2016-12-07 01:12:58 | [diff] [blame] | 1235 | NotifierStateTracker::RegisterProfilePrefs(registry); |
treib | bb0c5af5 | 2016-12-09 17:34:15 | [diff] [blame] | 1236 | ntp_tiles::MostVisitedSites::RegisterProfilePrefs(registry); |
Sophie Chang | 5ff4b94 | 2019-05-23 20:04:32 | [diff] [blame] | 1237 | optimization_guide::prefs::RegisterProfilePrefs(registry); |
[email protected] | a856421 | 2014-04-09 16:16:51 | [diff] [blame] | 1238 | password_manager::PasswordManager::RegisterProfilePrefs(registry); |
anthonyvd | 6a43b93 | 2017-05-11 18:39:27 | [diff] [blame] | 1239 | payments::RegisterProfilePrefs(registry); |
Anthony Vallee-Dubois | cee55b1 | 2022-03-24 22:54:02 | [diff] [blame] | 1240 | performance_manager::user_tuning::prefs::RegisterProfilePrefs(registry); |
Ravjit | 0dc26474 | 2021-10-15 11:09:35 | [diff] [blame] | 1241 | permissions::PermissionActionsHistory::RegisterProfilePrefs(registry); |
Evan Stade | 32d635a | 2020-04-03 18:51:25 | [diff] [blame] | 1242 | PermissionBubbleMediaAccessHandler::RegisterProfilePrefs(registry); |
Sharon Yang | c670690 | 2018-07-16 13:06:19 | [diff] [blame] | 1243 | PlatformNotificationServiceImpl::RegisterProfilePrefs(registry); |
Pavol Marko | debb0ff | 2018-05-07 18:35:41 | [diff] [blame] | 1244 | policy::DeveloperToolsPolicyHandler::RegisterProfilePrefs(registry); |
Aaron Colwell | f94fd97a | 2020-07-21 19:37:08 | [diff] [blame] | 1245 | policy::URLBlocklistManager::RegisterProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1246 | PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry); |
Simon Pelchat | e74bbb6 | 2021-12-03 23:57:55 | [diff] [blame] | 1247 | prefetch::RegisterPredictionOptionsProfilePrefs(registry); |
Robert Ogden | 575d8a02 | 2020-11-13 17:54:54 | [diff] [blame] | 1248 | PrefetchProxyOriginDecider::RegisterPrefs(registry); |
Xi Han | 25a7f03 | 2019-04-18 21:44:21 | [diff] [blame] | 1249 | PrefsTabHelper::RegisterProfilePrefs(registry, locale); |
harrisonsean | 0461830 | 2020-11-27 16:00:53 | [diff] [blame] | 1250 | privacy_sandbox::RegisterProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1251 | Profile::RegisterProfilePrefs(registry); |
| 1252 | ProfileImpl::RegisterProfilePrefs(registry); |
Matt Menke | cfef87d | 2017-08-03 13:03:06 | [diff] [blame] | 1253 | ProfileNetworkContextService::RegisterProfilePrefs(registry); |
Javier Fernández García-Boente | 7966a89 | 2021-12-09 12:28:23 | [diff] [blame] | 1254 | custom_handlers::ProtocolHandlerRegistry::RegisterProfilePrefs(registry); |
johnme | cf2da0c | 2015-10-28 19:42:12 | [diff] [blame] | 1255 | PushMessagingAppIdentifier::RegisterProfilePrefs(registry); |
Balazs Engedy | 715b0ec | 2019-12-04 15:11:45 | [diff] [blame] | 1256 | QuietNotificationPermissionUiState::RegisterProfilePrefs(registry); |
[email protected] | c753f14 | 2013-02-10 13:14:04 | [diff] [blame] | 1257 | RegisterBrowserUserPrefs(registry); |
Amanda Velasco Gallardo | 25f0736 | 2022-01-28 02:08:47 | [diff] [blame] | 1258 | safe_browsing::file_type::RegisterProfilePrefs(registry); |
Luke Zielinski | 12ef8855 | 2017-06-23 15:36:27 | [diff] [blame] | 1259 | safe_browsing::RegisterProfilePrefs(registry); |
Ryan Sturm | 010e2f5 | 2021-01-08 00:13:56 | [diff] [blame] | 1260 | SearchPrefetchService::RegisterProfilePrefs(registry); |
Clark DuVall | 8236b6a8 | 2020-05-28 22:54:32 | [diff] [blame] | 1261 | blocked_content::SafeBrowsingTriggeredPopupBlocker::RegisterProfilePrefs( |
| 1262 | registry); |
Carlos IL | 06e6c8c | 2020-07-28 00:25:19 | [diff] [blame] | 1263 | security_interstitials::InsecureFormBlockingPage::RegisterProfilePrefs( |
| 1264 | registry); |
Shakti Sahu | 93bfba2 | 2021-06-17 18:05:21 | [diff] [blame] | 1265 | segmentation_platform::SegmentationPlatformService::RegisterProfilePrefs( |
| 1266 | registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1267 | SessionStartupPref::RegisterProfilePrefs(registry); |
Himanshu Jaju | bcf3b929 | 2019-06-07 12:54:07 | [diff] [blame] | 1268 | SharingSyncPreference::RegisterProfilePrefs(registry); |
Evan Stade | 8915819 | 2021-01-27 18:45:23 | [diff] [blame] | 1269 | site_engagement::SiteEngagementService::RegisterProfilePrefs(registry); |
Mikel Astiz | 0889b2be | 2018-09-25 16:20:41 | [diff] [blame] | 1270 | sync_sessions::SessionSyncPrefs::RegisterProfilePrefs(registry); |
Jeffrey Cohen | 053be24d | 2019-07-23 23:44:05 | [diff] [blame] | 1271 | syncer::DeviceInfoPrefs::RegisterProfilePrefs(registry); |
Bernhard Bauer | 1919073 | 2017-09-28 09:03:33 | [diff] [blame] | 1272 | syncer::SyncPrefs::RegisterProfilePrefs(registry); |
Mikel Astiz | 89473c44 | 2021-07-13 09:46:12 | [diff] [blame] | 1273 | syncer::SyncTransportDataPrefs::RegisterProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1274 | TemplateURLPrepopulateData::RegisterProfilePrefs(registry); |
[email protected] | e5e72cc | 2014-07-22 19:06:49 | [diff] [blame] | 1275 | translate::TranslatePrefs::RegisterProfilePrefs(registry); |
Moe Ahmadi | 1266de8 | 2020-04-10 17:19:53 | [diff] [blame] | 1276 | omnibox::RegisterProfilePrefs(registry); |
[email protected] | 855ebff | 2014-05-09 07:14:38 | [diff] [blame] | 1277 | ZeroSuggestProvider::RegisterProfilePrefs(registry); |
[email protected] | cc36c2c | 2012-03-01 00:57:34 | [diff] [blame] | 1278 | |
Scott Violet | 53fb03c | 2021-01-15 23:48:16 | [diff] [blame] | 1279 | #if BUILDFLAG(ENABLE_SESSION_SERVICE) |
| 1280 | RegisterSessionServiceLogProfilePrefs(registry); |
Christian Dullweber | 0747d7c9 | 2021-05-10 10:05:13 | [diff] [blame] | 1281 | SessionDataService::RegisterProfilePrefs(registry); |
Scott Violet | 53fb03c | 2021-01-15 23:48:16 | [diff] [blame] | 1282 | #endif |
| 1283 | |
brettw | 00899e6 | 2016-11-12 02:10:17 | [diff] [blame] | 1284 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
[email protected] | 1751060 | 2014-06-05 11:02:28 | [diff] [blame] | 1285 | ExtensionWebUI::RegisterProfilePrefs(registry); |
je_julie.kim | 7fbb5a1a | 2015-02-09 17:26:05 | [diff] [blame] | 1286 | RegisterAnimationPolicyPrefs(registry); |
Adam Langley | 4da8d11 | 2017-11-30 06:24:01 | [diff] [blame] | 1287 | extensions::api::CryptotokenRegisterProfilePrefs(registry); |
mfoltz | 96f329c | 2016-01-13 18:16:58 | [diff] [blame] | 1288 | extensions::ActivityLog::RegisterProfilePrefs(registry); |
tbarzic | fa3c7ef6 | 2017-04-17 23:12:02 | [diff] [blame] | 1289 | extensions::AudioAPI::RegisterUserPrefs(registry); |
mfoltz | 96f329c | 2016-01-13 18:16:58 | [diff] [blame] | 1290 | extensions::ExtensionPrefs::RegisterProfilePrefs(registry); |
Devlin Cronin | 71f0f53 | 2018-04-26 16:35:06 | [diff] [blame] | 1291 | extensions::ExtensionsUI::RegisterProfilePrefs(registry); |
Emilia Paz | 363fa006 | 2022-01-15 05:12:03 | [diff] [blame] | 1292 | extensions::PermissionsManager::RegisterProfilePrefs(registry); |
afakhry | 2bd48183 | 2016-06-16 16:17:24 | [diff] [blame] | 1293 | extensions::RuntimeAPI::RegisterPrefs(registry); |
Devlin Cronin | a997c8e | 2021-03-18 00:33:18 | [diff] [blame] | 1294 | // TODO(devlin): This would be more inline with the other calls here if it |
| 1295 | // were nested in either a class or separate namespace with a simple |
| 1296 | // Register[Profile]Prefs() name. |
| 1297 | extensions::RegisterSettingsOverriddenUiPrefs(registry); |
Minh X. Nguyen | 3aa4069 | 2018-03-28 01:15:59 | [diff] [blame] | 1298 | update_client::RegisterProfilePrefs(registry); |
Alexey Baskakov | 396edb9 | 2018-08-02 05:11:42 | [diff] [blame] | 1299 | web_app::WebAppProvider::RegisterProfilePrefs(registry); |
brettw | 00899e6 | 2016-11-12 02:10:17 | [diff] [blame] | 1300 | #endif // BUILDFLAG(ENABLE_EXTENSIONS) |
[email protected] | c2ac1dda | 2013-09-23 05:04:56 | [diff] [blame] | 1301 | |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1302 | #if BUILDFLAG(ENABLE_OFFLINE_PAGES) |
| 1303 | offline_pages::OfflineMetricsCollectorImpl::RegisterPrefs(registry); |
| 1304 | offline_pages::prefetch_prefs::RegisterPrefs(registry); |
| 1305 | #endif |
| 1306 | |
Bernhard Bauer | 1919073 | 2017-09-28 09:03:33 | [diff] [blame] | 1307 | #if BUILDFLAG(ENABLE_PLUGINS) |
Nicholas Verne | d391eae | 2017-11-13 02:41:38 | [diff] [blame] | 1308 | PluginInfoHostImpl::RegisterUserPrefs(registry); |
Bernhard Bauer | 1919073 | 2017-09-28 09:03:33 | [diff] [blame] | 1309 | #endif |
| 1310 | |
Brett Wilson | 65f951c | 2016-11-03 22:06:12 | [diff] [blame] | 1311 | #if BUILDFLAG(ENABLE_PRINT_PREVIEW) |
Nicolas Ouellet-Payeur | 4dbdf1e5 | 2018-08-06 21:51:02 | [diff] [blame] | 1312 | printing::PolicySettings::RegisterProfilePrefs(registry); |
Nikita Podguzov | 26222d1 | 2019-12-04 11:44:31 | [diff] [blame] | 1313 | printing::PrintPreviewStickySettings::RegisterProfilePrefs(registry); |
bauerb | 4da3613 | 2014-12-26 19:53:13 | [diff] [blame] | 1314 | #endif |
| 1315 | |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1316 | #if BUILDFLAG(ENABLE_RLZ) |
| 1317 | ChromeRLZTrackerDelegate::RegisterProfilePrefs(registry); |
| 1318 | #endif |
| 1319 | |
brettw | 9e85ef4 | 2016-11-01 21:01:24 | [diff] [blame] | 1320 | #if BUILDFLAG(ENABLE_SUPERVISED_USERS) |
bauerb | 7f3b854 | 2015-06-29 19:56:19 | [diff] [blame] | 1321 | ChildAccountService::RegisterProfilePrefs(registry); |
| 1322 | SupervisedUserService::RegisterProfilePrefs(registry); |
bauerb | 4da3613 | 2014-12-26 19:53:13 | [diff] [blame] | 1323 | #endif |
| 1324 | |
Jian Li | c9a227c | 2022-02-28 22:55:44 | [diff] [blame] | 1325 | #if BUILDFLAG(ENABLE_FEED_V2) |
| 1326 | feed::prefs::RegisterFeedSharedProfilePrefs(registry); |
| 1327 | feed::RegisterProfilePrefs(registry); |
| 1328 | #endif |
| 1329 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1330 | #if BUILDFLAG(IS_ANDROID) |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1331 | cdm::MediaDrmStorageImpl::RegisterProfilePrefs(registry); |
Sebastien Lalancette | 374cf6a | 2021-06-22 17:23:52 | [diff] [blame] | 1332 | content_creation::prefs::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1333 | explore_sites::HistoryStatisticsReporter::RegisterPrefs(registry); |
Clark DuVall | 600abea | 2020-03-23 16:16:17 | [diff] [blame] | 1334 | permissions::GeolocationPermissionContextAndroid::RegisterProfilePrefs( |
| 1335 | registry); |
Christopher Thompson | 2602fea | 2019-11-26 19:36:54 | [diff] [blame] | 1336 | KnownInterceptionDisclosureInfoBarDelegate::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1337 | MediaDrmOriginIdManager::RegisterProfilePrefs(registry); |
| 1338 | NotificationChannelsProviderAndroid::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1339 | ntp_tiles::PopularSitesImpl::RegisterProfilePrefs(registry); |
| 1340 | OomInterventionDecider::RegisterProfilePrefs(registry); |
[email protected] | 084f82b | 2013-11-01 00:09:59 | [diff] [blame] | 1341 | PartnerBookmarksShim::RegisterProfilePrefs(registry); |
Xing Liu | 0327d83 | 2020-05-15 21:07:03 | [diff] [blame] | 1342 | query_tiles::RegisterPrefs(registry); |
mvanouwerkerk | c1751e0 | 2017-01-06 12:16:43 | [diff] [blame] | 1343 | RecentTabsPagePrefs::RegisterProfilePrefs(registry); |
Patrick Noland | 87d9f84 | 2019-01-16 03:52:02 | [diff] [blame] | 1344 | usage_stats::UsageStatsBridge::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1345 | variations::VariationsService::RegisterProfilePrefs(registry); |
Shakti Sahu | 623d00c | 2020-09-22 00:32:42 | [diff] [blame] | 1346 | video_tutorials::RegisterPrefs(registry); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1347 | #else // BUILDFLAG(IS_ANDROID) |
[email protected] | ceafc46 | 2013-11-04 12:26:03 | [diff] [blame] | 1348 | AppShortcutManager::RegisterProfilePrefs(registry); |
johnme | 627dc8c7 | 2016-08-19 21:49:39 | [diff] [blame] | 1349 | browser_sync::ForeignSessionHandler::RegisterProfilePrefs(registry); |
Dana Fried | cf8c214 | 2022-01-25 18:33:42 | [diff] [blame] | 1350 | BrowserFeaturePromoSnoozeService::RegisterProfilePrefs(registry); |
Amanda Deacon | bc21ec9 | 2021-05-20 00:06:01 | [diff] [blame] | 1351 | captions::LiveCaptionController::RegisterProfilePrefs(registry); |
Nina Satragno | 8c832df | 2019-07-29 15:59:39 | [diff] [blame] | 1352 | ChromeAuthenticatorRequestDelegate::RegisterProfilePrefs(registry); |
Anqing Zhao | 9595e48 | 2021-06-10 11:33:55 | [diff] [blame] | 1353 | DeviceServiceImpl::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1354 | DevToolsWindow::RegisterProfilePrefs(registry); |
Tibor Goldschwendt | 610d037 | 2021-05-11 01:39:02 | [diff] [blame] | 1355 | DriveService::RegisterProfilePrefs(registry); |
Dominique Fauteux-Chapleau | 130242bf | 2020-12-07 19:07:48 | [diff] [blame] | 1356 | enterprise_connectors::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1357 | extensions::CommandService::RegisterProfilePrefs(registry); |
| 1358 | extensions::TabsCaptureVisibleTabFunction::RegisterProfilePrefs(registry); |
gab | dac09c03b | 2017-03-22 20:00:11 | [diff] [blame] | 1359 | first_run::RegisterProfilePrefs(registry); |
johnme | 627dc8c7 | 2016-08-19 21:49:39 | [diff] [blame] | 1360 | gcm::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1361 | HatsService::RegisterProfilePrefs(registry); |
Tibor Goldschwendt | f3a3ce9 | 2021-08-17 00:42:16 | [diff] [blame] | 1362 | NtpCustomBackgroundService::RegisterProfilePrefs(registry); |
George Benz | 13da3df0 | 2022-01-14 00:03:52 | [diff] [blame] | 1363 | media_router::RegisterAccessCodeProfilePrefs(registry); |
Derek Cheng | 23a0140 | 2018-07-24 13:38:14 | [diff] [blame] | 1364 | media_router::RegisterProfilePrefs(registry); |
Tibor Goldschwendt | 53ca78b | 2020-10-07 19:56:18 | [diff] [blame] | 1365 | NewTabPageHandler::RegisterProfilePrefs(registry); |
Tibor Goldschwendt | bbdbe8f | 2021-05-20 19:27:39 | [diff] [blame] | 1366 | NewTabPageUI::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1367 | NewTabUI::RegisterProfilePrefs(registry); |
Rohit Bhatia | 22e544f | 2021-10-05 15:32:26 | [diff] [blame] | 1368 | ntp::SafeBrowsingHandler::RegisterProfilePrefs(registry); |
kristipark | c019977 | 2018-07-18 05:25:42 | [diff] [blame] | 1369 | ntp_tiles::CustomLinksManagerImpl::RegisterProfilePrefs(registry); |
Jeremy Selier | 730b56d3 | 2021-09-17 02:59:39 | [diff] [blame] | 1370 | PhotosService::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1371 | PinnedTabCodec::RegisterProfilePrefs(registry); |
| 1372 | PromoService::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1373 | settings::SettingsUI::RegisterProfilePrefs(registry); |
Kristi Park | 6a5ed4d | 2020-01-27 20:24:05 | [diff] [blame] | 1374 | send_tab_to_self::SendTabToSelfBubbleController::RegisterProfilePrefs( |
| 1375 | registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1376 | signin::RegisterProfilePrefs(registry); |
tmartino | 6254f47 | 2016-11-21 01:22:56 | [diff] [blame] | 1377 | StartupBrowserCreator::RegisterProfilePrefs(registry); |
Roman Arora | cd8462c | 2021-08-03 01:20:33 | [diff] [blame] | 1378 | tab_search_prefs::RegisterProfilePrefs(registry); |
Esmael El-Moslimany | 895b9e2 | 2020-10-29 13:48:17 | [diff] [blame] | 1379 | TaskModuleService::RegisterProfilePrefs(registry); |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1380 | UnifiedAutoplayConfig::RegisterProfilePrefs(registry); |
Yue Zhang | 8790239 | 2020-12-23 23:12:05 | [diff] [blame] | 1381 | CartService::RegisterProfilePrefs(registry); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1382 | #endif // BUILDFLAG(IS_ANDROID) |
mvanouwerkerk | 9f0f38a | 2016-06-08 14:11:44 | [diff] [blame] | 1383 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1384 | #if BUILDFLAG(IS_CHROMEOS) |
Olya Kalitova | 39e913d5 | 2021-03-16 22:26:22 | [diff] [blame] | 1385 | extensions::platform_keys::RegisterProfilePrefs(registry); |
Michael Ershov | d9a627e | 2021-11-03 13:55:27 | [diff] [blame] | 1386 | certificate_manager::CertificatesHandler::RegisterProfilePrefs(registry); |
Michael Ershov | 5b2a706 | 2022-01-17 14:28:45 | [diff] [blame] | 1387 | policy::PolicyCertService::RegisterProfilePrefs(registry); |
Pranav Batra | e7140767 | 2021-08-16 23:53:00 | [diff] [blame] | 1388 | #if defined(USE_CUPS) |
| 1389 | extensions::PrintingAPIHandler::RegisterProfilePrefs(registry); |
| 1390 | #endif // defined(USE_CUPS) |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1391 | #endif // BUILDFLAG(IS_CHROMEOS) |
Olya Kalitova | 39e913d5 | 2021-03-16 22:26:22 | [diff] [blame] | 1392 | |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 1393 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
James Cook | c542d99 | 2019-11-08 23:34:24 | [diff] [blame] | 1394 | app_list::AppListSyncableService::RegisterProfilePrefs(registry); |
Nancy Wang | a78b7a3 | 2021-04-28 05:10:29 | [diff] [blame] | 1395 | apps::AppPlatformMetricsService::RegisterProfilePrefs(registry); |
Tim Sergeant | 1231dcc | 2021-05-10 14:00:57 | [diff] [blame] | 1396 | apps::webapk_prefs::RegisterProfilePrefs(registry); |
Hidehiko Abe | 33e9adf | 2017-09-13 06:12:23 | [diff] [blame] | 1397 | arc::prefs::RegisterProfilePrefs(registry); |
James Cook | c542d99 | 2019-11-08 23:34:24 | [diff] [blame] | 1398 | ArcAppListPrefs::RegisterProfilePrefs(registry); |
Anastasiia N | 0582a90 | 2021-12-08 17:44:59 | [diff] [blame] | 1399 | ash::AccountAppsAvailability::RegisterPrefs(registry); |
Kushagra Sinha | b37e24db | 2021-07-02 15:14:24 | [diff] [blame] | 1400 | account_manager::AccountManager::RegisterPrefs(registry); |
Yeunjoo Choi | 19772c94 | 2021-03-08 14:51:11 | [diff] [blame] | 1401 | ash::ApkWebAppService::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 40d0241 | 2021-04-21 01:38:56 | [diff] [blame] | 1402 | ash::app_time::AppActivityRegistry::RegisterProfilePrefs(registry); |
| 1403 | ash::app_time::AppTimeController::RegisterProfilePrefs(registry); |
James Cook | 4f3640d | 2019-11-19 00:40:35 | [diff] [blame] | 1404 | chromeos::assistant::prefs::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 0e66c9aa | 2021-04-02 02:05:56 | [diff] [blame] | 1405 | ash::bluetooth::DebugLogsManager::RegisterPrefs(registry); |
Gordon Seto | c7b5631e | 2021-11-12 22:48:28 | [diff] [blame] | 1406 | chromeos::bluetooth_config::BluetoothPowerControllerImpl:: |
| 1407 | RegisterProfilePrefs(registry); |
Henrique Ferreiro | 2029590e | 2021-09-23 08:01:52 | [diff] [blame] | 1408 | ash::ClientAppMetadataProviderService::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 47a6a14 | 2022-02-11 02:35:23 | [diff] [blame] | 1409 | ash::CupsPrintersManager::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 0dc579e4 | 2022-03-23 04:14:52 | [diff] [blame] | 1410 | ash::device_sync::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 651766c0 | 2021-04-26 11:45:43 | [diff] [blame] | 1411 | ash::FamilyUserChromeActivityMetrics::RegisterProfilePrefs(registry); |
| 1412 | ash::FamilyUserMetricsService::RegisterProfilePrefs(registry); |
| 1413 | ash::FamilyUserSessionMetrics::RegisterProfilePrefs(registry); |
Andreea Costinas | 2a142bd | 2021-10-05 10:22:49 | [diff] [blame] | 1414 | crosapi::NetworkSettingsServiceAsh::RegisterProfilePrefs(registry); |
Anastasiia N | 3829bbe | 2020-12-09 14:13:46 | [diff] [blame] | 1415 | chromeos::InlineLoginHandlerChromeOS::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 39510387 | 2021-07-22 01:16:07 | [diff] [blame] | 1416 | ash::first_run::RegisterProfilePrefs(registry); |
Yeunjoo Choi | c4e54fe | 2021-06-09 02:11:39 | [diff] [blame] | 1417 | ash::file_system_provider::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 0842edfa | 2021-07-29 00:53:17 | [diff] [blame] | 1418 | ash::full_restore::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 4530b179 | 2021-05-10 02:32:27 | [diff] [blame] | 1419 | ash::KerberosCredentialsManager::RegisterProfilePrefs(registry); |
Henrique Ferreiro | b403be3 | 2021-09-22 07:15:36 | [diff] [blame] | 1420 | ash::login::SecurityTokenSessionController::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 044ea24 | 2022-03-14 12:06:29 | [diff] [blame] | 1421 | ash::multidevice_setup::MultiDeviceSetupService::RegisterProfilePrefs( |
Jordy Greenblatt | 2265de70 | 2018-07-26 19:05:26 | [diff] [blame] | 1422 | registry); |
Henrique Ferreiro | cddc801 | 2021-03-26 00:47:15 | [diff] [blame] | 1423 | ash::MultiProfileUserController::RegisterProfilePrefs(registry); |
Jon Mann | 0ca42a8 | 2020-03-05 00:48:07 | [diff] [blame] | 1424 | chromeos::NetworkMetadataStore::RegisterPrefs(registry); |
Yeunjoo Choi | c1593bf | 2021-04-23 03:49:25 | [diff] [blame] | 1425 | ash::ReleaseNotesStorage::RegisterProfilePrefs(registry); |
Yeunjoo Choi | f570626 | 2021-08-24 01:11:24 | [diff] [blame] | 1426 | ash::HelpAppNotificationController::RegisterProfilePrefs(registry); |
Henrique Ferreiro | b3ff980b | 2021-07-19 09:41:27 | [diff] [blame] | 1427 | ash::quick_unlock::FingerprintStorage::RegisterProfilePrefs(registry); |
| 1428 | ash::quick_unlock::PinStoragePrefs::RegisterProfilePrefs(registry); |
Henrique Ferreiro | 4b21d14 | 2021-11-10 11:47:37 | [diff] [blame] | 1429 | ash::Preferences::RegisterProfilePrefs(registry); |
Yeunjoo Choi | da53f44 | 2021-09-17 01:07:36 | [diff] [blame] | 1430 | ash::EnterprisePrintersProvider::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 09213db | 2021-04-16 03:42:08 | [diff] [blame] | 1431 | ash::parent_access::ParentAccessService::RegisterProfilePrefs(registry); |
Yue Li | a312569 | 2022-01-05 20:05:43 | [diff] [blame] | 1432 | quick_answers::prefs::RegisterProfilePrefs(registry); |
Henrique Ferreiro | b3ff980b | 2021-07-19 09:41:27 | [diff] [blame] | 1433 | ash::quick_unlock::RegisterProfilePrefs(registry); |
Henrique Ferreiro | ec8355d | 2021-07-20 08:20:08 | [diff] [blame] | 1434 | ash::RegisterSamlProfilePrefs(registry); |
Yeunjoo Choi | 651766c0 | 2021-04-26 11:45:43 | [diff] [blame] | 1435 | ash::ScreenTimeController::RegisterProfilePrefs(registry); |
Henrique Ferreiro | fad33bd | 2021-01-29 00:28:40 | [diff] [blame] | 1436 | ash::EduCoexistenceConsentInvalidationController::RegisterProfilePrefs( |
yilkal | c04a16dc | 2020-11-04 22:07:07 | [diff] [blame] | 1437 | registry); |
Aga Wronska | 5c15cec | 2021-12-10 16:21:32 | [diff] [blame] | 1438 | chromeos::EduCoexistenceLoginHandler::RegisterProfilePrefs(registry); |
Henrique Ferreiro | a264c8c0 | 2021-07-20 08:31:47 | [diff] [blame] | 1439 | ash::SigninErrorNotifier::RegisterPrefs(registry); |
Yeunjoo Choi | cf61fba | 2021-04-23 02:43:09 | [diff] [blame] | 1440 | ash::ServicesCustomizationDocument::RegisterProfilePrefs(registry); |
Kyle Horimoto | 3706f3f | 2020-01-23 00:37:02 | [diff] [blame] | 1441 | chromeos::settings::OSSettingsUI::RegisterProfilePrefs(registry); |
Henrique Ferreiro | b403be3 | 2021-09-22 07:15:36 | [diff] [blame] | 1442 | ash::StartupUtils::RegisterOobeProfilePrefs(registry); |
Henrique Ferreiro | cddc801 | 2021-03-26 00:47:15 | [diff] [blame] | 1443 | ash::UserImageSyncObserver::RegisterProfilePrefs(registry); |
Jong Ahn | 6f1c54a4 | 2022-01-18 00:20:56 | [diff] [blame] | 1444 | ChromeMetricsServiceClient::RegisterProfilePrefs(registry); |
Renee Wright | c41d543 | 2018-04-26 05:27:37 | [diff] [blame] | 1445 | crostini::prefs::RegisterProfilePrefs(registry); |
Yeunjoo Choi | 3cbb06ba | 2021-03-22 08:01:49 | [diff] [blame] | 1446 | ash::attestation::TpmChallengeKey::RegisterProfilePrefs(registry); |
sdefresne | 8593e643 | 2015-12-01 12:38:08 | [diff] [blame] | 1447 | flags_ui::PrefServiceFlagsStorage::RegisterProfilePrefs(registry); |
Joel Hockey | 7fb97434 | 2019-06-27 23:35:05 | [diff] [blame] | 1448 | guest_os::prefs::RegisterProfilePrefs(registry); |
Toni Barzic | 14329d0 | 2017-07-17 21:59:12 | [diff] [blame] | 1449 | lock_screen_apps::StateController::RegisterProfilePrefs(registry); |
Olya Kalitova | c869f96 | 2018-12-04 12:01:23 | [diff] [blame] | 1450 | plugin_vm::prefs::RegisterProfilePrefs(registry); |
GioVAX | 287418d | 2020-11-23 17:56:59 | [diff] [blame] | 1451 | policy::ArcAppInstallEventLogger::RegisterProfilePrefs(registry); |
Bartosz Fabianowski | d4d93a7 | 2018-05-17 18:49:48 | [diff] [blame] | 1452 | policy::AppInstallEventLogManagerWrapper::RegisterProfilePrefs(registry); |
Swapnil | 4694d41 | 2020-06-25 22:24:49 | [diff] [blame] | 1453 | policy::ExtensionInstallEventLogManagerWrapper::RegisterProfilePrefs( |
| 1454 | registry); |
Marcelo Almeida | 9ef8c13 | 2019-05-13 20:19:12 | [diff] [blame] | 1455 | policy::StatusCollector::RegisterProfilePrefs(registry); |
Henrique Ferreiro | e2cbaaf | 2022-01-10 15:02:23 | [diff] [blame] | 1456 | ash::SystemProxyManager::RegisterProfilePrefs(registry); |
Erik Chen | c2927bbd | 2021-09-22 23:20:07 | [diff] [blame] | 1457 | ChromeShelfPrefs::RegisterProfilePrefs(registry); |
stevenjb | f22f82e | 2016-10-26 21:47:38 | [diff] [blame] | 1458 | ::onc::RegisterProfilePrefs(registry); |
Yeunjoo Choi | cd4cc538 | 2021-03-25 08:50:49 | [diff] [blame] | 1459 | ash::cert_provisioning::RegisterProfilePrefs(registry); |
Nicholas Hollingum | f4c11e3 | 2020-10-05 22:52:57 | [diff] [blame] | 1460 | borealis::prefs::RegisterProfilePrefs(registry); |
Gavin Williams | f6781f3e | 2021-04-22 01:13:49 | [diff] [blame] | 1461 | ash::ChromeScanningAppDelegate::RegisterProfilePrefs(registry); |
yilkal | 95d9f88 | 2021-10-18 21:59:00 | [diff] [blame] | 1462 | ProjectorAppClientImpl::RegisterProfilePrefs(registry); |
Geng Li | 11526bb4 | 2022-02-15 23:59:14 | [diff] [blame] | 1463 | ash::floating_workspace_util::RegisterProfilePrefs(registry); |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 1464 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
gab | 3ca4a49 | 2017-03-02 00:19:41 | [diff] [blame] | 1465 | |
Darin Fisher | 127d578 | 2021-01-20 20:32:34 | [diff] [blame] | 1466 | #if BUILDFLAG(IS_CHROMEOS_LACROS) |
| 1467 | lacros_prefs::RegisterProfilePrefs(registry); |
Andreea Costinas | 68cad91f | 2021-09-22 15:58:09 | [diff] [blame] | 1468 | chromeos::ProxyConfigServiceLacros::RegisterProfilePrefs(registry); |
Darin Fisher | 127d578 | 2021-01-20 20:32:34 | [diff] [blame] | 1469 | #endif |
| 1470 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1471 | #if BUILDFLAG(IS_WIN) |
Alex St-Onge | 9e4b9b7 | 2021-06-08 15:35:54 | [diff] [blame] | 1472 | CdmPrefServiceHelper::RegisterProfilePrefs(registry); |
mad | 2b3b655 | 2014-09-25 00:44:49 | [diff] [blame] | 1473 | component_updater::RegisterProfilePrefsForSwReporter(registry); |
Scott Violet | 3ff87d06 | 2021-12-21 06:10:10 | [diff] [blame] | 1474 | FontPrewarmerTabHelper::RegisterProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1475 | NetworkProfileBubble::RegisterProfilePrefs(registry); |
alito | 856526d | 2017-03-03 09:16:17 | [diff] [blame] | 1476 | safe_browsing::SettingsResetPromptPrefsManager::RegisterProfilePrefs( |
| 1477 | registry); |
ftirelo | 46b3422 | 2017-06-19 10:36:57 | [diff] [blame] | 1478 | safe_browsing::PostCleanupSettingsResetter::RegisterProfilePrefs(registry); |
[email protected] | a442280 | 2012-05-03 09:19:15 | [diff] [blame] | 1479 | #endif |
[email protected] | eeec6ca | 2013-02-21 15:10:43 | [diff] [blame] | 1480 | |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 1481 | // TODO(crbug.com/1052397): Revisit the macro expression once build flag switch |
| 1482 | // of lacros-chrome is complete. |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1483 | #if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \ |
| 1484 | (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS)) |
Nicolas | 4b82a65 | 2019-01-04 17:42:38 | [diff] [blame] | 1485 | browser_switcher::BrowserSwitcherPrefs::RegisterProfilePrefs(registry); |
Nicolas Ouellet-Payeur | 9a4a94d | 2018-09-17 15:26:11 | [diff] [blame] | 1486 | #endif |
| 1487 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1488 | #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH) |
Daniel Murphy | 3657906d | 2021-04-13 20:33:12 | [diff] [blame] | 1489 | preinstalled_apps::RegisterProfilePrefs(registry); |
Becca Hughes | 7d2bbb8 | 2018-08-07 22:56:59 | [diff] [blame] | 1490 | #endif |
| 1491 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1492 | #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) |
Kristi Park | d0f7241 | 2021-07-02 01:09:03 | [diff] [blame] | 1493 | sharing_hub::RegisterProfilePrefs(registry); |
| 1494 | #endif |
| 1495 | |
Lei Zhang | 92c1554 | 2020-01-10 17:05:10 | [diff] [blame] | 1496 | #if defined(TOOLKIT_VIEWS) |
| 1497 | accessibility_prefs::RegisterInvertBubbleUserPrefs(registry); |
| 1498 | RegisterBrowserViewProfilePrefs(registry); |
Owen Min | ef022e9 | 2019-10-15 21:25:21 | [diff] [blame] | 1499 | #endif |
| 1500 | |
tom | c5dd0cd | 2021-10-01 22:15:52 | [diff] [blame] | 1501 | #if BUILDFLAG(ENABLE_SIDE_SEARCH) |
| 1502 | side_search_prefs::RegisterProfilePrefs(registry); |
| 1503 | #endif // BUILDFLAG(ENABLE_SIDE_SEARCH) |
| 1504 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1505 | #if !BUILDFLAG(IS_ANDROID) |
Juan Mojica | 4669f8d | 2021-08-05 20:01:45 | [diff] [blame] | 1506 | registry->RegisterBooleanPref( |
| 1507 | prefs::kLensRegionSearchEnabled, true, |
| 1508 | user_prefs::PrefRegistrySyncable::SYNCABLE_PREF); |
Martin Kreichgauer | d7aa4f9 | 2022-02-22 20:46:21 | [diff] [blame] | 1509 | registry->RegisterBooleanPref( |
| 1510 | webauthn::pref_names::kRemoteProxiedRequestsAllowed, false); |
Juan Mojica | 4669f8d | 2021-08-05 20:01:45 | [diff] [blame] | 1511 | #endif |
| 1512 | |
Sean Harrison | f263b73 | 2021-12-07 11:17:52 | [diff] [blame] | 1513 | registry->RegisterBooleanPref(prefs::kPrivacyGuideViewed, false); |
| 1514 | |
Muyao Xu | 8683d7bd | 2022-03-25 23:09:00 | [diff] [blame] | 1515 | // TODO(crbug.com/1308056): Migrate media_router prefs to |
| 1516 | // media_router::RegisterProfilePrefs(). |
| 1517 | #if !BUILDFLAG(IS_ANDROID) |
| 1518 | registry->RegisterBooleanPref( |
| 1519 | media_router::prefs::kMediaRouterMediaRemotingEnabled, true); |
| 1520 | registry->RegisterListPref( |
| 1521 | media_router::prefs::kMediaRouterTabMirroringSources); |
| 1522 | #endif |
| 1523 | |
| 1524 | // TODO(crbug.com/1308053): Register it on ChromeOS after Cast+GMC ships on |
| 1525 | // ChromeOS. |
| 1526 | #if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS) |
| 1527 | registry->RegisterBooleanPref( |
| 1528 | media_router::prefs::kMediaRouterShowCastSessionsStartedByOtherDevices, |
| 1529 | true); |
| 1530 | #endif |
| 1531 | |
James Cook | 0ba192bf | 2017-12-01 20:53:11 | [diff] [blame] | 1532 | RegisterProfilePrefsForMigration(registry); |
initial.commit | 09911bf | 2008-07-26 23:55:29 | [diff] [blame] | 1533 | } |
license.bot | bf09a50 | 2008-08-24 00:55:55 | [diff] [blame] | 1534 | |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1535 | void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
Xi Han | 25a7f03 | 2019-04-18 21:44:21 | [diff] [blame] | 1536 | RegisterUserProfilePrefs(registry, g_browser_process->GetApplicationLocale()); |
| 1537 | } |
| 1538 | |
| 1539 | void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry, |
| 1540 | const std::string& locale) { |
| 1541 | RegisterProfilePrefs(registry, locale); |
[email protected] | 2424cc5 | 2013-07-17 13:44:38 | [diff] [blame] | 1542 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1543 | #if BUILDFLAG(IS_ANDROID) |
mlliu | ee3a405c | 2016-10-28 22:34:52 | [diff] [blame] | 1544 | ::android::RegisterUserProfilePrefs(registry); |
| 1545 | #endif |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 1546 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Xiyuan Xia | 5a8c417 | 2019-05-13 16:23:48 | [diff] [blame] | 1547 | ash::RegisterUserProfilePrefs(registry); |
| 1548 | #endif |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1549 | } |
| 1550 | |
[email protected] | 8eefe84 | 2014-01-17 06:42:40 | [diff] [blame] | 1551 | void RegisterScreenshotPrefs(PrefRegistrySimple* registry) { |
| 1552 | registry->RegisterBooleanPref(prefs::kDisableScreenshots, false); |
| 1553 | } |
| 1554 | |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 1555 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Xiyuan Xia | 5a8c417 | 2019-05-13 16:23:48 | [diff] [blame] | 1556 | void RegisterSigninProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { |
Xi Han | 25a7f03 | 2019-04-18 21:44:21 | [diff] [blame] | 1557 | RegisterProfilePrefs(registry, g_browser_process->GetApplicationLocale()); |
Xiyuan Xia | 5a8c417 | 2019-05-13 16:23:48 | [diff] [blame] | 1558 | ash::RegisterSigninProfilePrefs(registry); |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1559 | } |
Eyor Alemayehu | 4b516fb | 2019-02-20 20:24:29 | [diff] [blame] | 1560 | |
[email protected] | 37ca3fe0 | 2013-07-05 15:32:44 | [diff] [blame] | 1561 | #endif |
| 1562 | |
rkaplow | f216caf | 2015-03-02 22:37:45 | [diff] [blame] | 1563 | // This method should be periodically pruned of year+ old migrations. |
Gabriel Charette | 1eecf13 | 2021-04-15 16:55:53 | [diff] [blame] | 1564 | // See chrome/browser/prefs/README.md for details. |
Lei Zhang | b76b80e3 | 2020-04-08 16:58:16 | [diff] [blame] | 1565 | void MigrateObsoleteLocalStatePrefs(PrefService* local_state) { |
Scott Little | c463f336 | 2022-02-15 18:44:24 | [diff] [blame] | 1566 | // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated |
| 1567 | // or cleared here, and that pref is also used in iOS Chrome, it may also need |
| 1568 | // to be migrated or cleared specifically for iOS as well. This could be by |
| 1569 | // doing the migration in feature code that's called by all platforms instead |
| 1570 | // of here, or by calling migration code in the appropriate place for iOS |
| 1571 | // specifically, e.g. ios/chrome/browser/prefs/browser_prefs.mm. |
| 1572 | |
Dominic Battre | 645d4234 | 2020-12-04 16:14:10 | [diff] [blame] | 1573 | // BEGIN_MIGRATE_OBSOLETE_LOCAL_STATE_PREFS |
| 1574 | // Please don't delete the preceding line. It is used by PRESUBMIT.py. |
| 1575 | |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 1576 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
Roman Sorokin | 0f91e2f | 2021-05-19 20:17:37 | [diff] [blame] | 1577 | // Added 5/2021 |
| 1578 | local_state->ClearPref(kFeatureUsageDailySampleESim); |
Yuta Hijikata | 31a359c | 2020-11-27 07:50:26 | [diff] [blame] | 1579 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
Dominic Battre | 645d4234 | 2020-12-04 16:14:10 | [diff] [blame] | 1580 | |
Ali Beyad | 0a4a3d71 | 2021-07-19 17:07:40 | [diff] [blame] | 1581 | // Added 07/2021 |
| 1582 | local_state->ClearPref(kUserAgentClientHintsEnabled); |
| 1583 | |
Asanka Herath | f8308054 | 2021-09-21 15:00:24 | [diff] [blame] | 1584 | // Added 08/2021 |
| 1585 | local_state->ClearPref(kPrivacyBudgetActiveSurfaces); |
| 1586 | local_state->ClearPref(kPrivacyBudgetRetiredSurfaces); |
| 1587 | local_state->ClearPref(kPrivacyBudgetSeed); |
| 1588 | |
Igor Ruvinov | ba8ac1a | 2021-09-24 14:55:50 | [diff] [blame] | 1589 | // Added 09/2021. |
| 1590 | local_state->ClearPref(kCloudPolicyOverridesPlatformPolicy); |
| 1591 | |
Taylor Bergquist | 7e3e0ee76 | 2021-11-03 22:37:45 | [diff] [blame] | 1592 | // Added 10/2021. |
| 1593 | local_state->ClearPref(kTabStripStackedLayout); |
| 1594 | |
Lei Zhang | 9523de8 | 2022-03-14 21:40:21 | [diff] [blame] | 1595 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1596 | // Added 10/2021 |
| 1597 | local_state->ClearPref(kTimesHIDDialogShown); |
| 1598 | local_state->ClearPref(kSplitSettingsSyncTrialGroup); |
| 1599 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1600 | |
Caitlin Fischer | 03ab6cb | 2021-12-07 19:54:06 | [diff] [blame] | 1601 | // Added 12/2021. |
Caitlin Fischer | 0f812b0 | 2021-12-13 17:00:56 | [diff] [blame] | 1602 | local_state->ClearPref(kStabilityRendererHangCount); |
Caitlin Fischer | 03ab6cb | 2021-12-07 19:54:06 | [diff] [blame] | 1603 | local_state->ClearPref(kStabilityIncompleteSessionEndCount); |
| 1604 | local_state->ClearPref(kStabilitySessionEndCompleted); |
| 1605 | |
Artem Sumaneev | 967577f | 2022-01-31 17:30:02 | [diff] [blame] | 1606 | // Added 01/2022. |
| 1607 | invalidation::InvalidatorRegistrarWithMemory:: |
| 1608 | ClearTopicsWithObsoleteOwnerNames(local_state); |
| 1609 | |
Ari Chivukula | 3f8b656 | 2022-02-18 23:33:43 | [diff] [blame] | 1610 | // Added 02/2022. |
| 1611 | local_state->ClearPref(kWebSQLInThirdPartyContextEnabled); |
| 1612 | |
Caitlin Fischer | f52dbab | 2022-03-02 22:11:39 | [diff] [blame] | 1613 | // Added 03/2002. |
| 1614 | local_state->ClearPref(kStabilityChildProcessCrashCount); |
| 1615 | #if BUILDFLAG(ENABLE_PLUGINS) |
| 1616 | local_state->ClearPref(kStabilityPluginStats); |
| 1617 | #endif |
Caitlin Fischer | 92fb62d | 2022-03-28 15:43:28 | [diff] [blame^] | 1618 | #if !BUILDFLAG(IS_ANDROID) |
| 1619 | local_state->ClearPref(kStabilityLaunchCount); |
| 1620 | #endif |
Caitlin Fischer | f52dbab | 2022-03-02 22:11:39 | [diff] [blame] | 1621 | |
Dominic Battre | 645d4234 | 2020-12-04 16:14:10 | [diff] [blame] | 1622 | // Please don't delete the following line. It is used by PRESUBMIT.py. |
| 1623 | // END_MIGRATE_OBSOLETE_LOCAL_STATE_PREFS |
Scott Little | c463f336 | 2022-02-15 18:44:24 | [diff] [blame] | 1624 | |
| 1625 | // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated |
| 1626 | // or cleared here, and that pref is also used in iOS Chrome, it may also need |
| 1627 | // to be migrated or cleared specifically for iOS as well. This could be by |
| 1628 | // doing the migration in feature code that's called by all platforms instead |
| 1629 | // of here, or by calling migration code in the appropriate place for iOS |
| 1630 | // specifically, e.g. ios/chrome/browser/prefs/browser_prefs.mm. |
rkaplow | f216caf | 2015-03-02 22:37:45 | [diff] [blame] | 1631 | } |
| 1632 | |
| 1633 | // This method should be periodically pruned of year+ old migrations. |
Gabriel Charette | 1eecf13 | 2021-04-15 16:55:53 | [diff] [blame] | 1634 | // See chrome/browser/prefs/README.md for details. |
rkaplow | f216caf | 2015-03-02 22:37:45 | [diff] [blame] | 1635 | void MigrateObsoleteProfilePrefs(Profile* profile) { |
Scott Little | c463f336 | 2022-02-15 18:44:24 | [diff] [blame] | 1636 | // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated |
| 1637 | // or cleared here, and that pref is also used in iOS Chrome, it may also need |
| 1638 | // to be migrated or cleared specifically for iOS as well. This could be by |
| 1639 | // doing the migration in feature code that's called by all platforms instead |
| 1640 | // of here, or by calling migration code in the appropriate place for iOS |
| 1641 | // specifically, e.g. ios/chrome/browser/prefs/browser_prefs.mm. |
| 1642 | |
Dominic Battre | 645d4234 | 2020-12-04 16:14:10 | [diff] [blame] | 1643 | // BEGIN_MIGRATE_OBSOLETE_PROFILE_PREFS |
| 1644 | // Please don't delete the preceding line. It is used by PRESUBMIT.py. |
| 1645 | |
rkaplow | f216caf | 2015-03-02 22:37:45 | [diff] [blame] | 1646 | PrefService* profile_prefs = profile->GetPrefs(); |
| 1647 | |
wutao | bc9027e | 2020-04-08 02:01:44 | [diff] [blame] | 1648 | // Check MigrateDeprecatedAutofillPrefs() to see if this is safe to remove. |
Moe Ahmadi | c3061bd | 2018-08-30 16:25:32 | [diff] [blame] | 1649 | autofill::prefs::MigrateDeprecatedAutofillPrefs(profile_prefs); |
Alexandr Ilin | 273e20b | 2018-09-05 19:47:57 | [diff] [blame] | 1650 | |
Christian Dullweber | 23ac434 | 2020-09-07 18:03:49 | [diff] [blame] | 1651 | // Added 7/2019. Keep at least until 7/2021 as a missing migration would |
| 1652 | // disable sync. |
Marc Treib | 84acadd | 2019-07-08 16:02:25 | [diff] [blame] | 1653 | syncer::MigrateSyncSuppressedPref(profile_prefs); |
David Roger | 2310100 | 2019-09-10 11:24:09 | [diff] [blame] | 1654 | |
Tarun Bansal | 99e447d | 2020-03-17 10:07:56 | [diff] [blame] | 1655 | // Added 3/2020. |
Julian Pastarmov | 7da3bc2 | 2021-03-30 14:30:18 | [diff] [blame] | 1656 | // TODO(crbug.com/1062698): Remove this once the privacy settings redesign |
| 1657 | // is fully launched. |
Ben Schwartz | 135746c | 2020-05-14 04:37:03 | [diff] [blame] | 1658 | chrome_browser_net::secure_dns::MigrateProbesSettingToOrFromBackup( |
| 1659 | profile_prefs); |
wutao | 2e24aff | 2020-04-03 17:01:02 | [diff] [blame] | 1660 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1661 | #if !BUILDFLAG(IS_ANDROID) |
Daniel Cheng | 957b324 | 2021-04-07 02:38:19 | [diff] [blame] | 1662 | // Added 04/2021 |
| 1663 | profile_prefs->ClearPref(prefs::kMediaFeedsBackgroundFetching); |
| 1664 | profile_prefs->ClearPref(prefs::kMediaFeedsSafeSearchEnabled); |
| 1665 | profile_prefs->ClearPref(prefs::kMediaFeedsAutoSelectEnabled); |
Adam Langley | 75fa3ab | 2021-04-08 16:46:45 | [diff] [blame] | 1666 | profile_prefs->ClearPref(kWebAuthnLastTransportUsedPrefName); |
Daniel Cheng | 957b324 | 2021-04-07 02:38:19 | [diff] [blame] | 1667 | #endif |
Sophie Chang | bb532c3 | 2021-04-07 17:40:04 | [diff] [blame] | 1668 | // Added 04/2021. |
| 1669 | profile_prefs->ClearPref(kSessionStatisticFCPMean); |
| 1670 | profile_prefs->ClearPref(kSessionStatisticFCPStdDev); |
Daniel Cheng | 957b324 | 2021-04-07 02:38:19 | [diff] [blame] | 1671 | |
Devlin Cronin | 9f1e394 | 2021-04-08 23:14:29 | [diff] [blame] | 1672 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
| 1673 | // Added 04/2021 |
| 1674 | profile_prefs->ClearPref(kToolbarIconSurfacingBubbleAcknowledged); |
| 1675 | profile_prefs->ClearPref(kToolbarIconSurfacingBubbleLastShowTime); |
| 1676 | #endif |
| 1677 | |
Anthony Cui | 26af3e5a | 2021-04-15 01:36:46 | [diff] [blame] | 1678 | // Added 04/2021 |
| 1679 | profile_prefs->ClearPref(kTranslateLastDeniedTimeForLanguage); |
| 1680 | profile_prefs->ClearPref(kTranslateTooOftenDeniedForLanguage); |
| 1681 | |
Devlin Cronin | 1613227 | 2021-05-03 21:02:42 | [diff] [blame] | 1682 | // Added 05/2021. |
Alex Ilin | 243803e | 2021-05-12 16:03:27 | [diff] [blame] | 1683 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
Devlin Cronin | 1613227 | 2021-05-03 21:02:42 | [diff] [blame] | 1684 | profile_prefs->ClearPref(kToolbarSize); |
| 1685 | #endif |
Alex Ilin | 243803e | 2021-05-12 16:03:27 | [diff] [blame] | 1686 | profile_prefs->ClearPref(kSessionExitedCleanly); |
Devlin Cronin | 1613227 | 2021-05-03 21:02:42 | [diff] [blame] | 1687 | |
Roman Sorokin | 0f91e2f | 2021-05-19 20:17:37 | [diff] [blame] | 1688 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1689 | // Added 05/2021 |
| 1690 | profile_prefs->ClearPref(kFeatureUsageDailySampleFingerprint); |
| 1691 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1692 | |
My Nguyen | ea8561e | 2021-06-01 18:48:45 | [diff] [blame] | 1693 | // Added 05/2021 |
| 1694 | profile_prefs->ClearPref(kSpellCheckBlacklistedDictionaries); |
| 1695 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1696 | #if !BUILDFLAG(IS_ANDROID) |
Reilly Grant | bfc2ab7 | 2021-06-02 23:57:30 | [diff] [blame] | 1697 | // Added 05/2021 |
| 1698 | profile_prefs->ClearPref( |
| 1699 | prefs::kManagedProfileSerialAllowAllPortsForUrlsDeprecated); |
| 1700 | profile_prefs->ClearPref( |
| 1701 | prefs::kManagedProfileSerialAllowUsbDevicesForUrlsDeprecated); |
| 1702 | #endif |
| 1703 | |
Tarun Bansal | 717824d | 2021-06-11 20:11:09 | [diff] [blame] | 1704 | // Added 06/2021 |
| 1705 | profile_prefs->ClearPref(kDataReductionProxy); |
| 1706 | |
Yue Li | c34fbd71 | 2021-06-21 23:15:37 | [diff] [blame] | 1707 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1708 | // Added 06/2021 |
| 1709 | profile_prefs->ClearPref(kQuickAnswersConsented); |
Callistus | c0198d78 | 2021-06-28 05:45:53 | [diff] [blame] | 1710 | |
| 1711 | // Added 06/2021. |
Yeunjoo Choi | f570626 | 2021-08-24 01:11:24 | [diff] [blame] | 1712 | ash::HelpAppNotificationController::MigrateObsoleteNotificationPrefs( |
Callistus | c0198d78 | 2021-06-28 05:45:53 | [diff] [blame] | 1713 | profile_prefs); |
Yeunjoo Choi | f570626 | 2021-08-24 01:11:24 | [diff] [blame] | 1714 | ash::HelpAppNotificationController::ClearObsoleteNotificationPrefs( |
Callistus | c0198d78 | 2021-06-28 05:45:53 | [diff] [blame] | 1715 | profile_prefs); |
Yue Li | c34fbd71 | 2021-06-21 23:15:37 | [diff] [blame] | 1716 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1717 | |
Viktor Semeniuk | 0cf45fd8 | 2021-06-22 15:45:25 | [diff] [blame] | 1718 | // Added 06/2021 |
| 1719 | profile_prefs->ClearPref(kWasPhishedCredentialsUploadedToSync); |
Sophie Chang | 2e050e4 | 2021-06-24 20:11:32 | [diff] [blame] | 1720 | profile_prefs->ClearPref(kHintsFetcherTopHostBlocklist); |
| 1721 | profile_prefs->ClearPref(kHintsFetcherTopHostBlocklistState); |
| 1722 | profile_prefs->ClearPref(kHintsFetcherTopHostBlocklistMinimumEngagementScore); |
| 1723 | profile_prefs->ClearPref(kTimeHintsFetcherTopHostBlocklistLastInitialized); |
Viktor Semeniuk | 0cf45fd8 | 2021-06-22 15:45:25 | [diff] [blame] | 1724 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1725 | #if BUILDFLAG(IS_ANDROID) |
Dan Harrington | af778ac | 2021-07-09 17:49:04 | [diff] [blame] | 1726 | // Added 06/2021 |
| 1727 | feed::MigrateObsoleteProfilePrefsJune_2021(profile_prefs); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1728 | #endif // BUILDFLAG(IS_ANDROID) |
Dan Harrington | af778ac | 2021-07-09 17:49:04 | [diff] [blame] | 1729 | |
Friedrich Horschig | 853ecf01 | 2021-07-09 14:28:22 | [diff] [blame] | 1730 | // Added 07/2021 |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1731 | #if BUILDFLAG(IS_MAC) |
Friedrich Horschig | 853ecf01 | 2021-07-09 14:28:22 | [diff] [blame] | 1732 | profile_prefs->ClearPref(kPasswordRecovery); |
| 1733 | #endif |
Marc Treib | 41d144e | 2021-07-12 09:47:19 | [diff] [blame] | 1734 | profile_prefs->ClearPref(kWasSignInPasswordPromoClicked); |
| 1735 | profile_prefs->ClearPref(kNumberSignInPasswordPromoShown); |
| 1736 | profile_prefs->ClearPref(kSignInPasswordPromoRevive); |
Ramin Halavati | 7a9d08f | 2021-07-13 12:23:06 | [diff] [blame] | 1737 | profile_prefs->ClearPref(kGuestProfilesNumCreated); |
David Roger | fbfc938 | 2021-07-12 13:58:45 | [diff] [blame] | 1738 | #if BUILDFLAG(ENABLE_DICE_SUPPORT) |
| 1739 | profile_prefs->ClearPref(kProfileSwitchInterceptionDeclinedPref); |
| 1740 | #endif |
Marc Treib | 41d144e | 2021-07-12 09:47:19 | [diff] [blame] | 1741 | |
Tibor Goldschwendt | 9db19e6 | 2021-07-13 23:16:08 | [diff] [blame] | 1742 | profile_prefs->ClearPref(kSuggestionsBlocklist); |
| 1743 | profile_prefs->ClearPref(kSuggestionsData); |
| 1744 | |
Devlin Cronin | c1cb138f | 2021-07-14 23:28:27 | [diff] [blame] | 1745 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
| 1746 | // Added 2021/07. |
| 1747 | profile_prefs->ClearPref(kExtensionCheckupOnStartup); |
| 1748 | #endif |
| 1749 | |
Joel Hockey | 04b600a | 2021-07-21 04:58:27 | [diff] [blame] | 1750 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1751 | // Added 2021/07. |
| 1752 | guest_os::GuestOsMimeTypesService::MigrateVerboseMimeTypePrefs(profile_prefs); |
| 1753 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1754 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1755 | #if !BUILDFLAG(IS_ANDROID) |
rbpotter | 12e2b89 | 2021-07-21 20:37:15 | [diff] [blame] | 1756 | // Added 2021/07 |
| 1757 | profile_prefs->ClearPref(kCloudPrintDeprecationWarningsSuppressed); |
rbpotter | 5018fe8 | 2021-07-24 05:31:28 | [diff] [blame] | 1758 | profile_prefs->ClearPref(kForceEnablePrivetPrinting); |
rbpotter | 12e2b89 | 2021-07-21 20:37:15 | [diff] [blame] | 1759 | #endif |
| 1760 | |
Marc Treib | e64f848 | 2021-07-28 08:45:23 | [diff] [blame] | 1761 | // Added 2021/07. |
| 1762 | profile_prefs->ClearPref(kAccountStorageExists); |
| 1763 | |
Anthony Cui | af717c8 | 2021-07-30 01:00:05 | [diff] [blame] | 1764 | // Added 07/2021 |
| 1765 | profile_prefs->ClearPref(kUserLanguageProfile); |
| 1766 | |
Kushagra Sinha | 727621b | 2021-08-19 11:44:48 | [diff] [blame] | 1767 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1768 | // Added 08/2021. |
| 1769 | profile_prefs->ClearPref(kAccountManagerNumTimesMigrationRanSuccessfully); |
| 1770 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1771 | |
Joel Hockey | ead2fab4 | 2021-08-31 02:33:27 | [diff] [blame] | 1772 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1773 | // Added 2021/08. |
| 1774 | web_app::ExternallyInstalledWebAppPrefs::RemoveTerminalPWA(profile_prefs); |
| 1775 | |
| 1776 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1777 | |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1778 | #if !BUILDFLAG(IS_ANDROID) |
Tibor Goldschwendt | 785acef | 2021-09-07 18:39:22 | [diff] [blame] | 1779 | // Added 09/2021. |
| 1780 | profile_prefs->ClearPref(kNtpSearchSuggestionsBlocklist); |
| 1781 | profile_prefs->ClearPref(kNtpSearchSuggestionsImpressions); |
| 1782 | profile_prefs->ClearPref(kNtpSearchSuggestionsOptOut); |
| 1783 | #endif |
| 1784 | |
Jared Saul | 91992b2 | 2021-09-08 23:25:54 | [diff] [blame] | 1785 | // Added 09/2021. |
| 1786 | profile_prefs->ClearPref(kAutofillAcceptSaveCreditCardPromptState); |
| 1787 | |
Mihai Sardarescu | 26e67b0 | 2021-09-23 15:56:40 | [diff] [blame] | 1788 | #if BUILDFLAG(ENABLE_DICE_SUPPORT) |
| 1789 | // Added 09/2021. |
| 1790 | profile_prefs->ClearPref(kDiceMigrationCompletePref); |
| 1791 | #endif |
| 1792 | |
Claudius van der Merwe | b55b6c16 | 2021-10-04 00:12:20 | [diff] [blame] | 1793 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1794 | // Added 09/2021 |
| 1795 | profile_prefs->ClearPref( |
| 1796 | kNearbySharingFastInitiationNotificationEnabledPrefName); |
| 1797 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1798 | |
mlcui | 0c61cb9 | 2021-10-20 01:56:11 | [diff] [blame] | 1799 | // Added 10/2021. |
| 1800 | translate::TranslatePrefs::MigrateObsoleteProfilePrefs(profile_prefs); |
| 1801 | translate::TranslatePrefs::ClearObsoleteProfilePrefs(profile_prefs); |
| 1802 | |
Adrienne Walker | 75f4c30 | 2021-10-26 19:20:48 | [diff] [blame] | 1803 | // Added 10/2021. |
| 1804 | profile_prefs->ClearPref(kAppCacheForceEnabled); |
| 1805 | |
Lei Zhang | 9523de8 | 2022-03-14 21:40:21 | [diff] [blame] | 1806 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1807 | // Added 10/2021 |
| 1808 | profile_prefs->ClearPref(kHasCameraAppMigratedToSWA); |
| 1809 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1810 | |
Maksim Moskvitin | f62545e | 2021-11-04 19:55:24 | [diff] [blame] | 1811 | // Added 11/2021. |
| 1812 | syncer::ClearObsoleteKeystoreBootstrapTokenPref(profile_prefs); |
Kevin Radtke | 766244c | 2021-11-23 02:20:45 | [diff] [blame] | 1813 | profile_prefs->ClearPref(kWasPreviouslySetUpPrefName); |
Maksim Moskvitin | f62545e | 2021-11-04 19:55:24 | [diff] [blame] | 1814 | |
Simon Pelchat | 83b8a45 | 2021-12-07 15:49:39 | [diff] [blame] | 1815 | // Added 12/2021. |
| 1816 | profile_prefs->ClearPref(kAvailabilityProberOriginCheck); |
| 1817 | profile_prefs->ClearPref(kAvailabilityProberTLSCanaryCheck); |
| 1818 | profile_prefs->ClearPref(kAvailabilityProberDNSCanaryCheck); |
| 1819 | |
Aga Wronska | 5c15cec | 2021-12-10 16:21:32 | [diff] [blame] | 1820 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1821 | // Added 12/2021. |
| 1822 | profile_prefs->ClearPref(kEduCoexistenceSecondaryAccountsInvalidationVersion); |
Boris Sazonov | 4f61fe38 | 2021-12-13 19:05:30 | [diff] [blame] | 1823 | |
| 1824 | // Added 12/2021 |
| 1825 | profile_prefs->ClearPref(kSyncFirstRunCompleted); |
Rachel Wong | ae7ad5d | 2021-12-14 01:57:27 | [diff] [blame] | 1826 | |
| 1827 | // Added 12/2021. |
| 1828 | profile_prefs->ClearPref(kArcAppReinstallState); |
Boris Sazonov | 6bc149b | 2021-12-29 11:02:58 | [diff] [blame] | 1829 | |
| 1830 | profile_prefs->ClearPref(kOsSyncFeatureEnabled); |
Aga Wronska | 5c15cec | 2021-12-10 16:21:32 | [diff] [blame] | 1831 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1832 | |
Andy Paicu | 5b05dd6d | 2021-12-28 17:40:07 | [diff] [blame] | 1833 | // Added 12/2021. |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1834 | #if BUILDFLAG(IS_ANDROID) |
Andy Paicu | 5b05dd6d | 2021-12-28 17:40:07 | [diff] [blame] | 1835 | profile_prefs->ClearPref(kSearchGeolocationDisclosureDismissed); |
| 1836 | profile_prefs->ClearPref(kSearchGeolocationDisclosureShownCount); |
| 1837 | profile_prefs->ClearPref(kSearchGeolocationDisclosureLastShowDate); |
| 1838 | profile_prefs->ClearPref(kSearchGeolocationPreDisclosureMetricsRecorded); |
| 1839 | profile_prefs->ClearPref(kSearchGeolocationPostDisclosureMetricsRecorded); |
Xiaohan Wang | ae7f918 | 2022-01-16 00:37:52 | [diff] [blame] | 1840 | #endif // BUILDFLAG(IS_ANDROID) |
Andy Paicu | 5b05dd6d | 2021-12-28 17:40:07 | [diff] [blame] | 1841 | |
Tarun Bansal | 9a1dfe8 | 2022-01-11 21:02:20 | [diff] [blame] | 1842 | // Added 01/2022. |
| 1843 | profile_prefs->ClearPref(kHasSeenLiteModeInfoBar); |
Marc Treib | 01cb846 | 2022-01-13 14:57:51 | [diff] [blame] | 1844 | syncer::SyncTransportDataPrefs::MigrateInvalidationVersions(profile_prefs); |
Tarun Bansal | 1917268 | 2022-01-27 01:26:24 | [diff] [blame] | 1845 | profile_prefs->ClearPref(kDailyHttpContentLengthLastUpdateDate); |
| 1846 | profile_prefs->ClearPref(kDailyHttpOriginalContentLength); |
| 1847 | profile_prefs->ClearPref(kDailyHttpReceivedContentLength); |
| 1848 | profile_prefs->ClearPref(kDataUsageReportingEnabled); |
| 1849 | profile_prefs->ClearPref(kHttpReceivedContentLength); |
| 1850 | profile_prefs->ClearPref(kHttpOriginalContentLength); |
| 1851 | profile_prefs->ClearPref(kThisWeekNumber); |
| 1852 | profile_prefs->ClearPref(kThisWeekServicesDownstreamBackgroundKB); |
| 1853 | profile_prefs->ClearPref(kThisWeekServicesDownstreamForegroundKB); |
| 1854 | profile_prefs->ClearPref(kLastWeekServicesDownstreamBackgroundKB); |
| 1855 | profile_prefs->ClearPref(kLastWeekServicesDownstreamForegroundKB); |
| 1856 | profile_prefs->ClearPref(kThisWeekUserTrafficContentTypeDownstreamKB); |
| 1857 | profile_prefs->ClearPref(kLastWeekUserTrafficContentTypeDownstreamKB); |
Tarun Bansal | 556a569 | 2022-02-01 18:56:24 | [diff] [blame] | 1858 | profile_prefs->ClearPref(kDataSaverEnabled); |
| 1859 | profile_prefs->ClearPref(kDataReductionProxyWasEnabledBefore); |
| 1860 | profile_prefs->ClearPref(kDataReductionProxyLastEnabledTime); |
Marc Treib | 01cb846 | 2022-01-13 14:57:51 | [diff] [blame] | 1861 | |
Artem Sumaneev | 967577f | 2022-01-31 17:30:02 | [diff] [blame] | 1862 | // Added 01/2022. |
| 1863 | invalidation::InvalidatorRegistrarWithMemory:: |
| 1864 | ClearTopicsWithObsoleteOwnerNames(profile_prefs); |
| 1865 | |
Evan Stade | 19ccb91 | 2022-02-07 19:45:54 | [diff] [blame] | 1866 | #if BUILDFLAG(IS_ANDROID) |
| 1867 | // Added 01/2022. |
| 1868 | syncer::ClearObsoleteSyncDecoupledFromAndroidMasterSync(profile_prefs); |
| 1869 | #endif // BUILDFLAG(IS_ANDROID) |
| 1870 | |
Evan Stade | da2a317 | 2022-02-04 02:01:35 | [diff] [blame] | 1871 | #if BUILDFLAG(ENABLE_EXTENSIONS) |
| 1872 | // Added 02/2022. |
| 1873 | web_app::WebAppProvider::MigrateProfilePrefs(profile); |
| 1874 | #endif |
| 1875 | |
Yao Xiao | 9255aec | 2022-02-05 00:02:19 | [diff] [blame] | 1876 | // Added 02/2022 |
| 1877 | profile_prefs->ClearPref(kFlocIdValuePrefKey); |
| 1878 | profile_prefs->ClearPref(kFlocIdStatusPrefKey); |
| 1879 | profile_prefs->ClearPref(kFlocIdHistoryBeginTimePrefKey); |
| 1880 | profile_prefs->ClearPref(kFlocIdHistoryEndTimePrefKey); |
| 1881 | profile_prefs->ClearPref(kFlocIdFinchConfigVersionPrefKey); |
| 1882 | profile_prefs->ClearPref(kFlocIdSortingLshVersionPrefKey); |
| 1883 | profile_prefs->ClearPref(kFlocIdComputeTimePrefKey); |
| 1884 | |
Muyao Xu | bb2cb51ce | 2022-02-14 19:01:18 | [diff] [blame] | 1885 | #if !BUILDFLAG(IS_ANDROID) |
| 1886 | // Added 02/2022 |
| 1887 | profile_prefs->ClearPref(kMediaRouterCloudServicesPrefSet); |
| 1888 | profile_prefs->ClearPref(kMediaRouterEnableCloudServices); |
| 1889 | #endif |
| 1890 | |
Matt Walliser | c83a0ef4 | 2022-02-17 21:12:05 | [diff] [blame] | 1891 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1892 | // Added 02/2022 |
| 1893 | profile_prefs->ClearPref(kPhoneHubCameraRollPendingStatePrefName); |
| 1894 | #endif // BUILDFLAG(IS_CHROMEOS_ASH) |
| 1895 | |
Sophia Lin | f06a9ae | 2022-02-21 04:26:56 | [diff] [blame] | 1896 | #if BUILDFLAG(IS_CHROMEOS_ASH) |
| 1897 | // Added 02/2022. |
| 1898 | // TODO(crbug.com/1298250): Remove after M107. |
| 1899 | crostini::RemoveDuplicateContainerEntries(profile_prefs); |
| 1900 | #endif |
| 1901 | |
Dominic Battre | 645d4234 | 2020-12-04 16:14:10 | [diff] [blame] | 1902 | // Please don't delete the following line. It is used by PRESUBMIT.py. |
| 1903 | // END_MIGRATE_OBSOLETE_PROFILE_PREFS |
Scott Little | c463f336 | 2022-02-15 18:44:24 | [diff] [blame] | 1904 | |
| 1905 | // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated |
| 1906 | // or cleared here, and that pref is also used in iOS Chrome, it may also need |
| 1907 | // to be migrated or cleared specifically for iOS as well. This could be by |
| 1908 | // doing the migration in feature code that's called by all platforms instead |
| 1909 | // of here, or by calling migration code in the appropriate place for iOS |
| 1910 | // specifically, e.g. ios/chrome/browser/prefs/browser_prefs.mm. |
[email protected] | 102253f | 2012-12-14 17:00:58 | [diff] [blame] | 1911 | } |