blob: 576bf348a9050187508015e5e7f05212fe4505b0 [file] [log] [blame]
Avi Drissman4a8573c2022-09-09 19:35:541// Copyright 2012 The Chromium Authors
license.botbf09a502008-08-24 00:55:552// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
initial.commit09911bf2008-07-26 23:55:294
[email protected]37858e52010-08-26 00:22:025#include "chrome/browser/prefs/browser_prefs.h"
initial.commit09911bf2008-07-26 23:55:296
[email protected]c5d4b1842014-06-20 21:19:507#include <string>
8
primiano6221e572015-01-28 12:14:349#include "base/trace_event/trace_event.h"
Nico Webereaa08412019-08-14 01:24:3710#include "build/branding_buildflags.h"
avib896c712015-12-26 02:10:4311#include "build/build_config.h"
Maksim Sisovb2e86e272021-09-28 05:24:4912#include "build/chromecast_buildflags.h"
Yuta Hijikata31a359c2020-11-27 07:50:2613#include "build/chromeos_buildflags.h"
[email protected]1a47d7e2010-10-15 00:37:2414#include "chrome/browser/about_flags.h"
Dominic Mazzoni21fb0282019-02-13 18:32:4715#include "chrome/browser/accessibility/accessibility_labels_service.h"
James Wallace-Lee25a1b052018-07-24 00:06:3116#include "chrome/browser/accessibility/accessibility_ui.h"
[email protected]7a25d872012-05-21 19:14:1317#include "chrome/browser/accessibility/invert_bubble_prefs.h"
[email protected]b1de2c72013-02-06 02:45:4718#include "chrome/browser/browser_process_impl.h"
[email protected]bca18382012-06-25 19:15:2319#include "chrome/browser/chrome_content_browser_client.h"
sorinebcfc8dd2016-08-12 21:57:1820#include "chrome/browser/component_updater/component_updater_prefs.h"
[email protected]70019152012-12-19 11:44:1921#include "chrome/browser/devtools/devtools_window.h"
[email protected]e5dc4222010-08-30 22:16:3222#include "chrome/browser/download/download_prefs.h"
dmurph93fa43b2017-02-07 23:45:1623#include "chrome/browser/engagement/important_sites_util.h"
Dominique Fauteux-Chapleau556bb84f2020-04-20 22:06:2924#include "chrome/browser/enterprise/connectors/connectors_prefs.h"
Og Astorga3089fd82021-09-21 00:02:3725#include "chrome/browser/enterprise/reporting/prefs.h"
Dominique Fauteux-Chapleau0e897db02021-04-19 18:42:2226#include "chrome/browser/enterprise/util/managed_browser_utils.h"
[email protected]ed2b1002011-05-25 14:12:1027#include "chrome/browser/external_protocol/external_protocol_handler.h"
[email protected]1b3588d2012-10-10 21:17:2528#include "chrome/browser/first_run/first_run.h"
[email protected]e6933d2a2013-03-12 22:32:2129#include "chrome/browser/gpu/gpu_mode_manager.h"
Avi Drissmand30927342018-05-22 15:04:2730#include "chrome/browser/lifetime/browser_shutdown.h"
rajendrantff2361da2020-12-16 09:18:2731#include "chrome/browser/login_detection/login_detection_prefs.h"
[email protected]cd80cce2013-12-02 15:19:1932#include "chrome/browser/media/media_device_id_salt.h"
Becca Hughes6354b6b2017-08-31 22:01:5533#include "chrome/browser/media/media_engagement_service.h"
John Rummelle5621c12017-09-05 23:52:1034#include "chrome/browser/media/media_storage_id_salt.h"
George Benz13da3df02022-01-14 00:03:5235#include "chrome/browser/media/router/discovery/access_code/access_code_cast_feature.h"
Derek Cheng23a01402018-07-24 13:38:1436#include "chrome/browser/media/router/media_router_feature.h"
mcasasa2023ab2016-09-08 01:06:3637#include "chrome/browser/media/webrtc/media_capture_devices_dispatcher.h"
Evan Stade32d635a2020-04-03 18:51:2538#include "chrome/browser/media/webrtc/permission_bubble_media_access_handler.h"
Sebastien Marchand5a63997a2019-09-27 19:15:3439#include "chrome/browser/memory/enterprise_memory_limit_pref_observer.h"
[email protected]4a55a712014-06-08 16:50:3440#include "chrome/browser/metrics/chrome_metrics_service_client.h"
Eric Secklera5c24e12018-11-28 16:09:2041#include "chrome/browser/net/net_error_tab_helper.h"
Matt Menkecfef87d2017-08-03 13:03:0642#include "chrome/browser/net/profile_network_context_service.h"
Ben Schwartz135746c2020-05-14 04:37:0343#include "chrome/browser/net/secure_dns_util.h"
Matt Menke4dfb375c2018-06-13 18:06:3144#include "chrome/browser/net/system_network_context_manager.h"
Tom Anderson1ef51d032020-02-11 01:05:0845#include "chrome/browser/notifications/notification_display_service_impl.h"
peterc4007912015-07-31 21:13:3746#include "chrome/browser/notifications/notifier_state_tracker.h"
Sharon Yangc6706902018-07-16 13:06:1947#include "chrome/browser/notifications/platform_notification_service_impl.h"
Balazs Engedy715b0ec2019-12-04 15:11:4548#include "chrome/browser/permissions/quiet_notification_permission_ui_state.h"
Simon Pelchate74bbb62021-12-03 23:57:5549#include "chrome/browser/prefetch/prefetch_prefs.h"
[email protected]24f95242014-02-10 17:55:2850#include "chrome/browser/prefs/chrome_pref_service_factory.h"
[email protected]4e94ab32011-08-05 05:28:2751#include "chrome/browser/prefs/incognito_mode_prefs.h"
[email protected]37858e52010-08-26 00:22:0252#include "chrome/browser/prefs/session_startup_pref.h"
Sreeja Kamishetty4ae1ab32022-07-25 19:31:5753#include "chrome/browser/preloading/prefetch/prefetch_proxy/prefetch_proxy_origin_decider.h"
Sreeja Kamishettyb8e18ae2022-07-22 03:12:4354#include "chrome/browser/preloading/prefetch/search_prefetch/search_prefetch_service.h"
Nikita Podguzov26222d12019-12-04 11:44:3155#include "chrome/browser/printing/print_preview_sticky_settings.h"
[email protected]1bee6ed2012-03-14 06:46:3656#include "chrome/browser/profiles/chrome_version_service.h"
[email protected]ee937fe2013-02-27 00:41:5957#include "chrome/browser/profiles/profile.h"
Thomas Tanglc67ace42019-06-07 19:31:5058#include "chrome/browser/profiles/profile_attributes_entry.h"
Alex Ilinbb08a0d2021-07-08 09:37:2459#include "chrome/browser/profiles/profile_attributes_storage.h"
[email protected]8ecad5e2010-12-02 21:18:3360#include "chrome/browser/profiles/profile_impl.h"
[email protected]de71ae992013-07-18 03:30:3861#include "chrome/browser/profiles/profiles_state.h"
johnmecf2da0c2015-10-28 19:42:1262#include "chrome/browser/push_messaging/push_messaging_app_identifier.h"
Illia Klimov4b72378ed2022-07-18 13:46:5763#include "chrome/browser/push_messaging/push_messaging_service_impl.h"
gab3ca4a492017-03-02 00:19:4164#include "chrome/browser/rlz/chrome_rlz_tracker_delegate.h"
[email protected]a7b8e43d2013-03-18 18:52:4365#include "chrome/browser/search/search.h"
Himanshu Jajubcf3b9292019-06-07 12:54:0766#include "chrome/browser/sharing/sharing_sync_preference.h"
Kristi Parkd0f72412021-07-02 01:09:0367#include "chrome/browser/sharing_hub/sharing_hub_features.h"
Ryan Sleevi4689ad32018-04-16 19:09:0568#include "chrome/browser/ssl/ssl_config_service_manager.h"
avi24d693f2016-08-06 18:03:5269#include "chrome/browser/task_manager/task_manager_interface.h"
oysteine386fc9e2015-06-07 18:45:4170#include "chrome/browser/tracing/chrome_tracing_delegate.h"
[email protected]2cd4fde2012-06-26 03:10:2671#include "chrome/browser/ui/browser_ui_prefs.h"
Robert Liao741be302019-07-19 23:24:4272#include "chrome/browser/ui/hats/hats_service.h"
[email protected]297fb7c22012-06-26 12:37:4973#include "chrome/browser/ui/network_profile_bubble.h"
[email protected]9ce7cb42011-12-07 18:53:0774#include "chrome/browser/ui/prefs/prefs_tab_helper.h"
[email protected]62f77772011-02-23 19:45:4275#include "chrome/browser/ui/search_engines/keyword_editor_controller.h"
Victor Hugo Vianna Silva3452787c2022-07-28 23:25:3076#include "chrome/browser/ui/send_tab_to_self/send_tab_to_self_bubble.h"
[email protected]b56e2e32012-05-11 21:18:0477#include "chrome/browser/ui/tabs/pinned_tab_codec.h"
Elaine Chien07f137d2021-01-14 02:57:2178#include "chrome/browser/ui/toolbar/chrome_labs_prefs.h"
Livvie Lin9141d0f132020-03-23 22:47:0479#include "chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.h"
Dana Friedcf8c2142022-01-25 18:33:4280#include "chrome/browser/ui/user_education/browser_feature_promo_snooze_service.h"
dpapad2be5b61c62020-12-08 11:58:4981#include "chrome/browser/ui/webui/flags/flags_ui.h"
[email protected]7c5c6f3a2011-04-28 19:56:4982#include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
Nicolas Ouellet-Payeur4dbdf1e52018-08-06 21:51:0283#include "chrome/browser/ui/webui/print_preview/policy_settings.h"
Xing Liu7252b8d2020-01-22 22:12:4784#include "chrome/browser/updates/announcement_notification/announcement_notification_service.h"
Martin Kreichgauer0e1b15ef2018-06-20 02:59:5085#include "chrome/browser/webauthn/chrome_authenticator_request_delegate.h"
Martin Kreichgauerd7aa4f92022-02-22 20:46:2186#include "chrome/browser/webauthn/webauthn_pref_names.h"
Scott Violet6200d332018-02-23 21:29:2387#include "chrome/common/buildflags.h"
[email protected]f87919d72011-02-02 18:46:1688#include "chrome/common/pref_names.h"
Ayu Ishiifbb1fad2020-06-22 20:15:0789#include "chrome/common/secure_origin_allowlist.h"
Moe Ahmadi173b0a2b2018-08-03 17:35:5190#include "components/autofill/core/common/autofill_prefs.h"
Clark DuVall8236b6a82020-05-28 22:54:3291#include "components/blocked_content/safe_browsing_triggered_popup_blocker.h"
ioanapa8bfbc72016-09-07 16:09:0592#include "components/browsing_data/core/pref_names.h"
Doug Turner9e79cf0c2018-04-05 21:32:3093#include "components/certificate_transparency/pref_names.h"
Matt Jones704e1a62022-09-20 16:28:2494#include "components/commerce/core/pref_names.h"
mukai8eaec822014-10-25 17:53:1695#include "components/content_settings/core/browser/host_content_settings_map.h"
Javier Fernández García-Boente7966a892021-12-09 12:28:2396#include "components/custom_handlers/protocol_handler_registry.h"
[email protected]6a5b0712014-07-16 00:30:1097#include "components/dom_distiller/core/distilled_page_prefs.h"
Katie D1ca4328b2020-02-19 18:08:4798#include "components/dom_distiller/core/dom_distiller_features.h"
99#include "components/dom_distiller/core/pref_names.h"
Mugdha Lakhanida851fd2021-03-16 18:21:02100#include "components/embedder_support/origin_trials/origin_trial_prefs.h"
hmaree31cadf52022-11-09 22:32:55101#include "components/enterprise/browser/identifiers/identifiers_prefs.h"
sdefresne8593e6432015-12-01 12:38:08102#include "components/flags_ui/pref_service_flags_storage.h"
Moe Ahmadi656dd532021-10-06 21:59:18103#include "components/history_clusters/core/history_clusters_prefs.h"
Brandon Wyliec7a94502018-10-18 18:43:25104#include "components/image_fetcher/core/cache/image_cache.h"
Anthony Vallee-Dubois43fded9702020-06-19 16:30:38105#include "components/invalidation/impl/fcm_invalidation_service.h"
Tanja Gornak5c8b5d952018-10-12 14:39:54106#include "components/invalidation/impl/invalidator_registrar_with_memory.h"
Marc Treib8c29f0c2019-12-19 12:48:07107#include "components/invalidation/impl/per_user_topic_subscription_manager.h"
Anthony Vallee-Dubois6f993122018-09-17 16:13:28108#include "components/language/content/browser/geo_language_provider.h"
Alexandre Frechette38f4ef92019-02-25 16:31:57109#include "components/language/content/browser/ulp_language_code_locator/ulp_language_code_locator.h"
Alexandre Frechette572755b2019-02-13 22:30:20110#include "components/language/core/browser/language_prefs.h"
Duncan Mercer8062eef2022-12-28 22:28:37111#include "components/lens/buildflags.h"
Joe DeBlasio59db500b2020-08-21 00:37:35112#include "components/lookalikes/core/lookalike_url_util.h"
Mikel Astizf4226912020-10-19 19:10:37113#include "components/metrics/demographics/user_demographics.h"
Peter Wen45025ea2018-09-17 15:16:27114#include "components/metrics/metrics_pref_names.h"
[email protected]d0ab865b2014-06-04 19:41:34115#include "components/network_time/network_time_tracker.h"
treibbb0c5af52016-12-09 17:34:15116#include "components/ntp_tiles/most_visited_sites.h"
Scott Violet9ae82892018-03-01 18:38:12117#include "components/offline_pages/buildflags/buildflags.h"
Travis Skare27cee15c2018-07-19 14:34:13118#include "components/omnibox/browser/document_provider.h"
Moe Ahmadi1266de82020-04-10 17:19:53119#include "components/omnibox/browser/omnibox_prefs.h"
blundell2102f7c2015-07-09 10:00:53120#include "components/omnibox/browser/zero_suggest_provider.h"
Sophie Changf2da5f02021-01-07 19:38:47121#include "components/optimization_guide/core/optimization_guide_prefs.h"
[email protected]1f730bd2014-02-28 15:11:32122#include "components/password_manager/core/browser/password_manager.h"
anthonyvd6a43b932017-05-11 18:39:27123#include "components/payments/core/payment_prefs.h"
Anthony Vallee-Duboiscee55b12022-03-24 22:54:02124#include "components/performance_manager/public/user_tuning/prefs.h"
Ravjit0dc264742021-10-15 11:09:35125#include "components/permissions/permission_actions_history.h"
brettw03e61962016-03-15 06:27:04126#include "components/policy/core/browser/browser_policy_connector.h"
Aaron Colwellb4226222020-07-25 16:11:36127#include "components/policy/core/browser/url_blocklist_manager.h"
Yann Dago9c1e19512022-02-28 22:27:31128#include "components/policy/core/common/management/management_service.h"
David Bienvenu554a259c2020-02-13 20:20:54129#include "components/policy/core/common/policy_pref_names.h"
brettw03e61962016-03-15 06:27:04130#include "components/policy/core/common/policy_statistics_collector.h"
[email protected]f0c8c4992014-05-15 17:37:26131#include "components/pref_registry/pref_registry_syncable.h"
Martin Šrámek5921f6312020-03-25 09:31:47132#include "components/prefs/pref_registry.h"
brettwb1fc1b82016-02-02 00:19:08133#include "components/prefs/pref_registry_simple.h"
134#include "components/prefs/pref_service.h"
Sean Harrison4685ab72020-12-08 18:26:22135#include "components/privacy_sandbox/privacy_sandbox_prefs.h"
abhishek.a2171c612852015-08-31 10:48:19136#include "components/proxy_config/pref_proxy_config_tracker_impl.h"
Mikel Astiz823b71012022-12-07 09:57:02137#include "components/reading_list/core/reading_list_pref_names.h"
Amanda Velasco Gallardo25f07362022-01-28 02:08:47138#include "components/safe_browsing/content/common/file_type_policies_prefs.h"
Ali Jumafb3dc1f2020-01-07 17:33:47139#include "components/safe_browsing/core/common/safe_browsing_prefs.h"
[email protected]0915b352014-06-25 19:58:14140#include "components/search_engines/template_url_prepopulate_data.h"
Carlos IL06e6c8c2020-07-28 00:25:19141#include "components/security_interstitials/content/insecure_form_blocking_page.h"
Colin Blundell7657b402020-02-25 09:46:50142#include "components/security_interstitials/content/stateful_ssl_host_state_delegate.h"
Shakti Sahu93bfba22021-06-17 18:05:21143#include "components/segmentation_platform/public/segmentation_platform_service.h"
Ramin Halavati52a9a292022-04-28 04:27:49144#include "components/services/screen_ai/buildflags/buildflags.h"
Ayu Ishii73a353d2022-07-07 21:56:42145#include "components/services/storage/public/cpp/storage_prefs.h"
Mikel Astizf61f4ba02018-06-01 10:50:19146#include "components/sessions/core/session_id_generator.h"
David Rogerfbfc9382021-07-12 13:58:45147#include "components/signin/public/base/signin_buildflags.h"
David Roger877bdc72022-10-19 09:38:51148#include "components/signin/public/base/signin_pref_names.h"
Henrique Ferreiro94eb46f2019-07-03 14:38:56149#include "components/signin/public/identity_manager/identity_manager.h"
Evan Stade89158192021-01-27 18:45:23150#include "components/site_engagement/content/site_engagement_service.h"
Eric Robinson49f19b62018-09-17 21:28:15151#include "components/subresource_filter/content/browser/ruleset_service.h"
maxbogue2f960e52016-10-07 01:24:15152#include "components/sync/base/sync_prefs.h"
Mikel Astiz89473c442021-07-13 09:46:12153#include "components/sync/driver/glue/sync_transport_data_prefs.h"
Jeffrey Cohen053be24d2019-07-23 23:44:05154#include "components/sync_device_info/device_info_prefs.h"
maxbogueea16ff412016-10-28 16:35:29155#include "components/sync_preferences/pref_service_syncable.h"
Mikel Astiz0889b2be2018-09-25 16:20:41156#include "components/sync_sessions/session_sync_prefs.h"
Oksana Zhuravlova58c85282022-06-14 20:24:28157#include "components/tracing/common/pref_names.h"
[email protected]81135072014-02-14 14:11:02158#include "components/translate/core/browser/translate_prefs.h"
wafflesd2d9a332016-04-09 01:59:57159#include "components/update_client/update_client.h"
blundell0300cdea2015-09-03 12:47:44160#include "components/variations/service/variations_service.h"
[email protected]f3b1a082011-11-18 00:34:30161#include "content/public/browser/render_process_host.h"
Scott Violetc8240b02018-03-08 22:03:59162#include "extensions/buildflags/buildflags.h"
[email protected]ad66db12014-07-10 12:43:47163#include "net/http/http_server_properties_manager.h"
Andy Phan99ccfb42022-11-29 18:57:07164#include "pdf/buildflags.h"
Scott Violet02e38b92018-03-27 23:42:14165#include "ppapi/buildflags/buildflags.h"
Scott Violet318a55f2018-03-30 19:08:19166#include "printing/buildflags/buildflags.h"
Scott Violeta5f7ba12018-04-02 22:03:40167#include "rlz/buildflags/buildflags.h"
Jan Keitel98b2cc42022-09-20 05:38:39168#include "third_party/abseil-cpp/absl/types/optional.h"
[email protected]a814d8632009-01-31 20:18:52169
Denis Kuznetsov32099f32017-12-15 14:04:57170#if BUILDFLAG(ENABLE_BACKGROUND_MODE)
thestige4155842014-10-20 18:58:02171#include "chrome/browser/background/background_mode_manager.h"
172#endif
173
brettw00899e62016-11-12 02:10:17174#if BUILDFLAG(ENABLE_EXTENSIONS)
je_julie.kim7fbb5a1a2015-02-09 17:26:05175#include "chrome/browser/accessibility/animation_policy_prefs.h"
Dominick Ng6ff51052018-07-06 05:30:20176#include "chrome/browser/apps/platform_apps/shortcut_manager.h"
[email protected]17510602014-06-05 11:02:28177#include "chrome/browser/extensions/activity_log/activity_log.h"
178#include "chrome/browser/extensions/api/commands/command_service.h"
[email protected]17510602014-06-05 11:02:28179#include "chrome/browser/extensions/api/tabs/tabs_api.h"
[email protected]d5a74be2014-08-08 01:01:27180#include "chrome/browser/extensions/extension_web_ui.h"
Daniel Murphy3657906d2021-04-13 20:33:12181#include "chrome/browser/extensions/preinstalled_apps.h"
Devlin Cronina997c8e2021-03-18 00:33:18182#include "chrome/browser/ui/extensions/settings_api_bubble_helpers.h"
Devlin Cronin71f0f532018-04-26 16:35:06183#include "chrome/browser/ui/webui/extensions/extensions_ui.h"
tbarzicfa3c7ef62017-04-17 23:12:02184#include "extensions/browser/api/audio/audio_api.h"
afakhry2bd481832016-06-16 16:17:24185#include "extensions/browser/api/runtime/runtime_api.h"
[email protected]d5a74be2014-08-08 01:01:27186#include "extensions/browser/extension_prefs.h"
Emilia Paz363fa0062022-01-15 05:12:03187#include "extensions/browser/permissions_manager.h"
Yann Dago2cbd7cb2022-06-27 18:18:29188#include "extensions/browser/pref_names.h"
Yuta Hijikata31a359c2020-11-27 07:50:26189#if BUILDFLAG(IS_CHROMEOS_ASH)
Michael Ershov289785c2021-06-29 10:53:32190#include "chrome/browser/ash/attestation/tpm_challenge_key.h"
Yuta Hijikata54df9132021-10-09 01:27:12191#include "chrome/browser/ash/crosapi/browser_data_migrator.h"
Henrique Ferreiro7967dce2021-09-23 11:37:47192#include "chrome/browser/ash/device_name/device_name_store.h"
Henrique Ferreirod67f0472022-11-05 00:40:09193#include "chrome/browser/ash/extensions/extensions_permissions_tracker.h"
Yeunjoo Choi5e8463292021-04-28 01:19:42194#include "chrome/browser/ash/kerberos/kerberos_credentials_manager.h"
Henrique Ferreirob3c117562021-02-24 20:12:45195#include "chrome/browser/ash/login/easy_unlock/easy_unlock_service.h"
Henrique Ferreirod57c4962021-09-29 07:26:59196#include "chrome/browser/ash/net/system_proxy_manager.h"
Henrique Ferreiro4ebaaa32021-10-13 16:59:35197#include "chrome/browser/ash/platform_keys/key_permissions/key_permissions_manager_impl.h"
Anatoliy Potapchuka460bc12021-11-05 19:23:10198#include "chrome/browser/ash/policy/networking/euicc_status_uploader.h"
Danila Kuzmin90a42f02021-12-08 14:00:16199#include "chrome/browser/ash/settings/hardware_data_usage_controller.h"
Yeunjoo Choi5097e9c2021-02-25 08:46:52200#include "chrome/browser/ash/settings/stats_reporting_controller.h"
Xiaochu Liu48ab5932018-05-11 03:44:04201#include "chrome/browser/component_updater/metadata_table_chromeos.h"
Joel Hockeya9ccf0e2022-05-27 22:11:19202#include "chrome/browser/extensions/api/shared_storage/shared_storage_private_api.h"
yilkal95d9f882021-10-18 21:59:00203#include "chrome/browser/ui/ash/projector/projector_app_client_impl.h"
Yeunjoo Choi38cea422022-10-18 06:19:17204#include "chrome/browser/ui/webui/ash/edu_coexistence/edu_coexistence_login_handler.h"
Yeunjoo Choiebbdaa62022-10-20 01:05:31205#include "chrome/browser/ui/webui/signin/ash/inline_login_handler_impl.h"
Yuta Hijikata31a359c2020-11-27 07:50:26206#endif // BUILDFLAG(IS_CHROMEOS_ASH)
brettw00899e62016-11-12 02:10:17207#endif // BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]17510602014-06-05 11:02:28208
jianliac940cb2017-06-07 05:13:08209#if BUILDFLAG(ENABLE_OFFLINE_PAGES)
Dmitry Titov4d2bde02017-06-30 05:29:52210#include "chrome/browser/offline_pages/prefetch/offline_metrics_collector_impl.h"
Justin DeWittfa60f892017-07-26 01:33:33211#include "chrome/browser/offline_pages/prefetch/prefetch_background_task_handler_impl.h"
Dan Harrington57be4a02018-09-14 17:50:19212#include "components/offline_pages/core/prefetch/prefetch_prefs.h"
jianliac940cb2017-06-07 05:13:08213#endif
214
Andy Phan99ccfb42022-11-29 18:57:07215#if BUILDFLAG(ENABLE_PDF)
216#include "chrome/browser/pdf/pdf_pref_names.h"
217#endif // BUILDFLAG(ENABLE_PDF)
218
bauerbecab4f52017-03-13 20:16:41219#if BUILDFLAG(ENABLE_PLUGINS)
Nicholas Verned391eae2017-11-13 02:41:38220#include "chrome/browser/plugins/plugin_info_host_impl.h"
bauerb4da36132014-12-26 19:53:13221#endif
222
Ramin Halavati52a9a292022-04-28 04:27:49223#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
224#include "components/services/screen_ai/public/cpp/pref_names.h" // nogncheck
225#endif
226
Lei Zhang6cb9b842019-12-16 20:29:12227#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
228#include "chrome/browser/supervised_user/child_accounts/child_account_service.h"
229#include "chrome/browser/supervised_user/supervised_user_service.h"
Bettina Deaf3dac202017-09-16 20:53:22230#endif
231
Jian Lic9a227c2022-02-28 22:55:44232#include "components/feed/buildflags.h"
233#include "components/feed/core/common/pref_names.h"
234#include "components/feed/core/shared_prefs/pref_names.h"
235
Xiaohan Wangae7f9182022-01-16 00:37:52236#if BUILDFLAG(IS_ANDROID)
zpengdb4a58e2017-01-10 17:40:32237#include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h"
Dmitry Titov5f6cfb42018-10-05 18:52:14238#include "chrome/browser/android/explore_sites/history_statistics_reporter.h"
zpengdb4a58e2017-01-10 17:40:32239#include "chrome/browser/android/ntp/recent_tabs_page_prefs.h"
Kenichi Ishibashi35ac7132017-12-08 03:44:30240#include "chrome/browser/android/oom_intervention/oom_intervention_decider.h"
mlliuee3a405c2016-10-28 22:34:52241#include "chrome/browser/android/preferences/browser_prefs_android.h"
Jan Keitel98b2cc42022-09-20 05:38:39242#include "chrome/browser/android/preferences/shared_preferences_migrator_android.h"
Patrick Noland87d9f842019-01-16 03:52:02243#include "chrome/browser/android/usage_stats/usage_stats_bridge.h"
Sky Maliced8eb4302020-08-03 05:46:44244#include "chrome/browser/first_run/android/first_run_prefs.h"
Yu Su4d459862021-04-15 04:19:54245#include "chrome/browser/lens/android/lens_prefs.h"
John Rummell4703af62019-02-15 02:31:00246#include "chrome/browser/media/android/cdm/media_drm_origin_id_manager.h"
Lei Zhangdb0c0872022-03-04 04:26:59247#include "chrome/browser/notifications/notification_channels_provider_android.h"
Christopher Thompson2602fea2019-11-26 19:36:54248#include "chrome/browser/ssl/known_interception_disclosure_infobar_delegate.h"
Shakti Sahu623d00c2020-09-22 00:32:42249#include "chrome/browser/video_tutorials/prefs.h"
Glen Robertson8a825ae4f2020-09-16 06:50:08250#include "components/cdm/browser/media_drm_storage_impl.h" // nogncheck crbug.com/1125897
Sebastien Lalancette374cf6a2021-06-22 17:23:52251#include "components/content_creation/notes/core/note_prefs.h"
zpengdb4a58e2017-01-10 17:40:32252#include "components/ntp_tiles/popular_sites_impl.h"
Clark DuVall600abea2020-03-23 16:16:17253#include "components/permissions/contexts/geolocation_permission_context_android.h"
Xing Liu0327d832020-05-15 21:07:03254#include "components/query_tiles/tile_service_prefs.h"
Xiaohan Wangae7f9182022-01-16 00:37:52255#else // BUILDFLAG(IS_ANDROID)
Yue Zhang87902392020-12-23 23:12:05256#include "chrome/browser/cart/cart_service.h"
Anqing Zhao9595e482021-06-10 11:33:55257#include "chrome/browser/device_api/device_service_impl.h"
peter9f4490a2017-01-27 00:58:36258#include "chrome/browser/gcm/gcm_product_util.h"
Matt Reynolds1914ff6b2022-02-04 08:48:26259#include "chrome/browser/hid/hid_policy_allowed_devices.h"
Tommy Lid5b7c22b2020-10-28 01:26:51260#include "chrome/browser/intranet_redirect_detector.h"
Lei Zhang6cb9b842019-12-16 20:29:12261#include "chrome/browser/media/unified_autoplay_config.h"
Sebastien Marchande9f7b992021-02-10 03:11:08262#include "chrome/browser/metrics/tab_stats/tab_stats_tracker.h"
Josh Nohle13ea6b432020-07-21 20:46:59263#include "chrome/browser/nearby_sharing/common/nearby_share_prefs.h"
Tibor Goldschwendt83b26a02021-07-09 23:13:18264#include "chrome/browser/new_tab_page/modules/drive/drive_service.h"
Jeremy Selier730b56d32021-09-17 02:59:39265#include "chrome/browser/new_tab_page/modules/photos/photos_service.h"
Riley Tatumc48258f12022-08-18 22:13:13266#include "chrome/browser/new_tab_page/modules/recipes/recipes_service.h"
Rohit Bhatia22e544f2021-10-05 15:32:26267#include "chrome/browser/new_tab_page/modules/safe_browsing/safe_browsing_handler.h"
Tibor Goldschwendt53a0eab2021-07-29 10:40:25268#include "chrome/browser/new_tab_page/promos/promo_service.h"
Yann Dago44d6cc322022-07-13 17:46:25269#include "chrome/browser/policy/developer_tools_policy_handler.h"
Tibor Goldschwendtf3a3ce92021-08-17 00:42:16270#include "chrome/browser/search/background/ntp_custom_background_service.h"
Reilly Grantd4fb5842021-03-15 23:16:49271#include "chrome/browser/serial/serial_policy_allowed_ports.h"
thestigc91176f42014-10-28 20:16:35272#include "chrome/browser/signin/signin_promo.h"
Mei Liang74df4f82022-09-26 23:00:33273#include "chrome/browser/ui/commerce/price_tracking/shopping_list_ui_tab_helper.h"
zpengdb4a58e2017-01-10 17:40:32274#include "chrome/browser/ui/startup/startup_browser_creator.h"
rbpotterbe128632019-11-22 04:50:42275#include "chrome/browser/ui/webui/history/foreign_session_handler.h"
Tibor Goldschwendt53ca78b2020-10-07 19:56:18276#include "chrome/browser/ui/webui/new_tab_page/new_tab_page_handler.h"
Tibor Goldschwendtbbdbe8f2021-05-20 19:27:39277#include "chrome/browser/ui/webui/new_tab_page/new_tab_page_ui.h"
John Lee136759f02019-04-15 20:19:11278#include "chrome/browser/ui/webui/settings/settings_ui.h"
Mark Schillaciba4a7322022-06-29 15:08:35279#include "chrome/browser/ui/webui/side_panel/read_anything/read_anything_prefs.h"
Roman Aroracd8462c2021-08-03 01:20:33280#include "chrome/browser/ui/webui/tab_search/tab_search_prefs.h"
rbpotter73c13252021-07-16 21:29:34281#include "chrome/browser/ui/webui/whats_new/whats_new_ui.h"
Greg Thompson8bcd799b2018-08-10 09:49:33282#include "chrome/browser/upgrade_detector/upgrade_detector.h"
Abigail Klein153fa7a2021-08-26 19:50:50283#include "components/live_caption/live_caption_controller.h"
evliuc5b5a722022-10-28 00:05:49284#include "components/live_caption/live_translate_controller.h"
Lei Zhang6cb9b842019-12-16 20:29:12285#include "components/ntp_tiles/custom_links_manager_impl.h"
Xiaohan Wangae7f9182022-01-16 00:37:52286#endif // BUILDFLAG(IS_ANDROID)
thestigc91176f42014-10-28 20:16:35287
Xiaohan Wangae7f9182022-01-16 00:37:52288#if BUILDFLAG(IS_CHROMEOS)
Tim Sergeant2b6bc66e2022-04-14 20:15:21289#include "chrome/browser/apps/intent_helper/supported_links_infobar_prefs_service.h"
Erik Chen643355d2022-04-22 05:44:49290#include "chrome/browser/chromeos/extensions/echo_private/echo_private_api.h"
Maria Petrisorbb5226b2022-06-02 09:10:51291#include "chrome/browser/chromeos/extensions/login_screen/login/login_api_prefs.h"
Alvin Lee99f8d9a82021-11-18 18:45:55292#include "chrome/browser/chromeos/policy/dlp/dlp_rules_manager_impl.h"
Olya Kalitova39e913d52021-03-16 22:26:22293#include "chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h"
Kuo-Hsin Yang40227972022-05-16 18:39:09294#include "chrome/browser/memory/oom_kills_monitor.h"
Michael Ershov5b2a7062022-01-17 14:28:45295#include "chrome/browser/policy/networking/policy_cert_service.h"
Ben Franz73537362021-11-08 11:53:40296#include "chrome/browser/policy/system_features_disable_list_policy_handler.h"
Michael Ershovd9a627e2021-11-03 13:55:27297#include "chrome/browser/ui/webui/certificates_handler.h"
anina koehlerf1e29df62022-08-10 07:22:32298#include "chromeos/ui/wm/fullscreen/pref_names.h"
Andrew Rayskiy16f8cab2022-12-15 16:28:33299#if BUILDFLAG(USE_CUPS)
Pranav Batrae71407672021-08-16 23:53:00300#include "chrome/browser/extensions/api/printing/printing_api_handler.h"
Andrew Rayskiy16f8cab2022-12-15 16:28:33301#endif // BUILDFLAG(USE_CUPS)
Xiaohan Wangae7f9182022-01-16 00:37:52302#endif // BUILDFLAG(IS_CHROMEOS)
Olya Kalitova39e913d52021-03-16 22:26:22303
Yuta Hijikata31a359c2020-11-27 07:50:26304#if BUILDFLAG(IS_CHROMEOS_ASH)
Yao Li646187a2021-11-16 01:02:11305#include "ash/components/arc/arc_prefs.h"
Henrique Ferreirof9d1cb22021-07-13 01:32:47306#include "ash/constants/ash_pref_names.h"
Xiyuan Xia5a8c4172019-05-13 16:23:48307#include "ash/public/cpp/ash_prefs.h"
Jeevan Shikarama73dec1a2022-09-08 05:51:52308#include "chrome/browser/apps/app_preload_service/app_preload_service.h"
Nancy Wang811fe4f92021-10-08 12:28:13309#include "chrome/browser/apps/app_service/metrics/app_platform_metrics_service.h"
Tim Sergeant1231dcc2021-05-10 14:00:57310#include "chrome/browser/apps/app_service/webapk/webapk_prefs.h"
Anastasiia N0582a902021-12-08 17:44:59311#include "chrome/browser/ash/account_manager/account_apps_availability.h"
Pranav Batra468fbe622021-06-23 01:42:36312#include "chrome/browser/ash/account_manager/account_manager_edu_coexistence_controller.h"
Yeunjoo Choife4364d2022-12-14 10:41:37313#include "chrome/browser/ash/app_list/app_list_syncable_service.h"
Yeunjoo Choi366e3462022-12-06 08:58:53314#include "chrome/browser/ash/app_list/arc/arc_app_list_prefs.h"
Henrique Ferreiro53d4dc42021-01-27 01:02:38315#include "chrome/browser/ash/app_mode/arc/arc_kiosk_app_manager.h"
316#include "chrome/browser/ash/app_mode/kiosk_app_manager.h"
317#include "chrome/browser/ash/app_mode/kiosk_cryptohome_remover.h"
318#include "chrome/browser/ash/app_mode/web_app/web_kiosk_app_manager.h"
Sammie Quon21285822021-09-20 19:48:34319#include "chrome/browser/ash/app_restore/full_restore_prefs.h"
Yeunjoo Choidf64fe692021-03-08 05:32:34320#include "chrome/browser/ash/apps/apk_web_app_service.h"
Henrique Ferreiro2ef82302021-03-24 12:12:25321#include "chrome/browser/ash/arc/policy/arc_policy_bridge.h"
Henrique Ferreiro717d3022021-03-24 15:43:56322#include "chrome/browser/ash/arc/session/arc_session_manager.h"
Yeunjoo Choi2c5e78c2021-04-01 10:51:52323#include "chrome/browser/ash/bluetooth/debug_logs_manager.h"
Theo Johnson-Kanudc9f96272023-01-12 05:11:39324#include "chrome/browser/ash/bluetooth/hats_bluetooth_revamp_trigger_impl.h"
Pranav Batra468fbe622021-06-23 01:42:36325#include "chrome/browser/ash/borealis/borealis_prefs.h"
Fergus Dall54a6a432022-11-18 17:35:29326#include "chrome/browser/ash/bruschetta/bruschetta_pref_names.h"
Yeunjoo Choiebf07312021-03-24 01:48:51327#include "chrome/browser/ash/cert_provisioning/cert_provisioning_common.h"
Yeunjoo Choi8a355962021-04-13 01:22:27328#include "chrome/browser/ash/child_accounts/family_user_chrome_activity_metrics.h"
329#include "chrome/browser/ash/child_accounts/family_user_metrics_service.h"
330#include "chrome/browser/ash/child_accounts/family_user_session_metrics.h"
Yeunjoo Choi52e1c572021-04-08 07:56:27331#include "chrome/browser/ash/child_accounts/parent_access_code/parent_access_service.h"
Yeunjoo Choi8a355962021-04-13 01:22:27332#include "chrome/browser/ash/child_accounts/screen_time_controller.h"
Yeunjoo Choi882388a2021-04-12 05:17:29333#include "chrome/browser/ash/child_accounts/time_limits/app_activity_registry.h"
334#include "chrome/browser/ash/child_accounts/time_limits/app_time_controller.h"
Pranav Batra468fbe622021-06-23 01:42:36335#include "chrome/browser/ash/crosapi/browser_util.h"
Andreea Costinas2a142bd2021-10-05 10:22:49336#include "chrome/browser/ash/crosapi/network_settings_service_ash.h"
Yeunjoo Choiaba21c02021-05-07 09:06:34337#include "chrome/browser/ash/crostini/crostini_pref_names.h"
Henrique Ferreiro2029590e2021-09-23 08:01:52338#include "chrome/browser/ash/cryptauth/client_app_metadata_provider_service.h"
339#include "chrome/browser/ash/cryptauth/cryptauth_device_id_provider_impl.h"
Yeunjoo Choi91907642021-04-16 13:18:19340#include "chrome/browser/ash/customization/customization_document.h"
Nigel Taoa1d4dce2022-10-18 00:01:20341#include "chrome/browser/ash/file_manager/file_manager_pref_names.h"
Andrew Rayskiy47076d72022-09-27 18:46:14342#include "chrome/browser/ash/file_manager/file_tasks.h"
Yeunjoo Choi627505b7b2021-05-13 15:56:31343#include "chrome/browser/ash/file_system_provider/registry.h"
Yeunjoo Choi55626172021-07-27 03:17:27344#include "chrome/browser/ash/first_run/first_run.h"
Geng Li11526bb42022-02-15 23:59:14345#include "chrome/browser/ash/floating_workspace/floating_workspace_util.h"
Joel Hockeyfcc56a292022-06-17 02:28:00346#include "chrome/browser/ash/guest_os/guest_id.h"
Yeunjoo Choi0a9c1d42021-03-31 01:38:56347#include "chrome/browser/ash/guest_os/guest_os_pref_names.h"
David Munro86435df2022-07-25 01:27:45348#include "chrome/browser/ash/guest_os/guest_os_terminal.h"
Yeunjoo Choi6aa07d82021-03-22 08:55:28349#include "chrome/browser/ash/lock_screen_apps/state_controller.h"
Henrique Ferreiro606669a2021-02-24 13:36:55350#include "chrome/browser/ash/login/demo_mode/demo_mode_resources_remover.h"
351#include "chrome/browser/ash/login/demo_mode/demo_session.h"
352#include "chrome/browser/ash/login/demo_mode/demo_setup_controller.h"
Henrique Ferreiroe55c0d5f2021-02-25 02:16:05353#include "chrome/browser/ash/login/quick_unlock/fingerprint_storage.h"
354#include "chrome/browser/ash/login/quick_unlock/pin_storage_prefs.h"
355#include "chrome/browser/ash/login/quick_unlock/quick_unlock_utils.h"
Ahmed Nasrbe0670b72022-03-09 23:28:17356#include "chrome/browser/ash/login/reporting/login_logout_reporter.h"
Henrique Ferreiro96143e5a2021-02-25 12:52:36357#include "chrome/browser/ash/login/saml/saml_profile_prefs.h"
Henrique Ferreiro1786d45a2021-02-25 22:48:19358#include "chrome/browser/ash/login/screens/enable_adb_sideloading_screen.h"
Henrique Ferreiro81312ab2021-02-25 23:14:03359#include "chrome/browser/ash/login/screens/reset_screen.h"
Henrique Ferreiro995b1db2021-03-06 00:41:41360#include "chrome/browser/ash/login/security_token_session_controller.h"
Henrique Ferreiroad3c6a572021-03-02 12:43:51361#include "chrome/browser/ash/login/session/user_session_manager.h"
Henrique Ferreiroa264c8c02021-07-20 08:31:47362#include "chrome/browser/ash/login/signin/signin_error_notifier.h"
Henrique Ferreiro995b1db2021-03-06 00:41:41363#include "chrome/browser/ash/login/startup_utils.h"
Henrique Ferreiro2dc9e1c2021-03-04 17:33:58364#include "chrome/browser/ash/login/users/avatar/user_image_manager.h"
365#include "chrome/browser/ash/login/users/avatar/user_image_sync_observer.h"
366#include "chrome/browser/ash/login/users/chrome_user_manager_impl.h"
Henrique Ferreiro12a42b02021-03-04 23:45:53367#include "chrome/browser/ash/login/users/multi_profile_user_controller.h"
Henrique Ferreirod57c4962021-09-29 07:26:59368#include "chrome/browser/ash/net/network_throttling_observer.h"
Yeunjoo Choic5b3bf492021-03-15 13:57:19369#include "chrome/browser/ash/plugin_vm/plugin_vm_pref_names.h"
Felipe Andrade5cb496c52022-01-18 19:13:28370#include "chrome/browser/ash/policy/active_directory/active_directory_migration_manager.h"
Yeunjoo Choi7227dba2021-08-04 06:35:47371#include "chrome/browser/ash/policy/core/browser_policy_connector_ash.h"
Yeunjoo Choiead8b3c2021-07-27 08:08:19372#include "chrome/browser/ash/policy/core/device_cloud_policy_manager_ash.h"
Yeunjoo Choi8623e4a2021-07-02 01:57:06373#include "chrome/browser/ash/policy/core/dm_token_storage.h"
Yeunjoo Choia60b6212021-07-06 11:25:12374#include "chrome/browser/ash/policy/enrollment/auto_enrollment_client_impl.h"
375#include "chrome/browser/ash/policy/enrollment/enrollment_requisition_manager.h"
376#include "chrome/browser/ash/policy/external_data/handlers/device_wallpaper_image_external_data_handler.h"
Yeunjoo Choi5d6eb012021-07-09 03:03:05377#include "chrome/browser/ash/policy/handlers/adb_sideloading_allowance_mode_policy_handler.h"
378#include "chrome/browser/ash/policy/handlers/minimum_version_policy_handler.h"
Henrique Ferreiro11492caf2021-11-02 22:16:16379#include "chrome/browser/ash/policy/handlers/tpm_auto_update_mode_policy_handler.h"
Yeunjoo Choiad73a322021-07-20 04:55:49380#include "chrome/browser/ash/policy/reporting/app_install_event_log_manager_wrapper.h"
381#include "chrome/browser/ash/policy/reporting/arc_app_install_event_logger.h"
Sanja Perisic91217932022-04-13 13:45:02382#include "chrome/browser/ash/policy/scheduled_task_handler/reboot_notifications_scheduler.h"
Felipe Andrade8f81c5f2021-11-09 00:44:02383#include "chrome/browser/ash/policy/server_backed_state/active_directory_device_state_uploader.h"
Yeunjoo Choid33fdb62021-07-21 06:57:42384#include "chrome/browser/ash/policy/status_collector/device_status_collector.h"
385#include "chrome/browser/ash/policy/status_collector/status_collector.h"
Yeunjoo Choi0bab0cf2021-05-31 05:14:03386#include "chrome/browser/ash/power/auto_screen_brightness/metrics_reporter.h"
Yeunjoo Choi7629a77a12021-06-02 06:37:18387#include "chrome/browser/ash/power/power_metrics_reporter.h"
Henrique Ferreiroae846062021-10-04 14:44:34388#include "chrome/browser/ash/preferences.h"
Pranav Batra9c0eb782022-02-01 23:13:33389#include "chrome/browser/ash/printing/cups_printers_manager.h"
Yeunjoo Choia52715a2021-09-09 02:45:17390#include "chrome/browser/ash/printing/enterprise_printers_provider.h"
Yeunjoo Choi0fb01cf62021-04-21 01:30:15391#include "chrome/browser/ash/release_notes/release_notes_storage.h"
Pranav Batra468fbe622021-06-23 01:42:36392#include "chrome/browser/ash/scanning/chrome_scanning_app_delegate.h"
Henrique Ferreiro11492caf2021-11-02 22:16:16393#include "chrome/browser/ash/scheduler_configuration_manager.h"
Yeunjoo Choi5097e9c2021-02-25 08:46:52394#include "chrome/browser/ash/settings/device_settings_cache.h"
Yeunjoo Choia43d74a2021-02-10 23:23:19395#include "chrome/browser/ash/system/automatic_reboot_manager.h"
396#include "chrome/browser/ash/system/input_device_settings.h"
Henrique Ferreiro11492caf2021-11-02 22:16:16397#include "chrome/browser/ash/web_applications/help_app/help_app_notification_controller.h"
Anthony Vallee-Dubois85edf222020-03-24 20:30:02398#include "chrome/browser/device_identity/chromeos/device_oauth2_token_store_chromeos.h"
[email protected]5a145e82014-05-29 22:19:07399#include "chrome/browser/extensions/extension_assets_manager_chromeos.h"
xhwangc84739e2015-03-14 01:02:46400#include "chrome/browser/media/protected_media_identifier_permission_context.h"
[email protected]8304f61a2014-05-24 12:17:33401#include "chrome/browser/metrics/chromeos_metrics_provider.h"
Erik Chenc2927bbd2021-09-22 23:20:07402#include "chrome/browser/ui/ash/shelf/chrome_shelf_prefs.h"
Yeunjoo Choi3fc970b2022-10-28 02:55:48403#include "chrome/browser/ui/webui/ash/login/enable_debugging_screen_handler.h"
Yeunjoo Choib727c2d2022-11-01 03:09:34404#include "chrome/browser/ui/webui/ash/login/signin_screen_handler.h"
Yeunjoo Choi6edb40f2022-08-31 04:00:52405#include "chrome/browser/ui/webui/settings/ash/os_settings_ui.h"
Roman Aleksandrovd32e34e72019-05-22 17:29:50406#include "chrome/browser/upgrade_detector/upgrade_detector_chromeos.h"
Henrique Ferreiro94c5e502022-08-17 14:20:22407#include "chromeos/ash/components/audio/audio_devices_pref_handler_impl.h"
Henrique Ferreiro35a7b8c2022-08-19 01:32:13408#include "chromeos/ash/components/device_activity/device_activity_controller.h"
Henrique Ferreiroc9e2aaf2022-07-07 13:45:18409#include "chromeos/ash/components/local_search_service/search_metrics_reporter.h"
Yeunjoo Choi1a8bc9942022-06-20 05:31:16410#include "chromeos/ash/components/network/cellular_esim_profile_handler_impl.h"
411#include "chromeos/ash/components/network/cellular_metrics_logger.h"
Yeunjoo Choibe813122022-06-29 15:13:44412#include "chromeos/ash/components/network/fast_transition_observer.h"
413#include "chromeos/ash/components/network/managed_cellular_pref_handler.h"
Yeunjoo Choi643dead2022-07-11 12:52:16414#include "chromeos/ash/components/network/network_metadata_store.h"
Yeunjoo Choida91d6452022-06-02 15:26:42415#include "chromeos/ash/components/network/proxy/proxy_config_handler.h"
Henrique Ferreiroacf002702022-10-06 21:54:59416#include "chromeos/ash/components/timezone/timezone_resolver.h"
Yeunjoo Choi2d3704c12022-06-21 02:44:34417#include "chromeos/ash/services/assistant/public/cpp/assistant_prefs.h"
Anastasiia N1ad94e1e2022-09-15 08:47:28418#include "chromeos/ash/services/auth_factor_config/auth_factor_config.h"
Henrique Ferreiroae001e92022-09-01 16:58:46419#include "chromeos/ash/services/bluetooth_config/bluetooth_power_controller_impl.h"
420#include "chromeos/ash/services/bluetooth_config/device_name_manager_impl.h"
Yeunjoo Choia292ed72022-11-01 01:19:55421#include "chromeos/ash/services/device_sync/public/cpp/device_sync_prefs.h"
Yeunjoo Choie4980f452022-10-21 16:07:58422#include "chromeos/ash/services/multidevice_setup/multidevice_setup_service.h"
Yue Lif0da5bf2021-11-19 22:01:57423#include "chromeos/components/quick_answers/public/cpp/quick_answers_prefs.h"
Kushagra Sinhab37e24db2021-07-02 15:14:24424#include "components/account_manager_core/chromeos/account_manager.h"
stevenjbf22f82e2016-10-26 21:47:38425#include "components/onc/onc_pref_names.h"
glevin5dd01a72016-03-23 23:08:12426#include "components/quirks/quirks_manager.h"
tbarzicd9a88fc92017-07-14 02:18:10427#include "extensions/browser/api/lock_screen_data/lock_screen_item_storage.h"
Pranav Batra468fbe622021-06-23 01:42:36428
Pranav Batra468fbe622021-06-23 01:42:36429#endif // BUILDFLAG(IS_CHROMEOS_ASH)
430
Xiaohan Wangae7f9182022-01-16 00:37:52431#if BUILDFLAG(IS_MAC)
Lei Zhangdb0c0872022-03-04 04:26:59432#include "chrome/browser/media/webrtc/system_media_capture_permissions_stats_mac.h"
[email protected]425f7a02014-04-29 01:51:44433#include "chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h"
Tom Anderson6a496032018-08-30 23:38:37434#include "chrome/browser/ui/cocoa/confirm_quit.h"
Song Fangzhencda4af62021-09-09 05:24:02435#include "chrome/browser/web_applications/app_shim_registry_mac.h"
[email protected]2366a3a2012-10-02 20:41:14436#endif
437
Xiaohan Wangae7f9182022-01-16 00:37:52438#if BUILDFLAG(IS_WIN)
[email protected]c5d4b1842014-06-20 21:19:50439#include "chrome/browser/component_updater/sw_reporter_installer_win.h"
Igor Ruvinov13e658e2022-12-13 03:15:20440#include "chrome/browser/enterprise/platform_auth/platform_auth_policy_observer.h"
Scott Violet3ff87d062021-12-21 06:10:10441#include "chrome/browser/font_prewarmer_tab_helper.h"
Alex St-Onge9e4b9b72021-06-08 15:35:54442#include "chrome/browser/media/cdm_pref_service_helper.h"
Xiaohan Wang259f34c7a2022-03-26 23:18:19443#include "chrome/browser/media/media_foundation_service_monitor.h"
Will Harriseb364b2c2022-06-23 00:49:01444#include "chrome/browser/os_crypt/app_bound_encryption_metrics_win.h"
Nico Webereaa08412019-08-14 01:24:37445#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
Patrick Monettebb543942019-05-17 17:45:32446#include "chrome/browser/win/conflicts/incompatible_applications_updater.h"
447#include "chrome/browser/win/conflicts/module_database.h"
448#include "chrome/browser/win/conflicts/third_party_conflicts_manager.h"
Nico Webereaa08412019-08-14 01:24:37449#endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
Rainhard Findling4d621ca2020-10-26 20:46:06450#include "chrome/browser/safe_browsing/chrome_cleaner/chrome_cleaner_controller_win.h"
ftirelo46b34222017-06-19 10:36:57451#include "chrome/browser/safe_browsing/chrome_cleaner/settings_resetter_win.h"
alito856526d2017-03-03 09:16:17452#include "chrome/browser/safe_browsing/settings_reset_prompt/settings_reset_prompt_prefs_manager.h"
[email protected]bdb8a1e2013-10-03 08:14:00453#endif
454
Xiaohan Wangae7f9182022-01-16 00:37:52455#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Will Harris265b3942019-10-21 01:01:33456#include "components/os_crypt/os_crypt.h"
457#endif
458
Zonghan Xuc528f6e82022-08-09 22:31:58459#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
Song Fangzhencda4af62021-09-09 05:24:02460#include "chrome/browser/web_applications/url_handler_prefs.h"
Zonghan Xuc528f6e82022-08-09 22:31:58461#include "components/device_signals/core/browser/pref_names.h"
Lu Huangcd11f21c2021-02-03 22:24:56462#endif
463
Yuta Hijikata31a359c2020-11-27 07:50:26464// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
465// of lacros-chrome is complete.
Xiaohan Wangae7f9182022-01-16 00:37:52466#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \
467 (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
Nicolas Ouellet-Payeur9a4a94d2018-09-17 15:26:11468#include "chrome/browser/browser_switcher/browser_switcher_prefs.h"
469#endif
470
Erik Chen38ceca082020-12-16 01:31:35471#if BUILDFLAG(IS_CHROMEOS_LACROS)
Nancy Wangc84098e2022-10-24 10:30:36472#include "chrome/browser/apps/app_service/metrics/website_metrics_service_lacros.h"
Alex Ilin953f1092021-11-26 15:49:10473#include "chrome/browser/lacros/account_manager/account_cache.h"
Polina Bondarenko3f3dc4f2022-04-25 07:55:01474#include "chrome/browser/lacros/app_mode/kiosk_session_service_lacros.h"
Erik Chen38ceca082020-12-16 01:31:35475#include "chrome/browser/lacros/lacros_prefs.h"
Andreea Costinas68cad91f2021-09-22 15:58:09476#include "chrome/browser/lacros/net/proxy_config_service_lacros.h"
Nicolas Dossou-Gbete7ccc8802022-11-10 15:12:46477#endif
478
479#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(ENABLE_DICE_SUPPORT)
480#include "chrome/browser/ui/startup/first_run_service.h"
Erik Chen38ceca082020-12-16 01:31:35481#endif
482
Xiaohan Wangae7f9182022-01-16 00:37:52483#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Yusuke Sato28ab25092021-05-07 23:04:02484#include "chrome/browser/device_identity/device_oauth2_token_store_desktop.h"
Yann Dago0d896f62020-02-04 19:59:15485#include "chrome/browser/downgrade/downgrade_prefs.h"
thestigf2a0fa92016-09-07 09:37:29486#include "chrome/browser/ui/startup/default_browser_prompt.h"
487#endif
488
[email protected]ceafc462013-11-04 12:26:03489#if defined(TOOLKIT_VIEWS)
490#include "chrome/browser/ui/browser_view_prefs.h"
Yuheng Huang9ce54892022-05-06 19:29:39491#include "chrome/browser/ui/side_search/side_search_prefs.h"
[email protected]ceafc462013-11-04 12:26:03492#endif
493
Scott Violet53fb03c2021-01-15 23:48:16494#if BUILDFLAG(ENABLE_SESSION_SERVICE)
Christian Dullweber0747d7c92021-05-10 10:05:13495#include "chrome/browser/sessions/session_data_service.h"
Scott Violet53fb03c2021-01-15 23:48:16496#include "chrome/browser/sessions/session_service_log.h"
497#endif
tomc5dd0cd2021-10-01 22:15:52498
Tom Andersoncb3408482022-09-02 19:06:41499#if BUILDFLAG(IS_LINUX)
500#include "ui/color/system_theme.h"
501#endif
502
[email protected]572f40c9b2012-07-06 20:35:33503namespace {
Yao Xiao9255aec2022-02-05 00:02:19504
Lei Zhang9523de82022-03-14 21:40:21505// Please keep the list of deprecated prefs in chronological order. i.e. Add to
506// the bottom of the list, not here at the top.
Toby Huang33753282020-05-05 18:55:22507
Kevin Radtke766244c2021-11-23 02:20:45508// Deprecated 11/2021.
509const char kWasPreviouslySetUpPrefName[] = "android_sms.was_previously_set_up";
510
Simon Pelchat83b8a452021-12-07 15:49:39511// Deprecated 12/2021.
512const char kAvailabilityProberOriginCheck[] =
513 "Availability.Prober.cache.IsolatedPrerenderOriginCheck";
514const char kAvailabilityProberTLSCanaryCheck[] =
515 "Availability.Prober.cache.IsolatedPrerenderTLSCanaryCheck";
516const char kAvailabilityProberDNSCanaryCheck[] =
517 "Availability.Prober.cache.IsolatedPrerenderDNSCanaryCheck";
Caitlin Fischer0f812b02021-12-13 17:00:56518const char kStabilityRendererHangCount[] =
519 "user_experience_metrics.stability.renderer_hang_count";
Caitlin Fischer03ab6cb2021-12-07 19:54:06520const char kStabilityIncompleteSessionEndCount[] =
521 "user_experience_metrics.stability.incomplete_session_end_count";
522const char kStabilitySessionEndCompleted[] =
523 "user_experience_metrics.stability.session_end_completed";
Simon Pelchat83b8a452021-12-07 15:49:39524
Aga Wronska5c15cec2021-12-10 16:21:32525#if BUILDFLAG(IS_CHROMEOS_ASH)
526// Deprecated 12/2021.
527const char kEduCoexistenceSecondaryAccountsInvalidationVersion[] =
528 "account_manager.edu_coexistence_secondary_accounts_invalidation_version";
Aga Wronska5c15cec2021-12-10 16:21:32529
Boris Sazonov4f61fe382021-12-13 19:05:30530// Deprecated 12/2021.
531const char kSyncFirstRunCompleted[] = "sync.first_run_completed";
Rachel Wongae7ad5d2021-12-14 01:57:27532
533// Deprecated 12/2021.
534const char kArcAppReinstallState[] = "arc_app_reinstall_state";
Boris Sazonov6bc149b2021-12-29 11:02:58535
536// Deprecated 12/2021.
537const char kOsSyncFeatureEnabled[] = "sync.os_sync_feature_enabled";
Boris Sazonov4f61fe382021-12-13 19:05:30538#endif // BUILDFLAG(IS_CHROMEOS_ASH)
539
Andy Paicu5b05dd6d2021-12-28 17:40:07540// Deprecated 12/2021.
Xiaohan Wangae7f9182022-01-16 00:37:52541#if BUILDFLAG(IS_ANDROID)
Andy Paicu5b05dd6d2021-12-28 17:40:07542const char kSearchGeolocationDisclosureDismissed[] =
543 "search_geolocation_disclosure.dismissed";
544const char kSearchGeolocationDisclosureShownCount[] =
545 "search_geolocation_disclosure.shown_count";
546const char kSearchGeolocationDisclosureLastShowDate[] =
547 "search_geolocation_disclosure.last_show_date";
548const char kSearchGeolocationPreDisclosureMetricsRecorded[] =
549 "search_geolocation_pre_disclosure_metrics_recorded";
550const char kSearchGeolocationPostDisclosureMetricsRecorded[] =
551 "search_geolocation_post_disclosure_metrics_recorded";
Xiaohan Wangae7f9182022-01-16 00:37:52552#endif // BUILDFLAG(IS_ANDROID)
Andy Paicu5b05dd6d2021-12-28 17:40:07553
Tarun Bansal19172682022-01-27 01:26:24554// Deprecated 01/2022.
555constexpr char kHasSeenLiteModeInfoBar[] =
556 "litemode.https-image-compression.user-has-seen-infobar";
557const char kDailyHttpContentLengthLastUpdateDate[] =
558 "data_reduction.last_update_date";
559const char kDailyHttpOriginalContentLength[] =
560 "data_reduction.daily_original_length";
561const char kDailyHttpReceivedContentLength[] =
562 "data_reduction.daily_received_length";
563const char kDataUsageReportingEnabled[] = "data_usage_reporting.enabled";
564const char kHttpReceivedContentLength[] = "http_received_content_length";
565const char kHttpOriginalContentLength[] = "http_original_content_length";
566const char kThisWeekNumber[] = "data_reduction.this_week_number";
567const char kThisWeekServicesDownstreamBackgroundKB[] =
568 "data_reduction.this_week_services_downstream_background_kb";
569const char kThisWeekServicesDownstreamForegroundKB[] =
570 "data_reduction.this_week_services_downstream_foreground_kb";
571const char kLastWeekServicesDownstreamBackgroundKB[] =
572 "data_reduction.last_week_services_downstream_background_kb";
573const char kLastWeekServicesDownstreamForegroundKB[] =
574 "data_reduction.last_week_services_downstream_foreground_kb";
575const char kThisWeekUserTrafficContentTypeDownstreamKB[] =
576 "data_reduction.this_week_user_traffic_contenttype_downstream_kb";
577const char kLastWeekUserTrafficContentTypeDownstreamKB[] =
578 "data_reduction.last_week_user_traffic_contenttype_downstream_kb";
Tarun Bansal556a5692022-02-01 18:56:24579const char kDataSaverEnabled[] = "spdy_proxy.enabled";
580const char kDataReductionProxyWasEnabledBefore[] =
581 "spdy_proxy.was_enabled_before";
582const char kDataReductionProxyLastEnabledTime[] =
583 "data_reduction.last_enabled_time";
Tarun Bansal19172682022-01-27 01:26:24584
Caitlin Fischer0d69a3b2022-02-04 21:54:05585// Deprecated 02/2022.
Muyao Xubb2cb51ce2022-02-14 19:01:18586#if !BUILDFLAG(IS_ANDROID)
587const char kMediaRouterCloudServicesPrefSet[] =
588 "media_router.cloudservices.prefset";
589const char kMediaRouterEnableCloudServices[] =
590 "media_router.cloudservices.enabled";
591#endif
Ari Chivukula3f8b6562022-02-18 23:33:43592const char kWebSQLInThirdPartyContextEnabled[] =
593 "policy.web_sql_in_third_party_context_enabled";
Caitlin Fischer0d69a3b2022-02-04 21:54:05594
Matt Walliserc83a0ef42022-02-17 21:12:05595#if BUILDFLAG(IS_CHROMEOS_ASH)
596// Deprecated 02/2022
597const char kPhoneHubCameraRollPendingStatePrefName[] =
598 "multidevice_setup.phone_hub_camera_roll_pending_state";
599#endif // BUILDFLAG(IS_CHROMEOS_ASH)
600
Lei Zhang9523de82022-03-14 21:40:21601// Deprecated 02/2022
602const char kFlocIdValuePrefKey[] = "federated_learning.floc_id.value";
603const char kFlocIdStatusPrefKey[] = "federated_learning.floc_id.status";
604const char kFlocIdHistoryBeginTimePrefKey[] =
605 "federated_learning.floc_id.history_begin_time";
606const char kFlocIdHistoryEndTimePrefKey[] =
607 "federated_learning.floc_id.history_end_time";
608const char kFlocIdFinchConfigVersionPrefKey[] =
609 "federated_learning.floc_id.finch_config_version";
610const char kFlocIdSortingLshVersionPrefKey[] =
611 "federated_learning.floc_id.sorting_lsh_version";
612const char kFlocIdComputeTimePrefKey[] =
613 "federated_learning.floc_id.compute_time";
614
Caitlin Fischerf52dbab2022-03-02 22:11:39615// Deprecated 03/2022.
616const char kStabilityChildProcessCrashCount[] =
617 "user_experience_metrics.stability.child_process_crash_count";
Caitlin Fischer13cf5e782022-03-31 13:27:27618const char kStabilityRendererFailedLaunchCount[] =
619 "user_experience_metrics.stability.renderer_failed_launch_count";
620const char kStabilityExtensionRendererFailedLaunchCount[] =
621 "user_experience_metrics.stability.extension_renderer_failed_launch_count";
Caitlin Fischerf52dbab2022-03-02 22:11:39622#if BUILDFLAG(ENABLE_PLUGINS)
623const char kStabilityPluginStats[] =
624 "user_experience_metrics.stability.plugin_stats2";
625#endif
Caitlin Fischer92fb62d2022-03-28 15:43:28626#if !BUILDFLAG(IS_ANDROID)
627const char kStabilityLaunchCount[] =
628 "user_experience_metrics.stability.launch_count";
629#endif
Caitlin Fischer6134e2712022-03-30 22:54:23630const char kStabilityExtensionRendererLaunchCount[] =
631 "user_experience_metrics.stability.extension_renderer_launch_count";
Caroline Rising663480d2022-04-01 16:07:26632const char kShowReadingListInBookmarkBar[] = "bookmark_bar.show_reading_list";
Caitlin Fischerf52dbab2022-03-02 22:11:39633
Robert Seseka1734d62022-04-20 19:09:31634// Deprecated 04/2022.
635#if BUILDFLAG(ENABLE_PLUGINS)
Robert Seseka1734d62022-04-20 19:09:31636const char kPluginsMetadata[] = "plugins.metadata";
Robert Seseka1734d62022-04-20 19:09:31637const char kPluginsResourceCacheUpdate[] = "plugins.resource_cache_update";
Caitlin Fischere321b452022-04-25 20:29:22638#endif // BUILDFLAG(ENABLE_PLUGINS)
Anastasiia N7e9dd802022-04-21 20:52:20639#if BUILDFLAG(IS_CHROMEOS_ASH)
640const char kAccountManagerNumTimesWelcomeScreenShown[] =
641 "account_manager.num_times_welcome_screen_shown";
642#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Caitlin Fischere321b452022-04-25 20:29:22643#if !BUILDFLAG(IS_ANDROID)
644const char kStabilityRendererLaunchCount[] =
645 "user_experience_metrics.stability.renderer_launch_count";
646#endif // !BUILDFLAG(IS_ANDROID)
Anastasiia N7e9dd802022-04-21 20:52:20647
Geng Li8e6265f2022-04-28 21:34:27648#if BUILDFLAG(IS_CHROMEOS_ASH)
649// Deprecated 04/2022.
650const char kTimeOnOobe[] = "settings.time_on_oobe";
651#endif // BUILDFLAG(IS_CHROMEOS_ASH)
652
Sophie Changd5246ca2022-04-29 20:13:54653// Deprecated 04/2022.
654const char kOptimizationGuideRemoteFetchingEnabled[] =
655 "optimization_guide.remote_fetching_enabled";
656
George Benza2c5d6232022-05-06 23:35:44657#if !BUILDFLAG(IS_ANDROID)
658// Deprecated 05/2022.
659const char kAccessCodeCastDiscoveredNetworks[] =
660 "media_router.access_code_cast.discovered_networks";
661#endif // !BUILDFLAG(IS_ANDROID)
662
Mihai Sardarescub5b2c4a2022-05-23 14:55:40663#if !BUILDFLAG(IS_CHROMEOS_ASH)
664// Deprecated on non-ChromeOS on 05/2022.
665extern const char kAccountIdMigrationState[] = "account_id_migration_state";
666#endif // !BUILDFLAG(IS_CHROMEOS_ASH)
667
minch417d2ac2022-05-24 16:41:09668#if BUILDFLAG(IS_CHROMEOS_ASH)
669// Deprecated 05/2022.
670const char kColorModeThemed[] = "ash.dark_mode.color_mode_themed";
671#endif // BUILDFLAG(IS_CHROMEOS_ASH)
672
Josh Horwich73bda3e2022-05-26 22:13:27673#if BUILDFLAG(IS_CHROMEOS_ASH)
674// Deprecated 05/2022.
675const char kNativeBridge64BitSupportExperimentEnabled[] =
676 "arc.native_bridge_64bit_support_experiment";
677#endif // BUILDFLAG(IS_CHROMEOS_ASH)
678
Oksana Zhuravlova58c85282022-06-14 20:24:28679// Deprecated 06/2022.
680const char kBackgroundTracingLastUpload[] = "background_tracing.last_upload";
Caitlin Fischera3cec3e02022-06-23 04:29:10681const char kStabilityGpuCrashCount[] =
682 "user_experience_metrics.stability.gpu_crash_count";
Caitlin Fischerc1d6f3172022-06-28 23:10:02683const char kStabilityRendererCrashCount[] =
684 "user_experience_metrics.stability.renderer_crash_count";
685const char kStabilityExtensionRendererCrashCount[] =
686 "user_experience_metrics.stability.extension_renderer_crash_count";
Caitlin Fischer69c1ca892022-07-06 18:32:45687const char kPrivacySandboxPreferencesReconciled[] =
688 "privacy_sandbox.preferences_reconciled";
Caitlin Fischer07366b12022-06-23 17:18:24689#if BUILDFLAG(ENABLE_DICE_SUPPORT)
690const char kTokenServiceDiceCompatible[] = "token_service.dice_compatible";
691#endif
692#if !BUILDFLAG(IS_ANDROID)
693const char kStabilityPageLoadCount[] =
694 "user_experience_metrics.stability.page_load_count";
695#endif
David Padlipsky6bc14aa2022-06-23 21:08:34696#if BUILDFLAG(IS_CHROMEOS_ASH)
David Padlipsky6bc14aa2022-06-23 21:08:34697const char kImprovedShortcutsNotificationShownCount[] =
698 "ash.improved_shortcuts_notification_shown_count";
699#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Min Qin2435d852022-06-29 22:38:31700#if BUILDFLAG(IS_ANDROID)
Min Qin2435d852022-06-29 22:38:31701const char kDownloadLaterPromptStatus[] =
702 "download.download_later_prompt_status";
703#endif // BUILDFLAG(IS_ANDROID)
704
Caitlin Fischer69c1ca892022-07-06 18:32:45705// Deprecated 07/2022
706const char kPrivacySandboxFlocEnabled[] = "privacy_sandbox.floc_enabled";
707const char kPrivacySandboxFlocDataAccessibleSince[] =
708 "privacy_sandbox.floc_data_accessible_since";
709const char kStabilityCrashCount[] =
710 "user_experience_metrics.stability.crash_count";
sauskiad03aa42022-07-12 10:38:18711const char kPrivacySandboxApisEnabledV2Init[] =
712 "privacy_sandbox.apis_enabled_v2_init";
Caitlin Fischer69c1ca892022-07-06 18:32:45713
JunHo Seo1f0506f22022-07-26 02:52:25714#if BUILDFLAG(ENABLE_EXTENSIONS)
Martin Kreichgauerc86cc652022-10-28 16:52:04715// Deprecated 06/2022.
716const char kU2fSecurityKeyApiEnabled[] =
717 "extensions.u2f_security_key_api_enabled";
718
JunHo Seo1f0506f22022-07-26 02:52:25719// Deprecated 07/2022.
720const char kExtensionToolbar[] = "extensions.toolbar";
Martin Kreichgauerc86cc652022-10-28 16:52:04721
722// Deprecated 10/2022.
723const char kLoadCryptoTokenExtension[] =
724 "extensions.load_cryptotoken_extension";
JunHo Seo1f0506f22022-07-26 02:52:25725#endif
726
Peter Birk Pakkenberg71a43942023-01-04 13:50:37727// Deprecated 10/2022.
728const char kOriginTrialPrefKey[] = "origin_trials.persistent_trials";
729
dpapad8ad510132022-07-29 18:21:07730#if BUILDFLAG(IS_CHROMEOS_ASH)
731// Deprecated 07/2022.
Colin Kincaidf11f8562022-09-14 15:41:06732// The name of a boolean pref that determines whether we can show the folder
733// selection user nudge for the screen capture tool. When this pref is false, it
734// means that we showed the nudge at some point and the user interacted with the
735// capture mode session UI in such a way that the nudge no longer needs to be
736// displayed again.
737constexpr char kCanShowFolderSelectionNudge[] =
738 "ash.capture_mode.can_show_folder_selection_nudge";
dpapad8ad510132022-07-29 18:21:07739const char kSettingsShowOSBanner[] = "settings.cros.show_os_banner";
740#endif
741
Maksim Ivanov5705be32022-08-09 22:07:48742#if BUILDFLAG(IS_CHROMEOS_ASH)
743// Deprecated 08/2022.
744constexpr char kSecurityTokenSessionNotificationDisplayed[] =
745 "security_token_session_notification_displayed";
746#endif
747
Ryan Sultanemb3b422e2022-08-12 12:13:02748#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
749// Deprecated 08/2022.
750const char kProfileAvatarTutorialShown[] =
751 "profile.avatar_bubble_tutorial_shown";
752#endif
753
Roman Sorokinc138f2982022-09-05 16:42:30754#if BUILDFLAG(IS_CHROMEOS_ASH)
755// Deprecated 09/2022.
Colin Kincaidf11f8562022-09-14 15:41:06756constexpr char kClipboardHistoryNewFeatureBadgeCount[] =
757 "ash.clipboard.multipaste_nudges.new_feature_shown_count";
Roman Sorokinc138f2982022-09-05 16:42:30758constexpr char kUsersLastInputMethod[] = "UsersLRUInputMethod";
759#endif // BUILDFLAG(IS_CHROMEOS_ASH)
760
Theodore Olsauskas-Warren221e3ecd2022-09-08 08:21:24761// Deprecated 09/2022.
762const char kPrivacySandboxFirstPartySetsDataAccessAllowed[] =
763 "privacy_sandbox.first_party_sets_data_access_allowed";
764
Kirubel Aklilud8f571c92022-09-22 16:37:44765// Deprecated 09/2022.
766const char kFirstPartySetsEnabled[] = "first_party_sets.enabled";
767
Jan Keitel4707c1f2022-11-30 11:08:59768#if BUILDFLAG(IS_ANDROID)
769// Deprecated 09/2022.
770const char kDeprecatedAutofillAssistantConsent[] = "autofill_assistant_switch";
771const char kDeprecatedAutofillAssistantEnabled[] =
772 "AUTOFILL_ASSISTANT_ONBOARDING_ACCEPTED";
773const char kDeprecatedAutofillAssistantTriggerScriptsEnabled[] =
774 "Chrome.AutofillAssistant.ProactiveHelp";
775const char kDeprecatedAutofillAssistantTriggerScriptsIsFirstTimeUser[] =
776 "Chrome.AutofillAssistant.LiteScriptFirstTimeUser";
777#endif // BUILDFLAG(IS_ANDROID)
778
Yulun Wu066dab712022-11-01 17:20:24779#if BUILDFLAG(IS_CHROMEOS_ASH)
780// Deprecated 10/2022.
781const char kSuggestedContentInfoShownInLauncher[] =
782 "ash.launcher.suggested_content_info_shown";
783const char kSuggestedContentInfoDismissedInLauncher[] =
784 "ash.launcher.suggested_content_info_dismissed";
785#endif
786
Avi Drissmanfee70e5f2022-11-02 20:50:11787#if BUILDFLAG(ENABLE_BACKGROUND_MODE) && BUILDFLAG(IS_MAC)
788// Deprecated 11/2022.
789const char kUserRemovedLoginItem[] = "background_mode.user_removed_login_item";
790const char kChromeCreatedLoginItem[] =
791 "background_mode.chrome_created_login_item";
792const char kMigratedLoginItemPref[] =
793 "background_mode.migrated_login_item_pref";
794#endif
Nicolas Dossou-Gbete2804a372022-11-09 17:25:35795#if BUILDFLAG(IS_CHROMEOS_LACROS)
796const char kPrimaryProfileFirstRunFinished[] =
797 "lacros.primary_profile_first_run_finished";
798#endif
Avi Drissmanfee70e5f2022-11-02 20:50:11799
Victor Hugo Vianna Silva29ab0a32022-11-10 03:48:38800// Deprecated 11/2022.
801const char kLocalConsentsDictionary[] = "local_consents";
802
Jan Keitel4707c1f2022-11-30 11:08:59803// Deprecated 11/2022.
804const char kAutofillAssistantConsent[] = "autofill_assistant.consent";
805const char kAutofillAssistantEnabled[] = "autofill_assistant.enabled";
806const char kAutofillAssistantTriggerScriptsEnabled[] =
807 "autofill_assistant.trigger_scripts.enabled";
808const char kAutofillAssistantTriggerScriptsIsFirstTimeUser[] =
809 "autofill_assistant.trigger_scripts.is_first_time_user";
810
Vishwas Uppoorbcf36722022-12-30 18:55:22811// Deprecated 12/2022.
812const char kAutofillWalletImportStorageCheckboxState[] =
813 "autofill.wallet_import_storage_checkbox_state";
814
Nasser Al-shawwa16ffdfc2023-01-13 14:32:20815// Deprecated 01/2023
816const char kSendDownloadToCloudPref[] =
817 "enterprise_connectors.send_download_to_cloud";
Sebastien Lalancette55953e42023-01-17 14:48:31818#if BUILDFLAG(IS_MAC)
819const char kDeviceTrustDisableKeyCreationPref[] =
820 "enterprise_connectors.device_trust.disable_key_creation";
821#endif // BUILDFLAG(IS_MAC)
Nasser Al-shawwa16ffdfc2023-01-13 14:32:20822
Daseul Lee56c5a8d2023-01-17 17:18:46823// Deprecated 01/2023.
824const char kFileSystemSyncAccessHandleAsyncInterfaceEnabled[] =
825 "policy.file_system_sync_access_handle_async_interface_enabled";
826
Lei Zhangb76b80e32020-04-08 16:58:16827// Register local state used only for migration (clearing or moving to a new
828// key).
829void RegisterLocalStatePrefsForMigration(PrefRegistrySimple* registry) {
Jonathan Freed4d49f522022-11-03 17:52:37830 // Deprecated 12/2021.
Caitlin Fischer0f812b02021-12-13 17:00:56831 registry->RegisterIntegerPref(kStabilityRendererHangCount, 0);
Caitlin Fischer03ab6cb2021-12-07 19:54:06832 registry->RegisterIntegerPref(kStabilityIncompleteSessionEndCount, 0);
833 registry->RegisterBooleanPref(kStabilitySessionEndCompleted, true);
Ari Chivukula3f8b6562022-02-18 23:33:43834
835 // Deprecated 02/2022.
Ari Chivukula3f8b6562022-02-18 23:33:43836 registry->RegisterBooleanPref(kWebSQLInThirdPartyContextEnabled, false);
Caitlin Fischerf52dbab2022-03-02 22:11:39837
Caitlin Fischere321b452022-04-25 20:29:22838 // Deprecated 03/2022.
Caitlin Fischerf52dbab2022-03-02 22:11:39839 registry->RegisterIntegerPref(kStabilityChildProcessCrashCount, 0);
Caitlin Fischer13cf5e782022-03-31 13:27:27840 registry->RegisterIntegerPref(kStabilityRendererFailedLaunchCount, 0);
841 registry->RegisterIntegerPref(kStabilityExtensionRendererFailedLaunchCount,
842 0);
Caitlin Fischerf52dbab2022-03-02 22:11:39843#if BUILDFLAG(ENABLE_PLUGINS)
844 registry->RegisterListPref(kStabilityPluginStats);
845#endif
Caitlin Fischer92fb62d2022-03-28 15:43:28846#if !BUILDFLAG(IS_ANDROID)
847 registry->RegisterIntegerPref(kStabilityLaunchCount, 0);
848#endif
Caitlin Fischer6134e2712022-03-30 22:54:23849 registry->RegisterIntegerPref(kStabilityExtensionRendererLaunchCount, 0);
Robert Seseka1734d62022-04-20 19:09:31850
851#if BUILDFLAG(ENABLE_PLUGINS)
852 // Deprecated 04/2022.
853 registry->RegisterDictionaryPref(kPluginsMetadata);
854 registry->RegisterStringPref(kPluginsResourceCacheUpdate, "0");
855#endif // BUILDFLAG(ENABLE_PLUGINS)
Caitlin Fischere321b452022-04-25 20:29:22856#if !BUILDFLAG(IS_ANDROID)
857 registry->RegisterIntegerPref(kStabilityRendererLaunchCount, 0);
858#endif // !BUILDFLAG(IS_ANDROID)
Josh Horwich73bda3e2022-05-26 22:13:27859
860#if BUILDFLAG(IS_CHROMEOS_ASH)
861 registry->RegisterBooleanPref(kNativeBridge64BitSupportExperimentEnabled,
862 false);
863#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Oksana Zhuravlova58c85282022-06-14 20:24:28864
865 // Deprecated 06/2022.
866 registry->RegisterInt64Pref(kBackgroundTracingLastUpload, 0);
Caitlin Fischera3cec3e02022-06-23 04:29:10867 registry->RegisterIntegerPref(kStabilityGpuCrashCount, 0);
Caitlin Fischerc1d6f3172022-06-28 23:10:02868 registry->RegisterIntegerPref(kStabilityRendererCrashCount, 0);
869 registry->RegisterIntegerPref(kStabilityExtensionRendererCrashCount, 0);
Caitlin Fischer07366b12022-06-23 17:18:24870#if !BUILDFLAG(IS_ANDROID)
871 registry->RegisterIntegerPref(kStabilityPageLoadCount, 0);
872#endif
Caitlin Fischer69c1ca892022-07-06 18:32:45873
874 // Deprecated 07/2022.
875 registry->RegisterIntegerPref(kStabilityCrashCount, 0);
Roman Sorokinc138f2982022-09-05 16:42:30876
877#if BUILDFLAG(IS_CHROMEOS_ASH)
878 // Deprecated 09/2022
879 registry->RegisterDictionaryPref(kUsersLastInputMethod);
880#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Avi Drissmanfee70e5f2022-11-02 20:50:11881
882// Deprecated 11/2022.
883#if BUILDFLAG(ENABLE_BACKGROUND_MODE) && BUILDFLAG(IS_MAC)
884 registry->RegisterBooleanPref(kUserRemovedLoginItem, false);
885 registry->RegisterBooleanPref(kChromeCreatedLoginItem, false);
886 registry->RegisterBooleanPref(kMigratedLoginItemPref, false);
887#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Nicolas Dossou-Gbete2804a372022-11-09 17:25:35888
889#if BUILDFLAG(IS_CHROMEOS_LACROS)
890 registry->RegisterBooleanPref(kPrimaryProfileFirstRunFinished, false);
891#endif
Victor Hugo Vianna Silva29ab0a32022-11-10 03:48:38892
893 // Deprecated 11/2022.
894 registry->RegisterDictionaryPref(kLocalConsentsDictionary);
Nasser Al-shawwa16ffdfc2023-01-13 14:32:20895
896 // Deprecated 01/2023
897 registry->RegisterListPref(kSendDownloadToCloudPref);
Sebastien Lalancette55953e42023-01-17 14:48:31898#if BUILDFLAG(IS_MAC)
899 registry->RegisterBooleanPref(kDeviceTrustDisableKeyCreationPref, false);
900#endif // BUILDFLAG(IS_MAC)
Lei Zhangb76b80e32020-04-08 16:58:16901}
902
James Cook0ba192bf2017-12-01 20:53:11903// Register prefs used only for migration (clearing or moving to a new key).
904void RegisterProfilePrefsForMigration(
905 user_prefs::PrefRegistrySyncable* registry) {
Yuta Hijikata31a359c2020-11-27 07:50:26906#if BUILDFLAG(IS_CHROMEOS_ASH)
Ahmed Fakhry485763c2022-07-26 18:52:16907 registry->RegisterBooleanPref(kCanShowFolderSelectionNudge,
908 /*default_value=*/true);
David Padlipsky6bc14aa2022-06-23 21:08:34909
910 registry->RegisterIntegerPref(kImprovedShortcutsNotificationShownCount, 0);
Yuta Hijikata31a359c2020-11-27 07:50:26911#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Jan Wilken Dörriee4df0f92019-12-03 11:53:04912
Ben Schwartz135746c2020-05-14 04:37:03913 chrome_browser_net::secure_dns::RegisterProbesSettingBackupPref(registry);
wutao2e24aff2020-04-03 17:01:02914
Xiaohan Wangae7f9182022-01-16 00:37:52915#if !BUILDFLAG(IS_ANDROID)
Muyao Xubb2cb51ce2022-02-14 19:01:18916 registry->RegisterBooleanPref(kMediaRouterCloudServicesPrefSet, false);
917 registry->RegisterBooleanPref(kMediaRouterEnableCloudServices, false);
Julian Pastarmovfd2f83d2021-03-23 19:34:17918#endif
Daniel Cheng957b3242021-04-07 02:38:19919
Xiaohan Wangae7f9182022-01-16 00:37:52920#if !BUILDFLAG(IS_ANDROID)
Daniel Cheng957b3242021-04-07 02:38:19921 // Removed in M91.
922 registry->RegisterBooleanPref(prefs::kMediaFeedsBackgroundFetching, false);
923 registry->RegisterBooleanPref(prefs::kMediaFeedsSafeSearchEnabled, false);
924 registry->RegisterBooleanPref(prefs::kMediaFeedsAutoSelectEnabled, false);
George Benz7656f5e2022-05-09 20:09:03925
Daniel Cheng957b3242021-04-07 02:38:19926#endif
Sophie Changbb532c32021-04-07 17:40:04927
Xiaohan Wangae7f9182022-01-16 00:37:52928#if !BUILDFLAG(IS_ANDROID)
Reilly Grantbfc2ab72021-06-02 23:57:30929 registry->RegisterListPref(
930 prefs::kManagedProfileSerialAllowAllPortsForUrlsDeprecated);
931 registry->RegisterListPref(
932 prefs::kManagedProfileSerialAllowUsbDevicesForUrlsDeprecated);
933#endif
Tarun Bansal717824d2021-06-11 20:11:09934
Kevin Radtke766244c2021-11-23 02:20:45935 registry->RegisterBooleanPref(kWasPreviouslySetUpPrefName, false);
Simon Pelchat83b8a452021-12-07 15:49:39936
937 registry->RegisterDictionaryPref(kAvailabilityProberOriginCheck);
938 registry->RegisterDictionaryPref(kAvailabilityProberTLSCanaryCheck);
939 registry->RegisterDictionaryPref(kAvailabilityProberDNSCanaryCheck);
Aga Wronska5c15cec2021-12-10 16:21:32940
941#if BUILDFLAG(IS_CHROMEOS_ASH)
942 registry->RegisterStringPref(
943 kEduCoexistenceSecondaryAccountsInvalidationVersion, std::string());
Boris Sazonov4f61fe382021-12-13 19:05:30944
945 registry->RegisterBooleanPref(kSyncFirstRunCompleted, false);
Rachel Wongae7ad5d2021-12-14 01:57:27946
947 registry->RegisterDictionaryPref(kArcAppReinstallState);
Boris Sazonov6bc149b2021-12-29 11:02:58948
949 registry->RegisterBooleanPref(kOsSyncFeatureEnabled, false);
Aga Wronska5c15cec2021-12-10 16:21:32950#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Andy Paicu5b05dd6d2021-12-28 17:40:07951
Xiaohan Wangae7f9182022-01-16 00:37:52952#if BUILDFLAG(IS_ANDROID)
Andy Paicu5b05dd6d2021-12-28 17:40:07953 registry->RegisterBooleanPref(kSearchGeolocationDisclosureDismissed, false);
954 registry->RegisterIntegerPref(kSearchGeolocationDisclosureShownCount, 0);
955 registry->RegisterInt64Pref(kSearchGeolocationDisclosureLastShowDate, 0);
956 registry->RegisterBooleanPref(kSearchGeolocationPreDisclosureMetricsRecorded,
957 false);
958 registry->RegisterBooleanPref(kSearchGeolocationPostDisclosureMetricsRecorded,
959 false);
960#endif
Tarun Bansal9a1dfe82022-01-11 21:02:20961
962 registry->RegisterBooleanPref(kHasSeenLiteModeInfoBar, false);
Tarun Bansal19172682022-01-27 01:26:24963 registry->RegisterInt64Pref(kDailyHttpContentLengthLastUpdateDate, 0L);
964 registry->RegisterListPref(kDailyHttpOriginalContentLength);
965 registry->RegisterListPref(kDailyHttpReceivedContentLength);
966 registry->RegisterBooleanPref(kDataUsageReportingEnabled, false);
967 registry->RegisterInt64Pref(kHttpReceivedContentLength, 0);
968 registry->RegisterInt64Pref(kHttpOriginalContentLength, 0);
969 registry->RegisterIntegerPref(kThisWeekNumber, 0);
970 registry->RegisterDictionaryPref(kThisWeekServicesDownstreamBackgroundKB,
971 PrefRegistry::LOSSY_PREF);
972 registry->RegisterDictionaryPref(kThisWeekServicesDownstreamForegroundKB,
973 PrefRegistry::LOSSY_PREF);
974 registry->RegisterDictionaryPref(kLastWeekServicesDownstreamBackgroundKB,
975 PrefRegistry::LOSSY_PREF);
976 registry->RegisterDictionaryPref(kLastWeekServicesDownstreamForegroundKB,
977 PrefRegistry::LOSSY_PREF);
978 registry->RegisterDictionaryPref(kThisWeekUserTrafficContentTypeDownstreamKB,
979 PrefRegistry::LOSSY_PREF);
980 registry->RegisterDictionaryPref(kLastWeekUserTrafficContentTypeDownstreamKB,
981 PrefRegistry::LOSSY_PREF);
Tarun Bansal556a5692022-02-01 18:56:24982 registry->RegisterBooleanPref(kDataSaverEnabled, false);
983 registry->RegisterBooleanPref(kDataReductionProxyWasEnabledBefore, false);
984 registry->RegisterInt64Pref(kDataReductionProxyLastEnabledTime, 0L);
Yao Xiao9255aec2022-02-05 00:02:19985
986 registry->RegisterUint64Pref(kFlocIdValuePrefKey, 0);
987 registry->RegisterIntegerPref(kFlocIdStatusPrefKey, 0);
988 registry->RegisterTimePref(kFlocIdHistoryBeginTimePrefKey, base::Time());
989 registry->RegisterTimePref(kFlocIdHistoryEndTimePrefKey, base::Time());
990 registry->RegisterUint64Pref(kFlocIdFinchConfigVersionPrefKey, 0);
991 registry->RegisterUint64Pref(kFlocIdSortingLshVersionPrefKey, 0);
992 registry->RegisterTimePref(kFlocIdComputeTimePrefKey, base::Time());
Matt Walliserc83a0ef42022-02-17 21:12:05993
994#if BUILDFLAG(IS_CHROMEOS_ASH)
995 registry->RegisterIntegerPref(kPhoneHubCameraRollPendingStatePrefName, 0);
996#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Caroline Rising663480d2022-04-01 16:07:26997
998 registry->RegisterBooleanPref(kShowReadingListInBookmarkBar, true);
Anastasiia N7e9dd802022-04-21 20:52:20999
1000#if BUILDFLAG(IS_CHROMEOS_ASH)
1001 registry->RegisterIntegerPref(kAccountManagerNumTimesWelcomeScreenShown, 0);
1002#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Geng Li8e6265f2022-04-28 21:34:271003
1004#if BUILDFLAG(IS_CHROMEOS_ASH)
1005 registry->RegisterIntegerPref(kTimeOnOobe, 0);
1006#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Sophie Changd5246ca2022-04-29 20:13:541007
1008 registry->RegisterBooleanPref(kOptimizationGuideRemoteFetchingEnabled, true);
George Benza2c5d6232022-05-06 23:35:441009
1010#if !BUILDFLAG(IS_ANDROID)
1011 registry->RegisterDictionaryPref(kAccessCodeCastDiscoveredNetworks);
1012#endif // !BUILDFLAG(IS_ANDROID)
Mihai Sardarescub5b2c4a2022-05-23 14:55:401013
1014#if !BUILDFLAG(IS_CHROMEOS_ASH)
1015 registry->RegisterIntegerPref(kAccountIdMigrationState, 0);
1016#endif // !BUILDFLAG(IS_CHROMEOS_ASH)
minch417d2ac2022-05-24 16:41:091017
1018#if BUILDFLAG(IS_CHROMEOS_ASH)
1019 registry->RegisterBooleanPref(kColorModeThemed, true);
1020#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Mihai Sardarescu3a27a8b2022-05-30 14:01:491021
1022#if BUILDFLAG(ENABLE_DICE_SUPPORT)
1023 registry->RegisterBooleanPref(kTokenServiceDiceCompatible, false);
1024#endif // BUILDFLAG(ENABLE_DICE_SUPPORT)
Theodore Olsauskas-Warren0b852302022-06-28 12:05:071025
1026 registry->RegisterBooleanPref(kPrivacySandboxPreferencesReconciled, false);
Min Qin2435d852022-06-29 22:38:311027
1028#if BUILDFLAG(IS_ANDROID)
1029 registry->RegisterIntegerPref(kDownloadLaterPromptStatus, 0);
1030#endif // BUILDFLAG(IS_ANDROID)
Mariam Ali784166e2022-07-05 16:03:181031
Martin Kreichgauerc86cc652022-10-28 16:52:041032 // Deprecated 06/2022
1033#if BUILDFLAG(ENABLE_EXTENSIONS)
1034 registry->RegisterBooleanPref(kU2fSecurityKeyApiEnabled, false);
1035#endif
1036
Mariam Ali784166e2022-07-05 16:03:181037 // Deprecated 07/2022
1038 registry->RegisterBooleanPref(kPrivacySandboxFlocEnabled, true);
1039 registry->RegisterBooleanPref(kPrivacySandboxFlocDataAccessibleSince, false);
sauskiad03aa42022-07-12 10:38:181040 registry->RegisterBooleanPref(kPrivacySandboxApisEnabledV2Init, false);
JunHo Seo1f0506f22022-07-26 02:52:251041
1042#if BUILDFLAG(ENABLE_EXTENSIONS)
1043 // Deprecated 07/2022
1044 registry->RegisterListPref(kExtensionToolbar);
1045#endif
dpapad8ad510132022-07-29 18:21:071046
1047#if BUILDFLAG(IS_CHROMEOS_ASH)
1048 registry->RegisterBooleanPref(kSettingsShowOSBanner, false);
1049#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Maksim Ivanov5705be32022-08-09 22:07:481050
1051#if BUILDFLAG(IS_CHROMEOS_ASH)
1052 // Deprecated 08/2022
1053 registry->RegisterBooleanPref(kSecurityTokenSessionNotificationDisplayed,
1054 false);
1055#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Ryan Sultanemb3b422e2022-08-12 12:13:021056
1057#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
1058 // Deprecated 08/2022.
1059 registry->RegisterIntegerPref(kProfileAvatarTutorialShown, 0);
1060#endif
Tom Andersoncb3408482022-09-02 19:06:411061
1062#if BUILDFLAG(IS_LINUX)
1063 // Deprecated 08/2022.
1064 registry->RegisterBooleanPref(prefs::kUsesSystemThemeDeprecated, false);
1065#endif
Theodore Olsauskas-Warren221e3ecd2022-09-08 08:21:241066
1067 // Deprecated 09/2022
1068 registry->RegisterBooleanPref(kPrivacySandboxFirstPartySetsDataAccessAllowed,
1069 true);
Colin Kincaidf11f8562022-09-14 15:41:061070
1071#if BUILDFLAG(IS_CHROMEOS_ASH)
1072 registry->RegisterIntegerPref(kClipboardHistoryNewFeatureBadgeCount, 0);
1073#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Kirubel Aklilud8f571c92022-09-22 16:37:441074
1075 // Deprecated 09/2022.
1076 registry->RegisterBooleanPref(kFirstPartySetsEnabled, true);
Martin Kreichgauerc86cc652022-10-28 16:52:041077
1078#if BUILDFLAG(ENABLE_EXTENSIONS)
1079 // Deprecated 10/2022.
1080 registry->RegisterBooleanPref(kLoadCryptoTokenExtension, false);
1081#endif
Yulun Wu066dab712022-11-01 17:20:241082
1083// Deprecated 10/2022.
1084#if BUILDFLAG(IS_CHROMEOS_ASH)
1085 registry->RegisterIntegerPref(kSuggestedContentInfoShownInLauncher, 0);
1086 registry->RegisterBooleanPref(kSuggestedContentInfoDismissedInLauncher,
1087 false);
1088#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Peter Birk Pakkenberg71a43942023-01-04 13:50:371089 // Deprecated 10/2022.
1090 registry->RegisterDictionaryPref(kOriginTrialPrefKey,
1091 PrefRegistry::LOSSY_PREF);
Jan Keitel4707c1f2022-11-30 11:08:591092
1093 // Deprecated 11/2022.
1094 registry->RegisterBooleanPref(kAutofillAssistantEnabled, true);
1095 registry->RegisterBooleanPref(kAutofillAssistantConsent, false);
1096 registry->RegisterBooleanPref(kAutofillAssistantTriggerScriptsEnabled, true);
1097 registry->RegisterBooleanPref(kAutofillAssistantTriggerScriptsIsFirstTimeUser,
1098 true);
Vishwas Uppoorbcf36722022-12-30 18:55:221099
1100 // Deprecated 12/2022.
1101 registry->RegisterBooleanPref(kAutofillWalletImportStorageCheckboxState,
1102 true);
Daseul Lee56c5a8d2023-01-17 17:18:461103
1104 // Deprecated 01/2023.
1105 registry->RegisterBooleanPref(
1106 kFileSystemSyncAccessHandleAsyncInterfaceEnabled, false);
James Cook0ba192bf2017-12-01 20:53:111107}
1108
[email protected]572f40c9b2012-07-06 20:35:331109} // namespace
1110
[email protected]4082306d92013-02-21 14:51:011111void RegisterLocalState(PrefRegistrySimple* registry) {
Chris Hamilton65c41312020-06-10 13:14:401112 // Call outs to individual subsystems that register Local State (browser-wide)
1113 // prefs en masse. See RegisterProfilePrefs for per-profile prefs. Please
1114 // keep this list alphabetized.
[email protected]b1de2c72013-02-06 02:45:471115 browser_shutdown::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471116 BrowserProcessImpl::RegisterPrefs(registry);
Chris Palmerac7d75642017-11-22 20:12:541117 ChromeContentBrowserClient::RegisterLocalStatePrefs(registry);
Elaine Chienf8d13692021-07-26 23:05:561118#if !BUILDFLAG(IS_CHROMEOS_ASH)
1119 chrome_labs_prefs::RegisterLocalStatePrefs(registry);
1120#endif
[email protected]4a55a712014-06-08 16:50:341121 ChromeMetricsServiceClient::RegisterPrefs(registry);
Dominique Fauteux-Chapleau0e897db02021-04-19 18:42:221122 chrome::enterprise_util::RegisterLocalStatePrefs(registry);
sorinebcfc8dd2016-08-12 21:57:181123 component_updater::RegisterPrefs(registry);
Mugdha Lakhanida851fd2021-03-16 18:21:021124 embedder_support::OriginTrialPrefs::RegisterPrefs(registry);
Og Astorga3089fd82021-09-21 00:02:371125 enterprise_reporting::RegisterLocalStatePrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471126 ExternalProtocolHandler::RegisterPrefs(registry);
sdefresne8593e6432015-12-01 12:38:081127 flags_ui::PrefServiceFlagsStorage::RegisterPrefs(registry);
[email protected]e6933d2a2013-03-12 22:32:211128 GpuModeManager::RegisterPrefs(registry);
Miyoung Shin23737f62019-07-23 15:43:311129 signin::IdentityManager::RegisterLocalStatePrefs(registry);
Anthony Vallee-Dubois43fded9702020-06-19 16:30:381130 invalidation::FCMInvalidationService::RegisterPrefs(registry);
Maksim Moskvitinf5f5f736c2021-01-12 12:13:281131 invalidation::InvalidatorRegistrarWithMemory::RegisterPrefs(registry);
1132 invalidation::PerUserTopicSubscriptionManager::RegisterPrefs(registry);
Anthony Vallee-Dubois6f993122018-09-17 16:13:281133 language::GeoLanguageProvider::RegisterLocalStatePrefs(registry);
Alexandre Frechette38f4ef92019-02-25 16:31:571134 language::UlpLanguageCodeLocator::RegisterLocalStatePrefs(registry);
Sebastien Marchand5a63997a2019-09-27 19:15:341135 memory::EnterpriseMemoryLimitPrefObserver::RegisterPrefs(registry);
Roger McFarlane1c1147ae2022-11-07 17:25:171136 metrics::RegisterDemographicsLocalStatePrefs(registry);
[email protected]d0ab865b2014-06-04 19:41:341137 network_time::NetworkTimeTracker::RegisterPrefs(registry);
rajendrant5fb61c52022-11-21 19:42:551138 optimization_guide::prefs::RegisterLocalStatePrefs(registry);
Tonko Sabolčec6f271d32018-08-17 14:35:471139 password_manager::PasswordManager::RegisterLocalPrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101140 policy::BrowserPolicyConnector::RegisterPrefs(registry);
Yann Dago9c1e19512022-02-28 22:27:311141 policy::ManagementService::RegisterLocalStatePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101142 policy::PolicyStatisticsCollector::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471143 PrefProxyConfigTrackerImpl::RegisterPrefs(registry);
Thomas Tanglc67ace42019-06-07 19:31:501144 ProfileAttributesEntry::RegisterLocalStatePrefs(registry);
Alex Ilinbb08a0d2021-07-08 09:37:241145 ProfileAttributesStorage::RegisterPrefs(registry);
Nick Harper030046f2019-09-05 23:36:091146 ProfileNetworkContextService::RegisterLocalStatePrefs(registry);
[email protected]de71ae992013-07-18 03:30:381147 profiles::RegisterPrefs(registry);
Illia Klimov4b72378ed2022-07-18 13:46:571148#if BUILDFLAG(IS_ANDROID)
1149 PushMessagingServiceImpl::RegisterPrefs(registry);
1150#endif
[email protected]ceafc462013-11-04 12:26:031151 RegisterScreenshotPrefs(registry);
Luke Zielinski63784cd2018-05-22 14:08:161152 safe_browsing::RegisterLocalStatePrefs(registry);
Ayu Ishiifbb1fad2020-06-22 20:15:071153 secure_origin_allowlist::RegisterPrefs(registry);
Min Qinc4012282022-04-15 16:53:581154 segmentation_platform::SegmentationPlatformService::RegisterLocalStatePrefs(
1155 registry);
Xiaohan Wangae7f9182022-01-16 00:37:521156#if !BUILDFLAG(IS_ANDROID)
Reilly Grantbfc2ab72021-06-02 23:57:301157 SerialPolicyAllowedPorts::RegisterPrefs(registry);
Matt Reynolds1914ff6b2022-02-04 08:48:261158 HidPolicyAllowedDevices::RegisterLocalStatePrefs(registry);
Reilly Grantbfc2ab72021-06-02 23:57:301159#endif
Mikel Astizf61f4ba02018-06-01 10:50:191160 sessions::SessionIdGenerator::RegisterPrefs(registry);
Ryan Sleevi4689ad32018-04-16 19:09:051161 SSLConfigServiceManager::RegisterPrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571162 subresource_filter::IndexedRulesetVersion::RegisterPrefs(registry);
Matt Menke4dfb375c2018-06-13 18:06:311163 SystemNetworkContextManager::RegisterPrefs(registry);
Oksana Zhuravlova58c85282022-06-14 20:24:281164 tracing::RegisterPrefs(registry);
wafflesd2d9a332016-04-09 01:59:571165 update_client::RegisterPrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571166 variations::VariationsService::RegisterPrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:341167
Chris Hamilton65c41312020-06-10 13:14:401168 // Individual preferences. If you have multiple preferences that should
1169 // clearly be grouped together, please group them together into a helper
1170 // function called above. Please keep this list alphabetized.
1171 registry->RegisterBooleanPref(
1172 policy::policy_prefs::kIntensiveWakeUpThrottlingEnabled, false);
Aaron Tagliaboschi8f3a28302020-06-24 03:08:261173 registry->RegisterBooleanPref(
Matt Reichhoff2f190122021-11-02 19:28:191174 policy::policy_prefs::kUserAgentClientHintsGREASEUpdateEnabled, true);
Xiaohan Wangae7f9182022-01-16 00:37:521175#if BUILDFLAG(IS_ANDROID)
Rakina Zata Amnic123bd22020-07-31 19:08:391176 registry->RegisterBooleanPref(policy::policy_prefs::kBackForwardCacheEnabled,
1177 true);
Xiaohan Wangae7f9182022-01-16 00:37:521178#endif // BUILDFLAG(IS_ANDROID)
Chris Hamilton65c41312020-06-10 13:14:401179
1180 // Below this point is for platform-specific and compile-time conditional
1181 // calls. Please follow the helper-function-first-then-direct-calls pattern
1182 // established above, and keep things alphabetized.
1183
Denis Kuznetsov32099f32017-12-15 14:04:571184#if BUILDFLAG(ENABLE_BACKGROUND_MODE)
Michael Giuffridab41fa5c42017-11-13 23:30:571185 BackgroundModeManager::RegisterPrefs(registry);
1186#endif
1187
Xiaohan Wangae7f9182022-01-16 00:37:521188#if BUILDFLAG(IS_ANDROID)
Mark Pearsonee17df912017-04-27 21:51:041189 ::android::RegisterPrefs(registry);
Sky Maliced8eb4302020-08-03 05:46:441190
Sky Malicef7dd9422020-10-26 22:12:401191 registry->RegisterIntegerPref(first_run::kTosDialogBehavior, 0);
Yu Su4d459862021-04-15 04:19:541192 registry->RegisterBooleanPref(lens::kLensCameraAssistedSearchEnabled, true);
Xiaohan Wangae7f9182022-01-16 00:37:521193#else // BUILDFLAG(IS_ANDROID)
johnme627dc8c72016-08-19 21:49:391194 gcm::RegisterPrefs(registry);
Tommy Lid5b7c22b2020-10-28 01:26:511195 IntranetRedirectDetector::RegisterPrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101196 media_router::RegisterLocalStatePrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571197 metrics::TabStatsTracker::RegisterPrefs(registry);
Anthony Vallee-Dubois2b822262022-04-25 19:31:441198 performance_manager::user_tuning::prefs::RegisterLocalStatePrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571199 RegisterBrowserPrefs(registry);
Amanda Deacon9535c972021-04-29 04:26:511200 speech::SodaInstaller::RegisterLocalStatePrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571201 StartupBrowserCreator::RegisterLocalStatePrefs(registry);
1202 task_manager::TaskManagerInterface::RegisterPrefs(registry);
thestigd75ce5532015-10-05 22:08:341203 UpgradeDetector::RegisterPrefs(registry);
rbpotter73c13252021-07-16 21:29:341204 WhatsNewUI::RegisterLocalStatePrefs(registry);
Xiaohan Wangae7f9182022-01-16 00:37:521205#endif // BUILDFLAG(IS_ANDROID)
[email protected]3954f332012-02-25 02:51:541206
Nicolas Dossou-Gbete7ccc8802022-11-10 15:12:461207#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(ENABLE_DICE_SUPPORT)
1208 FirstRunService::RegisterLocalStatePrefs(registry);
Nicolas Dossou-Gbete2804a372022-11-09 17:25:351209#endif
1210
Yuta Hijikata31a359c2020-11-27 07:50:261211#if BUILDFLAG(IS_CHROMEOS_ASH)
Shao-Chuan Lee85a46992019-03-05 04:46:151212 arc::prefs::RegisterLocalStatePrefs(registry);
[email protected]8304f61a2014-05-24 12:17:331213 ChromeOSMetricsProvider::RegisterPrefs(registry);
Henrique Ferreiro7a4401aa2022-11-11 21:37:331214 ash::ArcKioskAppManager::RegisterPrefs(registry);
Henrique Ferreiro3d9d93d2021-02-19 22:17:391215 ash::AudioDevicesPrefHandlerImpl::RegisterPrefs(registry);
Yeunjoo Choicd4cc5382021-03-25 08:50:491216 ash::cert_provisioning::RegisterLocalStatePrefs(registry);
Yeunjoo Choi6c99c4d2022-08-08 03:11:111217 ash::CellularESimProfileHandlerImpl::RegisterLocalStatePrefs(registry);
1218 ash::ManagedCellularPrefHandler::RegisterLocalStatePrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151219 ash::ChromeUserManagerImpl::RegisterPrefs(registry);
Yuta Hijikata82c304ff2021-04-30 19:24:571220 crosapi::browser_util::RegisterLocalStatePrefs(registry);
Yeunjoo Choi47a6a142022-02-11 02:35:231221 ash::CupsPrintersManager::RegisterLocalStatePrefs(registry);
Yuta Hijikata368cc4b92021-12-23 07:39:101222 ash::BrowserDataMigratorImpl::RegisterLocalStatePrefs(registry);
Henrique Ferreirobbaee882022-09-08 07:15:551223 ash::bluetooth_config::BluetoothPowerControllerImpl::RegisterLocalStatePrefs(
1224 registry);
1225 ash::bluetooth_config::DeviceNameManagerImpl::RegisterLocalStatePrefs(
Gordon Setob2b7c7bc2021-10-12 17:42:551226 registry);
Henrique Ferreirod71de902021-05-10 18:57:111227 ash::DemoModeResourcesRemover::RegisterLocalStatePrefs(registry);
1228 ash::DemoSession::RegisterLocalStatePrefs(registry);
1229 ash::DemoSetupController::RegisterLocalStatePrefs(registry);
Henrique Ferreiro7967dce2021-09-23 11:37:471230 ash::DeviceNameStore::RegisterLocalStatePrefs(registry);
Anthony Vallee-Dubois85edf222020-03-24 20:30:021231 chromeos::DeviceOAuth2TokenStoreChromeOS::RegisterPrefs(registry);
Yeunjoo Choid461f872021-03-11 06:52:191232 ash::device_settings_cache::RegisterPrefs(registry);
Henrique Ferreirobeea3d32021-05-11 15:58:541233 ash::EasyUnlockService::RegisterPrefs(registry);
Henrique Ferreirod1c3fe72021-05-14 13:26:151234 ash::EnableAdbSideloadingScreen::RegisterPrefs(registry);
Hirthanan Subenderan7f6ce5f2021-09-22 23:32:051235 ash::device_activity::DeviceActivityController::RegisterPrefs(registry);
Yeunjoo Choif3fe34c2022-11-04 02:02:301236 ash::EnableDebuggingScreenHandler::RegisterPrefs(registry);
Yeunjoo Choid0b242f2022-07-28 02:23:021237 ash::FastTransitionObserver::RegisterPrefs(registry);
Danila Kuzmin90a42f02021-12-08 14:00:161238 ash::HWDataUsageController::RegisterLocalStatePrefs(registry);
Yeunjoo Choi4530b1792021-05-10 02:32:271239 ash::KerberosCredentialsManager::RegisterLocalStatePrefs(registry);
Irina Fedorova13745422022-07-15 12:59:001240 ash::KioskAppManager::RegisterLocalStatePrefs(registry);
Henrique Ferreiro26ed25a2021-02-01 21:59:291241 ash::KioskCryptohomeRemover::RegisterPrefs(registry);
Henrique Ferreirodef18c22021-11-04 19:36:001242 ash::language_prefs::RegisterPrefs(registry);
Henrique Ferreiro234c7dff2022-09-08 02:44:541243 ash::local_search_service::SearchMetricsReporter::RegisterLocalStatePrefs(
1244 registry);
Henrique Ferreirob403be32021-09-22 07:15:361245 ash::login::SecurityTokenSessionController::RegisterLocalStatePrefs(registry);
Ahmed Nasrbe0670b72022-03-09 23:28:171246 ash::reporting::LoginLogoutReporter::RegisterPrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151247 ash::MultiProfileUserController::RegisterPrefs(registry);
Yeunjoo Choi6c99c4d2022-08-08 03:11:111248 ash::NetworkMetadataStore::RegisterPrefs(registry);
Henrique Ferreiroe2cbaaf2022-01-10 15:02:231249 ash::NetworkThrottlingObserver::RegisterPrefs(registry);
Yeunjoo Choic2000932021-06-10 01:54:081250 ash::PowerMetricsReporter::RegisterLocalStatePrefs(registry);
Henrique Ferreiroa8763b62021-10-13 18:37:531251 ash::platform_keys::KeyPermissionsManagerImpl::RegisterLocalStatePrefs(
Omar Morsi4febb4d2020-10-30 07:55:211252 registry);
Yeunjoo Choif3c7e402021-06-04 04:28:561253 ash::power::auto_screen_brightness::MetricsReporter::RegisterLocalStatePrefs(
1254 registry);
Henrique Ferreiro4b21d142021-11-10 11:47:371255 ash::Preferences::RegisterPrefs(registry);
Henrique Ferreirod1c3fe72021-05-14 13:26:151256 ash::ResetScreen::RegisterPrefs(registry);
Henrique Ferreiro4b21d142021-11-10 11:47:371257 ash::SchedulerConfigurationManager::RegisterLocalStatePrefs(registry);
Yeunjoo Choicf61fba2021-04-23 02:43:091258 ash::ServicesCustomizationDocument::RegisterPrefs(registry);
Henrique Ferreirob403be32021-09-22 07:15:361259 ash::StartupUtils::RegisterPrefs(registry);
Yeunjoo Choid461f872021-03-11 06:52:191260 ash::StatsReportingController::RegisterLocalStatePrefs(registry);
Yeunjoo Choi03b09c62021-02-18 21:40:051261 ash::system::AutomaticRebootManager::RegisterPrefs(registry);
Yeunjoo Choi953a4c32021-10-15 05:20:441262 ash::TimeZoneResolver::RegisterPrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151263 ash::UserImageManager::RegisterPrefs(registry);
Henrique Ferreirod70b5c22021-04-30 10:55:271264 ash::UserSessionManager::RegisterPrefs(registry);
Henrique Ferreiro26ed25a2021-02-01 21:59:291265 ash::WebKioskAppManager::RegisterPrefs(registry);
Xiaochu Liu48ab5932018-05-11 03:44:041266 component_updater::MetadataTable::RegisterPrefs(registry);
Henrique Ferreirob902d6c2021-10-14 19:55:441267 ash::CryptAuthDeviceIdProviderImpl::RegisterLocalPrefs(registry);
[email protected]5a145e82014-05-29 22:19:071268 extensions::ExtensionAssetsManagerChromeOS::RegisterPrefs(registry);
Aya ElAttarb4f7a5f2020-03-05 00:47:241269 extensions::ExtensionsPermissionsTracker::RegisterLocalStatePrefs(registry);
tbarzicd9a88fc92017-07-14 02:18:101270 extensions::lock_screen_data::LockScreenItemStorage::RegisterLocalState(
1271 registry);
Jit Yao Yap8e247322019-06-24 16:56:591272 extensions::login_api::RegisterLocalStatePrefs(registry);
stevenjbf22f82e2016-10-26 21:47:381273 ::onc::RegisterPrefs(registry);
Felipe Andrade8f81c5f2021-11-09 00:44:021274 policy::ActiveDirectoryDeviceStateUploader::RegisterLocalStatePrefs(registry);
Felipe Andrade5cb496c52022-01-18 19:13:281275 policy::ActiveDirectoryMigrationManager::RegisterLocalStatePrefs(registry);
Jana Grill784b1e52020-06-26 18:22:121276 policy::AdbSideloadingAllowanceModePolicyHandler::RegisterPrefs(registry);
Pavol Marko35bcf1a2018-05-23 15:33:071277 policy::AutoEnrollmentClientImpl::RegisterPrefs(registry);
Yeunjoo Choi7227dba2021-08-04 06:35:471278 policy::BrowserPolicyConnectorAsh::RegisterPrefs(registry);
Yeunjoo Choiead8b3c2021-07-27 08:08:191279 policy::DeviceCloudPolicyManagerAsh::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471280 policy::DeviceStatusCollector::RegisterPrefs(registry);
Nikita Podguzov72c21f02019-06-17 14:48:411281 policy::DeviceWallpaperImageExternalDataHandler::RegisterPrefs(registry);
rsorokin3c13ece2017-01-16 15:58:411282 policy::DMTokenStorage::RegisterPrefs(registry);
Sergey Poromovd6575a0b2020-05-19 21:41:091283 policy::EnrollmentRequisitionManager::RegisterPrefs(registry);
Saurabh Nijhara839c17c2020-05-19 00:18:291284 policy::MinimumVersionPolicyHandler::RegisterPrefs(registry);
Anatoliy Potapchuka460bc12021-11-05 19:23:101285 policy::EuiccStatusUploader::RegisterLocalStatePrefs(registry);
Andreea Costinasc4b76ff2019-04-11 15:52:131286 policy::TPMAutoUpdateModePolicyHandler::RegisterPrefs(registry);
glevin5dd01a72016-03-23 23:08:121287 quirks::QuirksManager::RegisterPrefs(registry);
Roman Aleksandrovd32e34e72019-05-22 17:29:501288 UpgradeDetectorChromeos::RegisterPrefs(registry);
James Hawkins225001cf2020-09-18 16:04:341289 RegisterNearbySharingLocalPrefs(registry);
Yuta Hijikata31a359c2020-11-27 07:50:261290#endif // BUILDFLAG(IS_CHROMEOS_ASH)
[email protected]b6366ffa2012-02-29 17:12:261291
Xiaohan Wangae7f9182022-01-16 00:37:521292#if BUILDFLAG(IS_CHROMEOS)
Erik Chen643355d2022-04-22 05:44:491293 chromeos::echo_offer::RegisterPrefs(registry);
Kuo-Hsin Yang40227972022-05-16 18:39:091294 memory::OOMKillsMonitor::RegisterPrefs(registry);
Ben Franz73537362021-11-08 11:53:401295 policy::SystemFeaturesDisableListPolicyHandler::RegisterPrefs(registry);
Alvin Lee99f8d9a82021-11-18 18:45:551296 policy::DlpRulesManagerImpl::RegisterPrefs(registry);
Xiaohan Wangae7f9182022-01-16 00:37:521297#endif // BUILDFLAG(IS_CHROMEOS)
Ben Franz73537362021-11-08 11:53:401298
Xiaohan Wangae7f9182022-01-16 00:37:521299#if BUILDFLAG(IS_MAC)
[email protected]b1de2c72013-02-06 02:45:471300 confirm_quit::RegisterLocalState(registry);
[email protected]425f7a02014-04-29 01:51:441301 QuitWithAppsController::RegisterPrefs(registry);
Henrik Grunelle11045a2019-04-12 09:27:271302 system_media_permissions::RegisterSystemMediaPermissionStatesPrefs(registry);
Christopher Cameron81f442e2019-11-14 06:50:141303 AppShimRegistry::Get()->RegisterLocalPrefs(registry);
[email protected]b6366ffa2012-02-29 17:12:261304#endif
[email protected]bdb8a1e2013-10-03 08:14:001305
Erik Chen38ceca082020-12-16 01:31:351306#if BUILDFLAG(IS_CHROMEOS_LACROS)
Alex Ilin953f1092021-11-26 15:49:101307 AccountCache::RegisterLocalStatePrefs(registry);
Erik Chen38ceca082020-12-16 01:31:351308 lacros_prefs::RegisterLocalStatePrefs(registry);
Polina Bondarenko3f3dc4f2022-04-25 07:55:011309 KioskSessionServiceLacros::RegisterLocalStatePrefs(registry);
Erik Chen38ceca082020-12-16 01:31:351310#endif
1311
Xiaohan Wangae7f9182022-01-16 00:37:521312#if BUILDFLAG(IS_WIN)
Will Harris265b3942019-10-21 01:01:331313 OSCrypt::RegisterLocalPrefs(registry);
Will Harris956e0ca2019-08-23 20:47:391314 registry->RegisterBooleanPref(prefs::kRendererCodeIntegrityEnabled, true);
Will Harrisf09e40d2022-06-02 21:15:401315 registry->RegisterBooleanPref(prefs::kRendererAppContainerEnabled, true);
Stefan Smolenfd3965b2021-08-17 19:27:181316 registry->RegisterBooleanPref(prefs::kBlockBrowserLegacyExtensionPoints,
1317 true);
David Bienvenu554a259c2020-02-13 20:20:541318 registry->RegisterBooleanPref(
1319 policy::policy_prefs::kNativeWindowOcclusionEnabled, true);
[email protected]c5d4b1842014-06-20 21:19:501320 component_updater::RegisterPrefsForSwReporter(registry);
Rainhard Findling4d621ca2020-10-26 20:46:061321 safe_browsing::RegisterChromeCleanerScanCompletionTimePref(registry);
Xiaohan Wang259f34c7a2022-03-26 23:18:191322 MediaFoundationServiceMonitor::RegisterPrefs(registry);
Will Harriseb364b2c2022-06-23 00:49:011323 os_crypt::RegisterLocalStatePrefs(registry);
Nico Webereaa08412019-08-14 01:24:371324#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
Patrick Monettef8fd8b22018-05-10 20:58:041325 IncompatibleApplicationsUpdater::RegisterLocalStatePrefs(registry);
Patrick Monette6b7c475b2018-06-12 14:58:081326 ModuleDatabase::RegisterLocalStatePrefs(registry);
Patrick Monettee31f63e22018-06-06 00:10:341327 ThirdPartyConflictsManager::RegisterLocalStatePrefs(registry);
Nico Webereaa08412019-08-14 01:24:371328#endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
Xiaohan Wangae7f9182022-01-16 00:37:521329#endif // BUILDFLAG(IS_WIN)
[email protected]ceafc462013-11-04 12:26:031330
Zonghan Xuc528f6e82022-08-09 22:31:581331#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
Lu Huang3663f0a2021-03-04 18:47:081332 web_app::url_handler_prefs::RegisterLocalStatePrefs(registry);
Zonghan Xuc528f6e82022-08-09 22:31:581333#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
Lu Huangcd11f21c2021-02-03 22:24:561334
Xiaohan Wangae7f9182022-01-16 00:37:521335#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhang92c15542020-01-10 17:05:101336 RegisterDefaultBrowserPromptPrefs(registry);
Yann Dago0d896f62020-02-04 19:59:151337 downgrade::RegisterPrefs(registry);
Anthony Vallee-Dubois85edf222020-03-24 20:30:021338 DeviceOAuth2TokenStoreDesktop::RegisterPrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101339#endif
1340
Ramin Halavati52a9a292022-04-28 04:27:491341#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Ramin Halavati69bf7752022-04-04 09:58:151342 screen_ai::RegisterLocalStatePrefs(registry);
Ramin Halavati52a9a292022-04-28 04:27:491343#endif // BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Ramin Halavati69bf7752022-04-04 09:58:151344
Igor Ruvinov13e658e2022-12-13 03:15:201345#if BUILDFLAG(IS_WIN)
1346 PlatformAuthPolicyObserver::RegisterPrefs(registry);
1347#endif // BUILDFLAG(IS_WIN)
1348
Chris Hamilton65c41312020-06-10 13:14:401349 // This is intentionally last.
Lei Zhangb76b80e32020-04-08 16:58:161350 RegisterLocalStatePrefsForMigration(registry);
[email protected]9acc48602009-11-30 21:18:511351}
initial.commit09911bf2008-07-26 23:55:291352
[email protected]37ca3fe02013-07-05 15:32:441353// Register prefs applicable to all profiles.
Xi Han25a7f032019-04-18 21:44:211354void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry,
1355 const std::string& locale) {
rkaplow058da3132015-02-19 18:18:381356 TRACE_EVENT0("browser", "chrome::RegisterProfilePrefs");
[email protected]2a5f29632012-11-26 17:17:551357 // User prefs. Please keep this list alphabetized.
Dominic Mazzoni21fb0282019-02-13 18:32:471358 AccessibilityLabelsService::RegisterProfilePrefs(registry);
James Wallace-Lee25a1b052018-07-24 00:06:311359 AccessibilityUIMessageHandler::RegisterProfilePrefs(registry);
Xing Liu7252b8d2020-01-22 22:12:471360 AnnouncementNotificationService::RegisterProfilePrefs(registry);
Moe Ahmadi173b0a2b2018-08-03 17:35:511361 autofill::prefs::RegisterProfilePrefs(registry);
Bernhard Bauer19190732017-09-28 09:03:331362 browsing_data::prefs::RegisterBrowserUserPrefs(registry);
Doug Turner9e79cf0c2018-04-05 21:32:301363 certificate_transparency::prefs::RegisterPrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441364 ChromeContentBrowserClient::RegisterProfilePrefs(registry);
Elaine Chien07f137d2021-01-14 02:57:211365 chrome_labs_prefs::RegisterProfilePrefs(registry);
Livvie Lin9141d0f132020-03-23 22:47:041366 ChromeLocationBarModelDelegate::RegisterProfilePrefs(registry);
Colin Blundell7657b402020-02-25 09:46:501367 StatefulSSLHostStateDelegate::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441368 ChromeVersionService::RegisterProfilePrefs(registry);
Eric Secklera5c24e12018-11-28 16:09:201369 chrome_browser_net::NetErrorTabHelper::RegisterProfilePrefs(registry);
[email protected]06690dc2014-03-07 08:44:001370 chrome_prefs::RegisterProfilePrefs(registry);
Matt Jones704e1a62022-09-20 16:28:241371 commerce::RegisterPrefs(registry);
Travis Skare27cee15c2018-07-19 14:34:131372 DocumentProvider::RegisterProfilePrefs(registry);
hmaree31cadf52022-11-09 22:32:551373 enterprise::RegisterIdentifiersProfilePrefs(registry);
Owen Min9867b162022-01-20 21:39:071374 enterprise_reporting::RegisterProfilePrefs(registry);
Katie D1ca4328b2020-02-19 18:08:471375 dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(registry);
1376 dom_distiller::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441377 DownloadPrefs::RegisterProfilePrefs(registry);
Moe Ahmadi656dd532021-10-06 21:59:181378 history_clusters::prefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441379 HostContentSettingsMap::RegisterProfilePrefs(registry);
Brandon Wylie6961a2e2018-09-19 23:03:371380 image_fetcher::ImageCache::RegisterProfilePrefs(registry);
Evan Stade7a984802020-12-14 19:10:151381 site_engagement::ImportantSitesUtil::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441382 IncognitoModePrefs::RegisterProfilePrefs(registry);
Maksim Moskvitinf5f5f736c2021-01-12 12:13:281383 invalidation::PerUserTopicSubscriptionManager::RegisterProfilePrefs(registry);
1384 invalidation::InvalidatorRegistrarWithMemory::RegisterProfilePrefs(registry);
Alexandre Frechette37edd93a2019-03-19 15:57:201385 language::LanguagePrefs::RegisterProfilePrefs(registry);
rajendrantff2361da2020-12-16 09:18:271386 login_detection::prefs::RegisterProfilePrefs(registry);
Joe DeBlasio59db500b2020-08-21 00:37:351387 lookalikes::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441388 MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry);
[email protected]cd80cce2013-12-02 15:19:191389 MediaDeviceIDSalt::RegisterProfilePrefs(registry);
Becca Hughes6354b6b2017-08-31 22:01:551390 MediaEngagementService::RegisterProfilePrefs(registry);
John Rummelle5621c12017-09-05 23:52:101391 MediaStorageIdSalt::RegisterProfilePrefs(registry);
Mikel Astizf4226912020-10-19 19:10:371392 metrics::RegisterDemographicsProfilePrefs(registry);
Tom Anderson1ef51d032020-02-11 01:05:081393 NotificationDisplayServiceImpl::RegisterProfilePrefs(registry);
brettw1f92eed2016-12-07 01:12:581394 NotifierStateTracker::RegisterProfilePrefs(registry);
treibbb0c5af52016-12-09 17:34:151395 ntp_tiles::MostVisitedSites::RegisterProfilePrefs(registry);
Sophie Chang5ff4b942019-05-23 20:04:321396 optimization_guide::prefs::RegisterProfilePrefs(registry);
[email protected]a8564212014-04-09 16:16:511397 password_manager::PasswordManager::RegisterProfilePrefs(registry);
anthonyvd6a43b932017-05-11 18:39:271398 payments::RegisterProfilePrefs(registry);
Anthony Vallee-Duboiscee55b12022-03-24 22:54:021399 performance_manager::user_tuning::prefs::RegisterProfilePrefs(registry);
Ravjit0dc264742021-10-15 11:09:351400 permissions::PermissionActionsHistory::RegisterProfilePrefs(registry);
Evan Stade32d635a2020-04-03 18:51:251401 PermissionBubbleMediaAccessHandler::RegisterProfilePrefs(registry);
Sharon Yangc6706902018-07-16 13:06:191402 PlatformNotificationServiceImpl::RegisterProfilePrefs(registry);
Aaron Colwellf94fd97a2020-07-21 19:37:081403 policy::URLBlocklistManager::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441404 PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry);
Simon Pelchate74bbb62021-12-03 23:57:551405 prefetch::RegisterPredictionOptionsProfilePrefs(registry);
Robert Ogden575d8a022020-11-13 17:54:541406 PrefetchProxyOriginDecider::RegisterPrefs(registry);
Xi Han25a7f032019-04-18 21:44:211407 PrefsTabHelper::RegisterProfilePrefs(registry, locale);
harrisonsean04618302020-11-27 16:00:531408 privacy_sandbox::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441409 Profile::RegisterProfilePrefs(registry);
1410 ProfileImpl::RegisterProfilePrefs(registry);
Matt Menkecfef87d2017-08-03 13:03:061411 ProfileNetworkContextService::RegisterProfilePrefs(registry);
Javier Fernández García-Boente7966a892021-12-09 12:28:231412 custom_handlers::ProtocolHandlerRegistry::RegisterProfilePrefs(registry);
johnmecf2da0c2015-10-28 19:42:121413 PushMessagingAppIdentifier::RegisterProfilePrefs(registry);
Balazs Engedy715b0ec2019-12-04 15:11:451414 QuietNotificationPermissionUiState::RegisterProfilePrefs(registry);
[email protected]c753f142013-02-10 13:14:041415 RegisterBrowserUserPrefs(registry);
Amanda Velasco Gallardo25f07362022-01-28 02:08:471416 safe_browsing::file_type::RegisterProfilePrefs(registry);
Luke Zielinski12ef88552017-06-23 15:36:271417 safe_browsing::RegisterProfilePrefs(registry);
Ryan Sturm010e2f52021-01-08 00:13:561418 SearchPrefetchService::RegisterProfilePrefs(registry);
Clark DuVall8236b6a82020-05-28 22:54:321419 blocked_content::SafeBrowsingTriggeredPopupBlocker::RegisterProfilePrefs(
1420 registry);
Carlos IL06e6c8c2020-07-28 00:25:191421 security_interstitials::InsecureFormBlockingPage::RegisterProfilePrefs(
1422 registry);
Shakti Sahu93bfba22021-06-17 18:05:211423 segmentation_platform::SegmentationPlatformService::RegisterProfilePrefs(
1424 registry);
[email protected]37ca3fe02013-07-05 15:32:441425 SessionStartupPref::RegisterProfilePrefs(registry);
Himanshu Jajubcf3b9292019-06-07 12:54:071426 SharingSyncPreference::RegisterProfilePrefs(registry);
Evan Stade89158192021-01-27 18:45:231427 site_engagement::SiteEngagementService::RegisterProfilePrefs(registry);
Ayu Ishii73a353d2022-07-07 21:56:421428 storage::RegisterProfilePrefs(registry);
Mikel Astiz0889b2be2018-09-25 16:20:411429 sync_sessions::SessionSyncPrefs::RegisterProfilePrefs(registry);
Jeffrey Cohen053be24d2019-07-23 23:44:051430 syncer::DeviceInfoPrefs::RegisterProfilePrefs(registry);
Bernhard Bauer19190732017-09-28 09:03:331431 syncer::SyncPrefs::RegisterProfilePrefs(registry);
Mikel Astiz89473c442021-07-13 09:46:121432 syncer::SyncTransportDataPrefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441433 TemplateURLPrepopulateData::RegisterProfilePrefs(registry);
[email protected]e5e72cc2014-07-22 19:06:491434 translate::TranslatePrefs::RegisterProfilePrefs(registry);
Moe Ahmadi1266de82020-04-10 17:19:531435 omnibox::RegisterProfilePrefs(registry);
[email protected]855ebff2014-05-09 07:14:381436 ZeroSuggestProvider::RegisterProfilePrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:341437
Scott Violet53fb03c2021-01-15 23:48:161438#if BUILDFLAG(ENABLE_SESSION_SERVICE)
1439 RegisterSessionServiceLogProfilePrefs(registry);
Christian Dullweber0747d7c92021-05-10 10:05:131440 SessionDataService::RegisterProfilePrefs(registry);
Scott Violet53fb03c2021-01-15 23:48:161441#endif
1442
brettw00899e62016-11-12 02:10:171443#if BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]17510602014-06-05 11:02:281444 ExtensionWebUI::RegisterProfilePrefs(registry);
je_julie.kim7fbb5a1a2015-02-09 17:26:051445 RegisterAnimationPolicyPrefs(registry);
mfoltz96f329c2016-01-13 18:16:581446 extensions::ActivityLog::RegisterProfilePrefs(registry);
tbarzicfa3c7ef62017-04-17 23:12:021447 extensions::AudioAPI::RegisterUserPrefs(registry);
mfoltz96f329c2016-01-13 18:16:581448 extensions::ExtensionPrefs::RegisterProfilePrefs(registry);
Devlin Cronin71f0f532018-04-26 16:35:061449 extensions::ExtensionsUI::RegisterProfilePrefs(registry);
Joel Hockeya9ccf0e2022-05-27 22:11:191450#if BUILDFLAG(IS_CHROMEOS_ASH)
1451 extensions::shared_storage::RegisterProfilePrefs(registry);
1452#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Emilia Paz363fa0062022-01-15 05:12:031453 extensions::PermissionsManager::RegisterProfilePrefs(registry);
afakhry2bd481832016-06-16 16:17:241454 extensions::RuntimeAPI::RegisterPrefs(registry);
Devlin Cronina997c8e2021-03-18 00:33:181455 // TODO(devlin): This would be more inline with the other calls here if it
1456 // were nested in either a class or separate namespace with a simple
1457 // Register[Profile]Prefs() name.
1458 extensions::RegisterSettingsOverriddenUiPrefs(registry);
Minh X. Nguyen3aa40692018-03-28 01:15:591459 update_client::RegisterProfilePrefs(registry);
brettw00899e62016-11-12 02:10:171460#endif // BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]c2ac1dda2013-09-23 05:04:561461
Lei Zhang92c15542020-01-10 17:05:101462#if BUILDFLAG(ENABLE_OFFLINE_PAGES)
1463 offline_pages::OfflineMetricsCollectorImpl::RegisterPrefs(registry);
1464 offline_pages::prefetch_prefs::RegisterPrefs(registry);
1465#endif
1466
Andy Phan99ccfb42022-11-29 18:57:071467#if BUILDFLAG(ENABLE_PDF)
1468 registry->RegisterListPref(prefs::kPdfLocalFileAccessAllowedForDomains,
1469 base::Value::List());
1470#endif // BUILDFLAG(ENABLE_PDF)
1471
Bernhard Bauer19190732017-09-28 09:03:331472#if BUILDFLAG(ENABLE_PLUGINS)
Nicholas Verned391eae2017-11-13 02:41:381473 PluginInfoHostImpl::RegisterUserPrefs(registry);
Bernhard Bauer19190732017-09-28 09:03:331474#endif
1475
Brett Wilson65f951c2016-11-03 22:06:121476#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
Nicolas Ouellet-Payeur4dbdf1e52018-08-06 21:51:021477 printing::PolicySettings::RegisterProfilePrefs(registry);
Nikita Podguzov26222d12019-12-04 11:44:311478 printing::PrintPreviewStickySettings::RegisterProfilePrefs(registry);
bauerb4da36132014-12-26 19:53:131479#endif
1480
Lei Zhang92c15542020-01-10 17:05:101481#if BUILDFLAG(ENABLE_RLZ)
1482 ChromeRLZTrackerDelegate::RegisterProfilePrefs(registry);
1483#endif
1484
brettw9e85ef42016-11-01 21:01:241485#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
bauerb7f3b8542015-06-29 19:56:191486 ChildAccountService::RegisterProfilePrefs(registry);
1487 SupervisedUserService::RegisterProfilePrefs(registry);
bauerb4da36132014-12-26 19:53:131488#endif
1489
Jian Lic9a227c2022-02-28 22:55:441490#if BUILDFLAG(ENABLE_FEED_V2)
1491 feed::prefs::RegisterFeedSharedProfilePrefs(registry);
1492 feed::RegisterProfilePrefs(registry);
1493#endif
1494
Xiaohan Wangae7f9182022-01-16 00:37:521495#if BUILDFLAG(IS_ANDROID)
Lei Zhang92c15542020-01-10 17:05:101496 cdm::MediaDrmStorageImpl::RegisterProfilePrefs(registry);
Sebastien Lalancette374cf6a2021-06-22 17:23:521497 content_creation::prefs::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101498 explore_sites::HistoryStatisticsReporter::RegisterPrefs(registry);
Christopher Thompson2602fea2019-11-26 19:36:541499 KnownInterceptionDisclosureInfoBarDelegate::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101500 MediaDrmOriginIdManager::RegisterProfilePrefs(registry);
1501 NotificationChannelsProviderAndroid::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101502 ntp_tiles::PopularSitesImpl::RegisterProfilePrefs(registry);
1503 OomInterventionDecider::RegisterProfilePrefs(registry);
[email protected]084f82b2013-11-01 00:09:591504 PartnerBookmarksShim::RegisterProfilePrefs(registry);
Wolfgang Billenstein546bd4d72022-09-20 11:34:261505 permissions::GeolocationPermissionContextAndroid::RegisterProfilePrefs(
1506 registry);
Xing Liu0327d832020-05-15 21:07:031507 query_tiles::RegisterPrefs(registry);
mvanouwerkerkc1751e02017-01-06 12:16:431508 RecentTabsPagePrefs::RegisterProfilePrefs(registry);
Patrick Noland87d9f842019-01-16 03:52:021509 usage_stats::UsageStatsBridge::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101510 variations::VariationsService::RegisterProfilePrefs(registry);
Shakti Sahu623d00c2020-09-22 00:32:421511 video_tutorials::RegisterPrefs(registry);
Jan Keitel98b2cc42022-09-20 05:38:391512#else // BUILDFLAG(IS_ANDROID)
johnme627dc8c72016-08-19 21:49:391513 browser_sync::ForeignSessionHandler::RegisterProfilePrefs(registry);
Dana Friedcf8c2142022-01-25 18:33:421514 BrowserFeaturePromoSnoozeService::RegisterProfilePrefs(registry);
Amanda Deaconbc21ec92021-05-20 00:06:011515 captions::LiveCaptionController::RegisterProfilePrefs(registry);
evliuc5b5a722022-10-28 00:05:491516 captions::LiveTranslateController::RegisterProfilePrefs(registry);
Nina Satragno8c832df2019-07-29 15:59:391517 ChromeAuthenticatorRequestDelegate::RegisterProfilePrefs(registry);
Anqing Zhao9595e482021-06-10 11:33:551518 DeviceServiceImpl::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101519 DevToolsWindow::RegisterProfilePrefs(registry);
Tibor Goldschwendt610d0372021-05-11 01:39:021520 DriveService::RegisterProfilePrefs(registry);
Dominique Fauteux-Chapleau130242bf2020-12-07 19:07:481521 enterprise_connectors::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101522 extensions::CommandService::RegisterProfilePrefs(registry);
1523 extensions::TabsCaptureVisibleTabFunction::RegisterProfilePrefs(registry);
gabdac09c03b2017-03-22 20:00:111524 first_run::RegisterProfilePrefs(registry);
johnme627dc8c72016-08-19 21:49:391525 gcm::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101526 HatsService::RegisterProfilePrefs(registry);
Tibor Goldschwendtf3a3ce92021-08-17 00:42:161527 NtpCustomBackgroundService::RegisterProfilePrefs(registry);
George Benz13da3df02022-01-14 00:03:521528 media_router::RegisterAccessCodeProfilePrefs(registry);
Derek Cheng23a01402018-07-24 13:38:141529 media_router::RegisterProfilePrefs(registry);
Tibor Goldschwendt53ca78b2020-10-07 19:56:181530 NewTabPageHandler::RegisterProfilePrefs(registry);
Tibor Goldschwendtbbdbe8f2021-05-20 19:27:391531 NewTabPageUI::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101532 NewTabUI::RegisterProfilePrefs(registry);
Rohit Bhatia22e544f2021-10-05 15:32:261533 ntp::SafeBrowsingHandler::RegisterProfilePrefs(registry);
kristiparkc0199772018-07-18 05:25:421534 ntp_tiles::CustomLinksManagerImpl::RegisterProfilePrefs(registry);
Jeremy Selier730b56d32021-09-17 02:59:391535 PhotosService::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101536 PinnedTabCodec::RegisterProfilePrefs(registry);
Yann Dago44d6cc322022-07-13 17:46:251537 policy::DeveloperToolsPolicyHandler::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101538 PromoService::RegisterProfilePrefs(registry);
Mark Schillaciba4a7322022-06-29 15:08:351539 RegisterReadAnythingProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101540 settings::SettingsUI::RegisterProfilePrefs(registry);
Victor Hugo Vianna Silva3452787c2022-07-28 23:25:301541 send_tab_to_self::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101542 signin::RegisterProfilePrefs(registry);
tmartino6254f472016-11-21 01:22:561543 StartupBrowserCreator::RegisterProfilePrefs(registry);
Roman Aroracd8462c2021-08-03 01:20:331544 tab_search_prefs::RegisterProfilePrefs(registry);
Riley Tatumc48258f12022-08-18 22:13:131545 RecipesService::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101546 UnifiedAutoplayConfig::RegisterProfilePrefs(registry);
Yue Zhang87902392020-12-23 23:12:051547 CartService::RegisterProfilePrefs(registry);
Mei Liang96bbcc22022-09-20 20:31:221548 commerce::ShoppingListUiTabHelper::RegisterProfilePrefs(registry);
Xiaohan Wangae7f9182022-01-16 00:37:521549#endif // BUILDFLAG(IS_ANDROID)
mvanouwerkerk9f0f38a2016-06-08 14:11:441550
Xiaohan Wangae7f9182022-01-16 00:37:521551#if BUILDFLAG(IS_CHROMEOS)
Tim Sergeant2b6bc66e2022-04-14 20:15:211552 apps::SupportedLinksInfoBarPrefsService::RegisterProfilePrefs(registry);
Maria Petrisorbb5226b2022-06-02 09:10:511553 extensions::login_api::RegisterProfilePrefs(registry);
Olya Kalitova39e913d52021-03-16 22:26:221554 extensions::platform_keys::RegisterProfilePrefs(registry);
Michael Ershovd9a627e2021-11-03 13:55:271555 certificate_manager::CertificatesHandler::RegisterProfilePrefs(registry);
Michael Ershov5b2a7062022-01-17 14:28:451556 policy::PolicyCertService::RegisterProfilePrefs(registry);
Yanzhu Du76169d12022-09-21 02:53:311557 registry->RegisterBooleanPref(prefs::kDeskAPIThirdPartyAccessEnabled, false);
Yanzhu Du428de9052022-10-05 22:46:581558 registry->RegisterListPref(prefs::kDeskAPIThirdPartyAllowlist);
Vignesh Shenvif47279d2022-04-07 10:55:361559 registry->RegisterBooleanPref(prefs::kInsightsExtensionEnabled, false);
Nicolas Dossou-Gbete8bf46c12022-05-16 14:20:171560 // By default showing Sync Consent is set to true. It can changed by policy.
1561 registry->RegisterBooleanPref(prefs::kEnableSyncConsent, true);
anina koehlerf1e29df62022-08-10 07:22:321562 registry->RegisterListPref(
1563 chromeos::prefs::kKeepFullscreenWithoutNotificationUrlAllowList,
1564 PrefRegistry::PUBLIC);
Andrew Rayskiy16f8cab2022-12-15 16:28:331565#if BUILDFLAG(USE_CUPS)
Pranav Batrae71407672021-08-16 23:53:001566 extensions::PrintingAPIHandler::RegisterProfilePrefs(registry);
Andrew Rayskiy16f8cab2022-12-15 16:28:331567#endif // BUILDFLAG(USE_CUPS)
Xiaohan Wangae7f9182022-01-16 00:37:521568#endif // BUILDFLAG(IS_CHROMEOS)
Olya Kalitova39e913d52021-03-16 22:26:221569
Yuta Hijikata31a359c2020-11-27 07:50:261570#if BUILDFLAG(IS_CHROMEOS_ASH)
James Cookc542d992019-11-08 23:34:241571 app_list::AppListSyncableService::RegisterProfilePrefs(registry);
Nancy Wanga78b7a32021-04-28 05:10:291572 apps::AppPlatformMetricsService::RegisterProfilePrefs(registry);
Jeevan Shikarama73dec1a2022-09-08 05:51:521573 apps::AppPreloadService::RegisterProfilePrefs(registry);
Tim Sergeant1231dcc2021-05-10 14:00:571574 apps::webapk_prefs::RegisterProfilePrefs(registry);
Hidehiko Abe33e9adf2017-09-13 06:12:231575 arc::prefs::RegisterProfilePrefs(registry);
James Cookc542d992019-11-08 23:34:241576 ArcAppListPrefs::RegisterProfilePrefs(registry);
Anastasiia N0582a902021-12-08 17:44:591577 ash::AccountAppsAvailability::RegisterPrefs(registry);
Kushagra Sinhab37e24db2021-07-02 15:14:241578 account_manager::AccountManager::RegisterPrefs(registry);
Yeunjoo Choi19772c942021-03-08 14:51:111579 ash::ApkWebAppService::RegisterProfilePrefs(registry);
Yeunjoo Choi40d02412021-04-21 01:38:561580 ash::app_time::AppActivityRegistry::RegisterProfilePrefs(registry);
1581 ash::app_time::AppTimeController::RegisterProfilePrefs(registry);
Yeunjoo Choi65c73cc2022-08-02 05:30:161582 ash::assistant::prefs::RegisterProfilePrefs(registry);
Anastasiia N1ad94e1e2022-09-15 08:47:281583 ash::auth::AuthFactorConfig::RegisterPrefs(registry);
Yeunjoo Choi0e66c9aa2021-04-02 02:05:561584 ash::bluetooth::DebugLogsManager::RegisterPrefs(registry);
Henrique Ferreirobbaee882022-09-08 07:15:551585 ash::bluetooth_config::BluetoothPowerControllerImpl::RegisterProfilePrefs(
1586 registry);
Theo Johnson-Kanudc9f96272023-01-12 05:11:391587 ash::HatsBluetoothRevampTriggerImpl::RegisterProfilePrefs(registry);
Henrique Ferreiro2029590e2021-09-23 08:01:521588 ash::ClientAppMetadataProviderService::RegisterProfilePrefs(registry);
Yeunjoo Choi47a6a142022-02-11 02:35:231589 ash::CupsPrintersManager::RegisterProfilePrefs(registry);
Yeunjoo Choi0dc579e42022-03-23 04:14:521590 ash::device_sync::RegisterProfilePrefs(registry);
Yeunjoo Choi651766c02021-04-26 11:45:431591 ash::FamilyUserChromeActivityMetrics::RegisterProfilePrefs(registry);
1592 ash::FamilyUserMetricsService::RegisterProfilePrefs(registry);
1593 ash::FamilyUserSessionMetrics::RegisterProfilePrefs(registry);
Andreea Costinas2a142bd2021-10-05 10:22:491594 crosapi::NetworkSettingsServiceAsh::RegisterProfilePrefs(registry);
Yeunjoo Choiebbdaa62022-10-20 01:05:311595 ash::InlineLoginHandlerImpl::RegisterProfilePrefs(registry);
Yeunjoo Choi395103872021-07-22 01:16:071596 ash::first_run::RegisterProfilePrefs(registry);
Yeunjoo Choic4e54fe2021-06-09 02:11:391597 ash::file_system_provider::RegisterProfilePrefs(registry);
Yeunjoo Choi0842edfa2021-07-29 00:53:171598 ash::full_restore::RegisterProfilePrefs(registry);
Yeunjoo Choi4530b1792021-05-10 02:32:271599 ash::KerberosCredentialsManager::RegisterProfilePrefs(registry);
Yeunjoo Choi044ea242022-03-14 12:06:291600 ash::multidevice_setup::MultiDeviceSetupService::RegisterProfilePrefs(
Jordy Greenblatt2265de702018-07-26 19:05:261601 registry);
Henrique Ferreirocddc8012021-03-26 00:47:151602 ash::MultiProfileUserController::RegisterProfilePrefs(registry);
Yeunjoo Choi6c99c4d2022-08-08 03:11:111603 ash::NetworkMetadataStore::RegisterPrefs(registry);
Yeunjoo Choic1593bf2021-04-23 03:49:251604 ash::ReleaseNotesStorage::RegisterProfilePrefs(registry);
Yeunjoo Choif5706262021-08-24 01:11:241605 ash::HelpAppNotificationController::RegisterProfilePrefs(registry);
Henrique Ferreirob3ff980b2021-07-19 09:41:271606 ash::quick_unlock::FingerprintStorage::RegisterProfilePrefs(registry);
1607 ash::quick_unlock::PinStoragePrefs::RegisterProfilePrefs(registry);
Henrique Ferreiro4b21d142021-11-10 11:47:371608 ash::Preferences::RegisterProfilePrefs(registry);
Yeunjoo Choida53f442021-09-17 01:07:361609 ash::EnterprisePrintersProvider::RegisterProfilePrefs(registry);
Yeunjoo Choi09213db2021-04-16 03:42:081610 ash::parent_access::ParentAccessService::RegisterProfilePrefs(registry);
Yue Lia3125692022-01-05 20:05:431611 quick_answers::prefs::RegisterProfilePrefs(registry);
Henrique Ferreirob3ff980b2021-07-19 09:41:271612 ash::quick_unlock::RegisterProfilePrefs(registry);
Henrique Ferreiroec8355d2021-07-20 08:20:081613 ash::RegisterSamlProfilePrefs(registry);
Yeunjoo Choi651766c02021-04-26 11:45:431614 ash::ScreenTimeController::RegisterProfilePrefs(registry);
Henrique Ferreirofad33bd2021-01-29 00:28:401615 ash::EduCoexistenceConsentInvalidationController::RegisterProfilePrefs(
yilkalc04a16dc2020-11-04 22:07:071616 registry);
Yeunjoo Choi38cea422022-10-18 06:19:171617 ash::EduCoexistenceLoginHandler::RegisterProfilePrefs(registry);
Henrique Ferreiroa264c8c02021-07-20 08:31:471618 ash::SigninErrorNotifier::RegisterPrefs(registry);
Yeunjoo Choicf61fba2021-04-23 02:43:091619 ash::ServicesCustomizationDocument::RegisterProfilePrefs(registry);
Yeunjoo Choiba3d9972022-10-11 12:50:121620 ash::settings::OSSettingsUI::RegisterProfilePrefs(registry);
Henrique Ferreirob403be32021-09-22 07:15:361621 ash::StartupUtils::RegisterOobeProfilePrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151622 ash::UserImageSyncObserver::RegisterProfilePrefs(registry);
Jong Ahn6f1c54a42022-01-18 00:20:561623 ChromeMetricsServiceClient::RegisterProfilePrefs(registry);
Renee Wrightc41d5432018-04-26 05:27:371624 crostini::prefs::RegisterProfilePrefs(registry);
Yeunjoo Choi3cbb06ba2021-03-22 08:01:491625 ash::attestation::TpmChallengeKey::RegisterProfilePrefs(registry);
sdefresne8593e6432015-12-01 12:38:081626 flags_ui::PrefServiceFlagsStorage::RegisterProfilePrefs(registry);
Joel Hockey7fb974342019-06-27 23:35:051627 guest_os::prefs::RegisterProfilePrefs(registry);
Toni Barzic14329d02017-07-17 21:59:121628 lock_screen_apps::StateController::RegisterProfilePrefs(registry);
Olya Kalitovac869f962018-12-04 12:01:231629 plugin_vm::prefs::RegisterProfilePrefs(registry);
GioVAX287418d2020-11-23 17:56:591630 policy::ArcAppInstallEventLogger::RegisterProfilePrefs(registry);
Bartosz Fabianowskid4d93a72018-05-17 18:49:481631 policy::AppInstallEventLogManagerWrapper::RegisterProfilePrefs(registry);
Marcelo Almeida9ef8c132019-05-13 20:19:121632 policy::StatusCollector::RegisterProfilePrefs(registry);
Henrique Ferreiroe2cbaaf2022-01-10 15:02:231633 ash::SystemProxyManager::RegisterProfilePrefs(registry);
Erik Chenc2927bbd2021-09-22 23:20:071634 ChromeShelfPrefs::RegisterProfilePrefs(registry);
stevenjbf22f82e2016-10-26 21:47:381635 ::onc::RegisterProfilePrefs(registry);
Yeunjoo Choicd4cc5382021-03-25 08:50:491636 ash::cert_provisioning::RegisterProfilePrefs(registry);
Nicholas Hollingumf4c11e32020-10-05 22:52:571637 borealis::prefs::RegisterProfilePrefs(registry);
Gavin Williamsf6781f3e2021-04-22 01:13:491638 ash::ChromeScanningAppDelegate::RegisterProfilePrefs(registry);
yilkal95d9f882021-10-18 21:59:001639 ProjectorAppClientImpl::RegisterProfilePrefs(registry);
Geng Li11526bb42022-02-15 23:59:141640 ash::floating_workspace_util::RegisterProfilePrefs(registry);
Sanja Perisic91217932022-04-13 13:45:021641 policy::RebootNotificationsScheduler::RegisterProfilePrefs(registry);
Irina Fedorova13745422022-07-15 12:59:001642 ash::KioskAppManager::RegisterProfilePrefs(registry);
Andrew Rayskiy47076d72022-09-27 18:46:141643 file_manager::file_tasks::RegisterProfilePrefs(registry);
Nigel Taoa1d4dce2022-10-18 00:01:201644 file_manager::prefs::RegisterProfilePrefs(registry);
Fergus Dall54a6a432022-11-18 17:35:291645 bruschetta::prefs::RegisterProfilePrefs(registry);
Yuta Hijikata31a359c2020-11-27 07:50:261646#endif // BUILDFLAG(IS_CHROMEOS_ASH)
gab3ca4a492017-03-02 00:19:411647
Darin Fisher127d5782021-01-20 20:32:341648#if BUILDFLAG(IS_CHROMEOS_LACROS)
1649 lacros_prefs::RegisterProfilePrefs(registry);
Andreea Costinas68cad91f2021-09-22 15:58:091650 chromeos::ProxyConfigServiceLacros::RegisterProfilePrefs(registry);
Ian Helmkec4a4e452022-05-09 22:17:581651 lacros_prefs::RegisterExtensionControlledAshPrefs(registry);
Irina Fedorova13745422022-07-15 12:59:001652 KioskSessionServiceLacros::RegisterProfilePrefs(registry);
Nancy Wangc84098e2022-10-24 10:30:361653 apps::WebsiteMetricsServiceLacros::RegisterProfilePrefs(registry);
Darin Fisher127d5782021-01-20 20:32:341654#endif
1655
Xiaohan Wangae7f9182022-01-16 00:37:521656#if BUILDFLAG(IS_WIN)
Alex St-Onge9e4b9b72021-06-08 15:35:541657 CdmPrefServiceHelper::RegisterProfilePrefs(registry);
mad2b3b6552014-09-25 00:44:491658 component_updater::RegisterProfilePrefsForSwReporter(registry);
Scott Violet3ff87d062021-12-21 06:10:101659 FontPrewarmerTabHelper::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441660 NetworkProfileBubble::RegisterProfilePrefs(registry);
alito856526d2017-03-03 09:16:171661 safe_browsing::SettingsResetPromptPrefsManager::RegisterProfilePrefs(
1662 registry);
ftirelo46b34222017-06-19 10:36:571663 safe_browsing::PostCleanupSettingsResetter::RegisterProfilePrefs(registry);
[email protected]a4422802012-05-03 09:19:151664#endif
[email protected]eeec6ca2013-02-21 15:10:431665
Zonghan Xuc528f6e82022-08-09 22:31:581666#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
1667 device_signals::RegisterProfilePrefs(registry);
1668#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
1669
Nicolas Ouellet-Payeurc1b89932022-09-30 16:22:531670#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
Nicolas4b82a652019-01-04 17:42:381671 browser_switcher::BrowserSwitcherPrefs::RegisterProfilePrefs(registry);
Nicolas Ouellet-Payeur9a4a94d2018-09-17 15:26:111672#endif
1673
Xiaohan Wangae7f9182022-01-16 00:37:521674#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Daniel Murphy3657906d2021-04-13 20:33:121675 preinstalled_apps::RegisterProfilePrefs(registry);
Becca Hughes7d2bbb82018-08-07 22:56:591676#endif
1677
Xiaohan Wangae7f9182022-01-16 00:37:521678#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS)
Kristi Parkd0f72412021-07-02 01:09:031679 sharing_hub::RegisterProfilePrefs(registry);
1680#endif
1681
Lei Zhang92c15542020-01-10 17:05:101682#if defined(TOOLKIT_VIEWS)
1683 accessibility_prefs::RegisterInvertBubbleUserPrefs(registry);
Yuheng Huang9ce54892022-05-06 19:29:391684 side_search_prefs::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101685 RegisterBrowserViewProfilePrefs(registry);
Owen Minef022e92019-10-15 21:25:211686#endif
1687
Duncan Mercer8062eef2022-12-28 22:28:371688#if BUILDFLAG(ENABLE_LENS_DESKTOP)
Juan Mojica4669f8d2021-08-05 20:01:451689 registry->RegisterBooleanPref(
1690 prefs::kLensRegionSearchEnabled, true,
1691 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
Duncan Mercer8062eef2022-12-28 22:28:371692 registry->RegisterBooleanPref(prefs::kLensDesktopNTPSearchEnabled, true);
1693#endif
1694
1695#if !BUILDFLAG(IS_ANDROID)
Martin Kreichgauerd7aa4f92022-02-22 20:46:211696 registry->RegisterBooleanPref(
1697 webauthn::pref_names::kRemoteProxiedRequestsAllowed, false);
dljames0a96ef192022-07-07 23:31:431698
1699 // When in RTL mode, the side panel should default to the left of the screen.
1700 // Otherwise, the side panel should default to the right side of the screen.
1701 // TODO(dljames): Add enum values kAlternateSide / kDefaultSide that will
1702 // replace false and true respectively.
1703 registry->RegisterBooleanPref(prefs::kSidePanelHorizontalAlignment,
1704 base::i18n::IsRTL() ? false : true);
Juan Mojica4669f8d2021-08-05 20:01:451705#endif
1706
Nina Satragnod7b8fb42022-11-10 20:43:391707 registry->RegisterBooleanPref(webauthn::pref_names::kAllowWithBrokenCerts,
1708 false);
1709
Sean Harrisonf263b732021-12-07 11:17:521710 registry->RegisterBooleanPref(prefs::kPrivacyGuideViewed, false);
Sean Harrisonf263b732021-12-07 11:17:521711
Leonard Grey812af7a2022-05-02 15:46:031712#if BUILDFLAG(IS_MAC)
1713 registry->RegisterBooleanPref(policy::policy_prefs::kScreenTimeEnabled, true);
1714#endif
1715
James Cook0ba192bf2017-12-01 20:53:111716 RegisterProfilePrefsForMigration(registry);
Alison Gale6bf2cc52022-09-08 15:11:491717
1718#if !BUILDFLAG(IS_ANDROID)
1719 registry->RegisterIntegerPref(prefs::kHighEfficiencyChipExpandedCount, 0);
1720#endif
Anders Hartvoll Ruudeedebdc2022-10-12 15:38:011721
1722#if BUILDFLAG(IS_ANDROID)
1723 registry->RegisterBooleanPref(prefs::kVirtualKeyboardResizesLayoutByDefault,
1724 false);
1725#endif
Kirubel Aklilubb804082022-11-10 19:02:301726
1727 registry->RegisterTimePref(prefs::kDIPSTimerLastUpdate, base::Time());
Kyungjun Lee0dcd7c3e2022-12-16 22:01:391728
1729#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
1730 registry->RegisterBooleanPref(
1731 prefs::kAccessibilityPdfOcrAlwaysActive, false,
1732 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
1733#endif // BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
initial.commit09911bf2008-07-26 23:55:291734}
license.botbf09a502008-08-24 00:55:551735
[email protected]37ca3fe02013-07-05 15:32:441736void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
Xi Han25a7f032019-04-18 21:44:211737 RegisterUserProfilePrefs(registry, g_browser_process->GetApplicationLocale());
1738}
1739
1740void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry,
1741 const std::string& locale) {
1742 RegisterProfilePrefs(registry, locale);
[email protected]2424cc52013-07-17 13:44:381743
Xiaohan Wangae7f9182022-01-16 00:37:521744#if BUILDFLAG(IS_ANDROID)
mlliuee3a405c2016-10-28 22:34:521745 ::android::RegisterUserProfilePrefs(registry);
1746#endif
Yuta Hijikata31a359c2020-11-27 07:50:261747#if BUILDFLAG(IS_CHROMEOS_ASH)
Xiyuan Xia5a8c4172019-05-13 16:23:481748 ash::RegisterUserProfilePrefs(registry);
1749#endif
[email protected]37ca3fe02013-07-05 15:32:441750}
1751
[email protected]8eefe842014-01-17 06:42:401752void RegisterScreenshotPrefs(PrefRegistrySimple* registry) {
1753 registry->RegisterBooleanPref(prefs::kDisableScreenshots, false);
1754}
1755
Yuta Hijikata31a359c2020-11-27 07:50:261756#if BUILDFLAG(IS_CHROMEOS_ASH)
Xiyuan Xia5a8c4172019-05-13 16:23:481757void RegisterSigninProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
Xi Han25a7f032019-04-18 21:44:211758 RegisterProfilePrefs(registry, g_browser_process->GetApplicationLocale());
Xiyuan Xia5a8c4172019-05-13 16:23:481759 ash::RegisterSigninProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441760}
Eyor Alemayehu4b516fb2019-02-20 20:24:291761
[email protected]37ca3fe02013-07-05 15:32:441762#endif
1763
rkaplowf216caf2015-03-02 22:37:451764// This method should be periodically pruned of year+ old migrations.
Gabriel Charette1eecf132021-04-15 16:55:531765// See chrome/browser/prefs/README.md for details.
Lei Zhangb76b80e32020-04-08 16:58:161766void MigrateObsoleteLocalStatePrefs(PrefService* local_state) {
Scott Littlec463f3362022-02-15 18:44:241767 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
1768 // or cleared here, and that pref is also used in iOS Chrome, it may also need
1769 // to be migrated or cleared specifically for iOS as well. This could be by
1770 // doing the migration in feature code that's called by all platforms instead
1771 // of here, or by calling migration code in the appropriate place for iOS
1772 // specifically, e.g. ios/chrome/browser/prefs/browser_prefs.mm.
1773
Dominic Battre645d42342020-12-04 16:14:101774 // BEGIN_MIGRATE_OBSOLETE_LOCAL_STATE_PREFS
1775 // Please don't delete the preceding line. It is used by PRESUBMIT.py.
1776
Caitlin Fischer03ab6cb2021-12-07 19:54:061777 // Added 12/2021.
Caitlin Fischer0f812b02021-12-13 17:00:561778 local_state->ClearPref(kStabilityRendererHangCount);
Caitlin Fischer03ab6cb2021-12-07 19:54:061779 local_state->ClearPref(kStabilityIncompleteSessionEndCount);
1780 local_state->ClearPref(kStabilitySessionEndCompleted);
1781
Artem Sumaneev967577f2022-01-31 17:30:021782 // Added 01/2022.
1783 invalidation::InvalidatorRegistrarWithMemory::
1784 ClearTopicsWithObsoleteOwnerNames(local_state);
1785
Ari Chivukula3f8b6562022-02-18 23:33:431786 // Added 02/2022.
1787 local_state->ClearPref(kWebSQLInThirdPartyContextEnabled);
1788
Caitlin Fischer13cf5e782022-03-31 13:27:271789 // Added 03/2022.
Caitlin Fischerf52dbab2022-03-02 22:11:391790 local_state->ClearPref(kStabilityChildProcessCrashCount);
Caitlin Fischer13cf5e782022-03-31 13:27:271791 local_state->ClearPref(kStabilityRendererFailedLaunchCount);
1792 local_state->ClearPref(kStabilityExtensionRendererFailedLaunchCount);
Caitlin Fischerf52dbab2022-03-02 22:11:391793#if BUILDFLAG(ENABLE_PLUGINS)
1794 local_state->ClearPref(kStabilityPluginStats);
1795#endif
Caitlin Fischer92fb62d2022-03-28 15:43:281796#if !BUILDFLAG(IS_ANDROID)
1797 local_state->ClearPref(kStabilityLaunchCount);
1798#endif
Caitlin Fischer6134e2712022-03-30 22:54:231799 local_state->ClearPref(kStabilityExtensionRendererLaunchCount);
Caitlin Fischerf52dbab2022-03-02 22:11:391800
Robert Seseka1734d62022-04-20 19:09:311801 // Added 04/2022.
Caitlin Fischere321b452022-04-25 20:29:221802#if BUILDFLAG(ENABLE_PLUGINS)
Robert Seseka1734d62022-04-20 19:09:311803 local_state->ClearPref(kPluginsMetadata);
1804 local_state->ClearPref(kPluginsResourceCacheUpdate);
1805#endif
Caitlin Fischere321b452022-04-25 20:29:221806#if !BUILDFLAG(IS_ANDROID)
1807 local_state->ClearPref(kStabilityRendererLaunchCount);
1808#endif // !BUILDFLAG(IS_ANDROID)
Robert Seseka1734d62022-04-20 19:09:311809
Yann Dagob817b0f2022-05-24 16:34:281810 // Added 05/2022.
1811#if !BUILDFLAG(IS_ANDROID)
1812 local_state->ClearPref(prefs::kTabFreezingEnabled);
1813#endif
1814
Josh Horwich73bda3e2022-05-26 22:13:271815#if BUILDFLAG(IS_CHROMEOS_ASH)
1816 // Added 05/2022.
1817 local_state->ClearPref(kNativeBridge64BitSupportExperimentEnabled);
1818#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1819
Oksana Zhuravlova58c85282022-06-14 20:24:281820 // Added 06/2022.
1821 local_state->ClearPref(kBackgroundTracingLastUpload);
Caitlin Fischera3cec3e02022-06-23 04:29:101822 local_state->ClearPref(kStabilityGpuCrashCount);
Caitlin Fischerc1d6f3172022-06-28 23:10:021823 local_state->ClearPref(kStabilityRendererCrashCount);
1824 local_state->ClearPref(kStabilityExtensionRendererCrashCount);
Caitlin Fischer07366b12022-06-23 17:18:241825#if !BUILDFLAG(IS_ANDROID)
1826 local_state->ClearPref(kStabilityPageLoadCount);
1827#endif
Oksana Zhuravlova58c85282022-06-14 20:24:281828
Caitlin Fischer69c1ca892022-07-06 18:32:451829 // Added 07/2002.
1830 local_state->ClearPref(kStabilityCrashCount);
1831
Roman Sorokinc138f2982022-09-05 16:42:301832#if BUILDFLAG(IS_CHROMEOS_ASH)
1833 // Added 09/2022
1834 local_state->ClearPref(kUsersLastInputMethod);
1835#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1836
Avi Drissmanfee70e5f2022-11-02 20:50:111837#if BUILDFLAG(ENABLE_BACKGROUND_MODE) && BUILDFLAG(IS_MAC)
1838 // Added 11/2022.
1839 local_state->ClearPref(kUserRemovedLoginItem);
1840 local_state->ClearPref(kChromeCreatedLoginItem);
1841 local_state->ClearPref(kMigratedLoginItemPref);
1842#endif
Nicolas Dossou-Gbete2804a372022-11-09 17:25:351843#if BUILDFLAG(IS_CHROMEOS_LACROS)
1844 if (local_state->HasPrefPath(kPrimaryProfileFirstRunFinished)) {
1845 bool old_value = local_state->GetBoolean(kPrimaryProfileFirstRunFinished);
1846 local_state->ClearPref(kPrimaryProfileFirstRunFinished);
1847 local_state->SetBoolean(prefs::kFirstRunFinished, old_value);
1848 }
1849#endif
Avi Drissmanfee70e5f2022-11-02 20:50:111850
Victor Hugo Vianna Silva29ab0a32022-11-10 03:48:381851 // Added 11/2022.
1852 local_state->ClearPref(kLocalConsentsDictionary);
1853
Nasser Al-shawwa16ffdfc2023-01-13 14:32:201854 // Added 01/2023
1855 local_state->ClearPref(kSendDownloadToCloudPref);
Sebastien Lalancette55953e42023-01-17 14:48:311856#if BUILDFLAG(IS_MAC)
1857 local_state->ClearPref(kDeviceTrustDisableKeyCreationPref);
1858#endif // BUILDFLAG(IS_MAC)
Nasser Al-shawwa16ffdfc2023-01-13 14:32:201859
Dominic Battre645d42342020-12-04 16:14:101860 // Please don't delete the following line. It is used by PRESUBMIT.py.
1861 // END_MIGRATE_OBSOLETE_LOCAL_STATE_PREFS
Scott Littlec463f3362022-02-15 18:44:241862
1863 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
1864 // or cleared here, and that pref is also used in iOS Chrome, it may also need
1865 // to be migrated or cleared specifically for iOS as well. This could be by
1866 // doing the migration in feature code that's called by all platforms instead
1867 // of here, or by calling migration code in the appropriate place for iOS
1868 // specifically, e.g. ios/chrome/browser/prefs/browser_prefs.mm.
rkaplowf216caf2015-03-02 22:37:451869}
1870
1871// This method should be periodically pruned of year+ old migrations.
Gabriel Charette1eecf132021-04-15 16:55:531872// See chrome/browser/prefs/README.md for details.
rkaplowf216caf2015-03-02 22:37:451873void MigrateObsoleteProfilePrefs(Profile* profile) {
Scott Littlec463f3362022-02-15 18:44:241874 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
1875 // or cleared here, and that pref is also used in iOS Chrome, it may also need
1876 // to be migrated or cleared specifically for iOS as well. This could be by
1877 // doing the migration in feature code that's called by all platforms instead
1878 // of here, or by calling migration code in the appropriate place for iOS
1879 // specifically, e.g. ios/chrome/browser/prefs/browser_prefs.mm.
1880
Dominic Battre645d42342020-12-04 16:14:101881 // BEGIN_MIGRATE_OBSOLETE_PROFILE_PREFS
1882 // Please don't delete the preceding line. It is used by PRESUBMIT.py.
1883
rkaplowf216caf2015-03-02 22:37:451884 PrefService* profile_prefs = profile->GetPrefs();
1885
wutaobc9027e2020-04-08 02:01:441886 // Check MigrateDeprecatedAutofillPrefs() to see if this is safe to remove.
Moe Ahmadic3061bd2018-08-30 16:25:321887 autofill::prefs::MigrateDeprecatedAutofillPrefs(profile_prefs);
Alexandr Ilin273e20b2018-09-05 19:47:571888
Tarun Bansal99e447d2020-03-17 10:07:561889 // Added 3/2020.
Julian Pastarmov7da3bc22021-03-30 14:30:181890 // TODO(crbug.com/1062698): Remove this once the privacy settings redesign
1891 // is fully launched.
Ben Schwartz135746c2020-05-14 04:37:031892 chrome_browser_net::secure_dns::MigrateProbesSettingToOrFromBackup(
1893 profile_prefs);
wutao2e24aff2020-04-03 17:01:021894
Maksim Moskvitinf62545e2021-11-04 19:55:241895 // Added 11/2021.
1896 syncer::ClearObsoleteKeystoreBootstrapTokenPref(profile_prefs);
Kevin Radtke766244c2021-11-23 02:20:451897 profile_prefs->ClearPref(kWasPreviouslySetUpPrefName);
Maksim Moskvitinf62545e2021-11-04 19:55:241898
Simon Pelchat83b8a452021-12-07 15:49:391899 // Added 12/2021.
1900 profile_prefs->ClearPref(kAvailabilityProberOriginCheck);
1901 profile_prefs->ClearPref(kAvailabilityProberTLSCanaryCheck);
1902 profile_prefs->ClearPref(kAvailabilityProberDNSCanaryCheck);
1903
Aga Wronska5c15cec2021-12-10 16:21:321904#if BUILDFLAG(IS_CHROMEOS_ASH)
1905 // Added 12/2021.
1906 profile_prefs->ClearPref(kEduCoexistenceSecondaryAccountsInvalidationVersion);
Boris Sazonov4f61fe382021-12-13 19:05:301907
1908 // Added 12/2021
1909 profile_prefs->ClearPref(kSyncFirstRunCompleted);
Rachel Wongae7ad5d2021-12-14 01:57:271910
1911 // Added 12/2021.
1912 profile_prefs->ClearPref(kArcAppReinstallState);
Boris Sazonov6bc149b2021-12-29 11:02:581913
1914 profile_prefs->ClearPref(kOsSyncFeatureEnabled);
Aga Wronska5c15cec2021-12-10 16:21:321915#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1916
Andy Paicu5b05dd6d2021-12-28 17:40:071917// Added 12/2021.
Xiaohan Wangae7f9182022-01-16 00:37:521918#if BUILDFLAG(IS_ANDROID)
Andy Paicu5b05dd6d2021-12-28 17:40:071919 profile_prefs->ClearPref(kSearchGeolocationDisclosureDismissed);
1920 profile_prefs->ClearPref(kSearchGeolocationDisclosureShownCount);
1921 profile_prefs->ClearPref(kSearchGeolocationDisclosureLastShowDate);
1922 profile_prefs->ClearPref(kSearchGeolocationPreDisclosureMetricsRecorded);
1923 profile_prefs->ClearPref(kSearchGeolocationPostDisclosureMetricsRecorded);
Xiaohan Wangae7f9182022-01-16 00:37:521924#endif // BUILDFLAG(IS_ANDROID)
Andy Paicu5b05dd6d2021-12-28 17:40:071925
Tarun Bansal9a1dfe82022-01-11 21:02:201926 // Added 01/2022.
1927 profile_prefs->ClearPref(kHasSeenLiteModeInfoBar);
Marc Treib01cb8462022-01-13 14:57:511928 syncer::SyncTransportDataPrefs::MigrateInvalidationVersions(profile_prefs);
Tarun Bansal19172682022-01-27 01:26:241929 profile_prefs->ClearPref(kDailyHttpContentLengthLastUpdateDate);
1930 profile_prefs->ClearPref(kDailyHttpOriginalContentLength);
1931 profile_prefs->ClearPref(kDailyHttpReceivedContentLength);
1932 profile_prefs->ClearPref(kDataUsageReportingEnabled);
1933 profile_prefs->ClearPref(kHttpReceivedContentLength);
1934 profile_prefs->ClearPref(kHttpOriginalContentLength);
1935 profile_prefs->ClearPref(kThisWeekNumber);
1936 profile_prefs->ClearPref(kThisWeekServicesDownstreamBackgroundKB);
1937 profile_prefs->ClearPref(kThisWeekServicesDownstreamForegroundKB);
1938 profile_prefs->ClearPref(kLastWeekServicesDownstreamBackgroundKB);
1939 profile_prefs->ClearPref(kLastWeekServicesDownstreamForegroundKB);
1940 profile_prefs->ClearPref(kThisWeekUserTrafficContentTypeDownstreamKB);
1941 profile_prefs->ClearPref(kLastWeekUserTrafficContentTypeDownstreamKB);
Tarun Bansal556a5692022-02-01 18:56:241942 profile_prefs->ClearPref(kDataSaverEnabled);
1943 profile_prefs->ClearPref(kDataReductionProxyWasEnabledBefore);
1944 profile_prefs->ClearPref(kDataReductionProxyLastEnabledTime);
Marc Treib01cb8462022-01-13 14:57:511945
Artem Sumaneev967577f2022-01-31 17:30:021946 // Added 01/2022.
1947 invalidation::InvalidatorRegistrarWithMemory::
1948 ClearTopicsWithObsoleteOwnerNames(profile_prefs);
1949
Evan Stade19ccb912022-02-07 19:45:541950#if BUILDFLAG(IS_ANDROID)
1951 // Added 01/2022.
1952 syncer::ClearObsoleteSyncDecoupledFromAndroidMasterSync(profile_prefs);
1953#endif // BUILDFLAG(IS_ANDROID)
1954
Yao Xiao9255aec2022-02-05 00:02:191955 // Added 02/2022
1956 profile_prefs->ClearPref(kFlocIdValuePrefKey);
1957 profile_prefs->ClearPref(kFlocIdStatusPrefKey);
1958 profile_prefs->ClearPref(kFlocIdHistoryBeginTimePrefKey);
1959 profile_prefs->ClearPref(kFlocIdHistoryEndTimePrefKey);
1960 profile_prefs->ClearPref(kFlocIdFinchConfigVersionPrefKey);
1961 profile_prefs->ClearPref(kFlocIdSortingLshVersionPrefKey);
1962 profile_prefs->ClearPref(kFlocIdComputeTimePrefKey);
1963
Muyao Xubb2cb51ce2022-02-14 19:01:181964#if !BUILDFLAG(IS_ANDROID)
1965 // Added 02/2022
1966 profile_prefs->ClearPref(kMediaRouterCloudServicesPrefSet);
1967 profile_prefs->ClearPref(kMediaRouterEnableCloudServices);
1968#endif
1969
Matt Walliserc83a0ef42022-02-17 21:12:051970#if BUILDFLAG(IS_CHROMEOS_ASH)
1971 // Added 02/2022
1972 profile_prefs->ClearPref(kPhoneHubCameraRollPendingStatePrefName);
1973#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1974
Sophia Linf06a9ae2022-02-21 04:26:561975#if BUILDFLAG(IS_CHROMEOS_ASH)
1976 // Added 02/2022.
1977 // TODO(crbug.com/1298250): Remove after M107.
Joel Hockeyfcc56a292022-06-17 02:28:001978 guest_os::RemoveDuplicateContainerEntries(profile_prefs);
Sophia Linf06a9ae2022-02-21 04:26:561979#endif
1980
Caroline Rising663480d2022-04-01 16:07:261981 // Added 03/2022
1982 profile_prefs->ClearPref(kShowReadingListInBookmarkBar);
1983
Anastasiia N7e9dd802022-04-21 20:52:201984#if BUILDFLAG(IS_CHROMEOS_ASH)
1985 // Added 04/2022
1986 profile_prefs->ClearPref(kAccountManagerNumTimesWelcomeScreenShown);
1987#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1988
Geng Li8e6265f2022-04-28 21:34:271989#if BUILDFLAG(IS_CHROMEOS_ASH)
1990 // Added 04/2022
1991 profile_prefs->ClearPref(kTimeOnOobe);
1992#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1993
Sophie Changd5246ca2022-04-29 20:13:541994 // Added 04/2022
1995 profile_prefs->ClearPref(kOptimizationGuideRemoteFetchingEnabled);
1996
George Benza2c5d6232022-05-06 23:35:441997#if !BUILDFLAG(IS_ANDROID)
1998 // Added 05/2022
1999 profile_prefs->ClearPref(kAccessCodeCastDiscoveredNetworks);
2000#endif // !BUILDFLAG(IS_ANDROID)
2001
Joel Hockeyde8847e42022-05-19 07:19:112002#if BUILDFLAG(IS_CHROMEOS_ASH)
2003 // Added 05/2022.
2004 // TODO(crbug.com/1028898): Remove after M110.
David Munro86435df2022-07-25 01:27:452005 guest_os::RemoveTerminalFromRegistry(profile_prefs);
Joel Hockeyde8847e42022-05-19 07:19:112006#endif
2007
Mihai Sardarescub5b2c4a2022-05-23 14:55:402008#if !BUILDFLAG(IS_CHROMEOS_ASH)
2009 // Added 05/2022
2010 profile_prefs->ClearPref(kAccountIdMigrationState);
2011#endif
2012
minch417d2ac2022-05-24 16:41:092013#if BUILDFLAG(IS_CHROMEOS_ASH)
2014 // Added 05/2022.
2015 profile_prefs->ClearPref(kColorModeThemed);
2016#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2017
Mihai Sardarescu3a27a8b2022-05-30 14:01:492018#if BUILDFLAG(ENABLE_DICE_SUPPORT)
2019 // Added 06/2022.
2020 profile_prefs->ClearPref(kTokenServiceDiceCompatible);
2021#endif // BUILDFLAG(ENABLE_DICE_SUPPORT)
2022
Marc Treib1c0019a2022-06-02 09:25:012023#if BUILDFLAG(IS_ANDROID)
2024 // Added 06/2022.
2025 syncer::MigrateSyncRequestedPrefPostMice(profile_prefs);
Min Qin2435d852022-06-29 22:38:312026 profile_prefs->ClearPref(kDownloadLaterPromptStatus);
Marc Treib1c0019a2022-06-02 09:25:012027#endif // BUILDFLAG(IS_ANDROID)
2028
David Padlipsky6bc14aa2022-06-23 21:08:342029#if BUILDFLAG(IS_CHROMEOS_ASH)
2030 // Added 06/2022.
2031 profile_prefs->ClearPref(kImprovedShortcutsNotificationShownCount);
2032#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2033
Yann Dago2cbd7cb2022-06-27 18:18:292034 // Added 06/2022.
2035#if BUILDFLAG(ENABLE_EXTENSIONS)
Martin Kreichgauerc86cc652022-10-28 16:52:042036 profile_prefs->ClearPref(kU2fSecurityKeyApiEnabled);
Yann Dago2cbd7cb2022-06-27 18:18:292037#endif
2038 profile_prefs->ClearPref(prefs::kCloudPrintSubmitEnabled);
2039
Theodore Olsauskas-Warren0b852302022-06-28 12:05:072040 // Added 06/2022.
2041 profile_prefs->ClearPref(kPrivacySandboxPreferencesReconciled);
2042
Mariam Ali784166e2022-07-05 16:03:182043 // Added 07/2022
2044 profile_prefs->ClearPref(kPrivacySandboxFlocEnabled);
2045 profile_prefs->ClearPref(kPrivacySandboxFlocDataAccessibleSince);
sauskiad03aa42022-07-12 10:38:182046 profile_prefs->ClearPref(kPrivacySandboxApisEnabledV2Init);
Mariam Ali784166e2022-07-05 16:03:182047
JunHo Seo1f0506f22022-07-26 02:52:252048#if BUILDFLAG(ENABLE_EXTENSIONS)
2049 // Added 07/2022.
2050 profile_prefs->ClearPref(kExtensionToolbar);
2051#endif
2052
dpapad8ad510132022-07-29 18:21:072053#if BUILDFLAG(IS_CHROMEOS_ASH)
2054 // Added 07/2022.
Colin Kincaidf11f8562022-09-14 15:41:062055 profile_prefs->ClearPref(kCanShowFolderSelectionNudge);
dpapad8ad510132022-07-29 18:21:072056 profile_prefs->ClearPref(kSettingsShowOSBanner);
2057#endif
2058
Maksim Ivanov5705be32022-08-09 22:07:482059#if BUILDFLAG(IS_CHROMEOS_ASH)
2060 // Added 08/2022.
2061 profile_prefs->ClearPref(kSecurityTokenSessionNotificationDisplayed);
2062#endif
2063
Ryan Sultanemb3b422e2022-08-12 12:13:022064#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
2065 // Added 08/2022.
2066 profile_prefs->ClearPref(kProfileAvatarTutorialShown);
2067#endif
2068
Tom Andersoncb3408482022-09-02 19:06:412069#if BUILDFLAG(IS_LINUX)
2070 // Added 08/2022.
2071 if (profile_prefs->HasPrefPath(prefs::kUsesSystemThemeDeprecated)) {
2072 auto migrated_theme =
2073 profile_prefs->GetBoolean(prefs::kUsesSystemThemeDeprecated)
2074 ? ui::SystemTheme::kGtk
2075 : ui::SystemTheme::kDefault;
2076 profile_prefs->SetInteger(prefs::kSystemTheme,
2077 static_cast<int>(migrated_theme));
2078 }
2079 profile_prefs->ClearPref(prefs::kUsesSystemThemeDeprecated);
2080#endif
2081
Theodore Olsauskas-Warren221e3ecd2022-09-08 08:21:242082 // Added 09/2022.
2083 profile_prefs->ClearPref(kPrivacySandboxFirstPartySetsDataAccessAllowed);
2084
Colin Kincaidf11f8562022-09-14 15:41:062085#if BUILDFLAG(IS_CHROMEOS_ASH)
2086 // Added 09/2022.
2087 profile_prefs->ClearPref(kClipboardHistoryNewFeatureBadgeCount);
2088#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2089
Jan Keitel4707c1f2022-11-30 11:08:592090// Added 09/2022.
Jan Keitel98b2cc42022-09-20 05:38:392091#if BUILDFLAG(IS_ANDROID)
Jan Keitelbb6f6472022-09-26 13:36:382092 auto migrate_shared_pref = [profile_prefs](const std::string& source,
2093 const std::string& target) {
2094 if (absl::optional<bool> shared_pref =
2095 android::shared_preferences::GetAndClearBoolean(source);
2096 shared_pref) {
2097 profile_prefs->SetBoolean(target, shared_pref.value());
2098 }
2099 };
2100
Clemens Arbesser46cb4f72022-12-07 15:08:172101 // These settings will also need to be deleted from ChromePreferenceKeys.java.
Jan Keitel4707c1f2022-11-30 11:08:592102 migrate_shared_pref(kDeprecatedAutofillAssistantConsent,
2103 kAutofillAssistantConsent);
2104 migrate_shared_pref(kDeprecatedAutofillAssistantEnabled,
2105 kAutofillAssistantEnabled);
2106 migrate_shared_pref(kDeprecatedAutofillAssistantTriggerScriptsEnabled,
2107 kAutofillAssistantTriggerScriptsEnabled);
2108 migrate_shared_pref(kDeprecatedAutofillAssistantTriggerScriptsIsFirstTimeUser,
2109 kAutofillAssistantTriggerScriptsIsFirstTimeUser);
Jan Keitel98b2cc42022-09-20 05:38:392110#endif
2111
Kirubel Aklilud8f571c92022-09-22 16:37:442112 // Added 09/2022.
2113 profile_prefs->ClearPref(kFirstPartySetsEnabled);
2114
Jonathan Freedff18fb6a2022-10-17 20:46:292115 // Added 10/2022
David Roger877bdc72022-10-19 09:38:512116#if BUILDFLAG(IS_ANDROID)
Jonathan Freedff18fb6a2022-10-17 20:46:292117 feed::MigrateObsoleteProfilePrefsOct_2022(profile_prefs);
2118#endif // BUILDFLAG(IS_ANDROID)
Peter Birk Pakkenberg71a43942023-01-04 13:50:372119 profile_prefs->ClearPref(kOriginTrialPrefKey);
Jonathan Freedff18fb6a2022-10-17 20:46:292120
David Roger877bdc72022-10-19 09:38:512121 // Once this migration is complete, the tracked preference
2122 // `kGoogleServicesLastAccountIdDeprecated` can be removed.
2123 if (profile_prefs->HasPrefPath(
2124 prefs::kGoogleServicesLastAccountIdDeprecated)) {
2125 std::string account_id =
2126 profile_prefs->GetString(prefs::kGoogleServicesLastAccountIdDeprecated);
2127 profile_prefs->ClearPref(prefs::kGoogleServicesLastAccountIdDeprecated);
2128 bool is_email = account_id.find('@') != std::string::npos;
2129 if (!is_email && !account_id.empty())
2130 profile_prefs->SetString(prefs::kGoogleServicesLastGaiaId, account_id);
2131 }
2132
Martin Kreichgauerc86cc652022-10-28 16:52:042133 // Added 10/2022.
2134#if BUILDFLAG(ENABLE_EXTENSIONS)
2135 profile_prefs->ClearPref(kLoadCryptoTokenExtension);
2136#endif
2137
Yulun Wu066dab712022-11-01 17:20:242138#if BUILDFLAG(IS_CHROMEOS_ASH)
2139 // Added 10/2022.
2140 profile_prefs->ClearPref(kSuggestedContentInfoShownInLauncher);
2141 profile_prefs->ClearPref(kSuggestedContentInfoDismissedInLauncher);
2142#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2143
Jan Keitel4707c1f2022-11-30 11:08:592144 // Added 11/2022.
2145 profile_prefs->ClearPref(kAutofillAssistantEnabled);
2146 profile_prefs->ClearPref(kAutofillAssistantConsent);
2147 profile_prefs->ClearPref(kAutofillAssistantTriggerScriptsEnabled);
2148 profile_prefs->ClearPref(kAutofillAssistantTriggerScriptsIsFirstTimeUser);
2149
Mikel Astiz823b71012022-12-07 09:57:022150 // Added 12/2022.
2151 profile_prefs->ClearPref(
2152 reading_list::prefs::kDeprecatedReadingListHasUnseenEntries);
2153
Vishwas Uppoorbcf36722022-12-30 18:55:222154 // Added 12/2022.
2155 profile_prefs->ClearPref(kAutofillWalletImportStorageCheckboxState);
2156
Daseul Lee56c5a8d2023-01-17 17:18:462157 // Added 01/2023.
2158 profile_prefs->ClearPref(kFileSystemSyncAccessHandleAsyncInterfaceEnabled);
2159
Dominic Battre645d42342020-12-04 16:14:102160 // Please don't delete the following line. It is used by PRESUBMIT.py.
2161 // END_MIGRATE_OBSOLETE_PROFILE_PREFS
Scott Littlec463f3362022-02-15 18:44:242162
2163 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
2164 // or cleared here, and that pref is also used in iOS Chrome, it may also need
2165 // to be migrated or cleared specifically for iOS as well. This could be by
2166 // doing the migration in feature code that's called by all platforms instead
2167 // of here, or by calling migration code in the appropriate place for iOS
2168 // specifically, e.g. ios/chrome/browser/prefs/browser_prefs.mm.
[email protected]102253f2012-12-14 17:00:582169}