blob: b09779f47e8e92aa054d0e75d8c975ed211a727d [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>
John Palmer1e70a002023-08-15 02:20:348#include <string_view>
[email protected]c5d4b1842014-06-20 21:19:509
conniekxu4d14f65c2023-03-28 20:56:3610#include "ash/constants/ash_constants.h"
Artsiom Mitrokhincf332e22023-03-07 16:27:4711#include "base/time/time.h"
primiano6221e572015-01-28 12:14:3412#include "base/trace_event/trace_event.h"
Nico Webereaa08412019-08-14 01:24:3713#include "build/branding_buildflags.h"
avib896c712015-12-26 02:10:4314#include "build/build_config.h"
Maksim Sisovb2e86e272021-09-28 05:24:4915#include "build/chromecast_buildflags.h"
Yuta Hijikata31a359c2020-11-27 07:50:2616#include "build/chromeos_buildflags.h"
[email protected]1a47d7e2010-10-15 00:37:2417#include "chrome/browser/about_flags.h"
Dominic Mazzoni21fb0282019-02-13 18:32:4718#include "chrome/browser/accessibility/accessibility_labels_service.h"
James Wallace-Lee25a1b05e2018-07-24 00:06:3119#include "chrome/browser/accessibility/accessibility_ui.h"
[email protected]7a25d872012-05-21 19:14:1320#include "chrome/browser/accessibility/invert_bubble_prefs.h"
Jiaming Chengd3d84762023-07-20 20:47:3621#include "chrome/browser/ash/notifications/update_notification_showing_controller.h"
[email protected]b1de2c72013-02-06 02:45:4722#include "chrome/browser/browser_process_impl.h"
[email protected]bca18382012-06-25 19:15:2323#include "chrome/browser/chrome_content_browser_client.h"
Simon Hangl8ebaf732023-08-25 14:59:4724#include "chrome/browser/chromeos/enterprise/cloud_storage/policy_utils.h"
Andrew Rayskiy0ec947f2023-08-23 09:19:5425#include "chrome/browser/chromeos/upload_office_to_cloud/upload_office_to_cloud.h"
sorinebcfc8dd2016-08-12 21:57:1826#include "chrome/browser/component_updater/component_updater_prefs.h"
[email protected]70019152012-12-19 11:44:1927#include "chrome/browser/devtools/devtools_window.h"
[email protected]e5dc4222010-08-30 22:16:3228#include "chrome/browser/download/download_prefs.h"
dmurph93fa43b2017-02-07 23:45:1629#include "chrome/browser/engagement/important_sites_util.h"
Dominique Fauteux-Chapleau556bb84f2020-04-20 22:06:2930#include "chrome/browser/enterprise/connectors/connectors_prefs.h"
Og Astorga3089fd82021-09-21 00:02:3731#include "chrome/browser/enterprise/reporting/prefs.h"
Dominique Fauteux-Chapleau0e897db02021-04-19 18:42:2232#include "chrome/browser/enterprise/util/managed_browser_utils.h"
[email protected]ed2b1002011-05-25 14:12:1033#include "chrome/browser/external_protocol/external_protocol_handler.h"
[email protected]1b3588d2012-10-10 21:17:2534#include "chrome/browser/first_run/first_run.h"
[email protected]e6933d2a2013-03-12 22:32:2135#include "chrome/browser/gpu/gpu_mode_manager.h"
Avi Drissmand30927342018-05-22 15:04:2736#include "chrome/browser/lifetime/browser_shutdown.h"
rajendrantff2361da2020-12-16 09:18:2737#include "chrome/browser/login_detection/login_detection_prefs.h"
Becca Hughes6354b6b2017-08-31 22:01:5538#include "chrome/browser/media/media_engagement_service.h"
John Rummelle5621c12017-09-05 23:52:1039#include "chrome/browser/media/media_storage_id_salt.h"
George Benz13da3df02022-01-14 00:03:5240#include "chrome/browser/media/router/discovery/access_code/access_code_cast_feature.h"
Derek Cheng23a01402018-07-24 13:38:1441#include "chrome/browser/media/router/media_router_feature.h"
Simon Hangl2d73e742023-06-16 16:52:4742#include "chrome/browser/media/webrtc/capture_policy_utils.h"
mcasasa2023ab2016-09-08 01:06:3643#include "chrome/browser/media/webrtc/media_capture_devices_dispatcher.h"
Evan Stade32d635a2020-04-03 18:51:2544#include "chrome/browser/media/webrtc/permission_bubble_media_access_handler.h"
Sebastien Marchand5a63997a2019-09-27 19:15:3445#include "chrome/browser/memory/enterprise_memory_limit_pref_observer.h"
[email protected]4a55a712014-06-08 16:50:3446#include "chrome/browser/metrics/chrome_metrics_service_client.h"
Eric Secklera5c24e12018-11-28 16:09:2047#include "chrome/browser/net/net_error_tab_helper.h"
Matt Menkecfef87d2017-08-03 13:03:0648#include "chrome/browser/net/profile_network_context_service.h"
Ben Schwartz135746c2020-05-14 04:37:0349#include "chrome/browser/net/secure_dns_util.h"
Matt Menke4dfb375c2018-06-13 18:06:3150#include "chrome/browser/net/system_network_context_manager.h"
Tom Anderson1ef51d032020-02-11 01:05:0851#include "chrome/browser/notifications/notification_display_service_impl.h"
peterc4007912015-07-31 21:13:3752#include "chrome/browser/notifications/notifier_state_tracker.h"
Sharon Yangc6706902018-07-16 13:06:1953#include "chrome/browser/notifications/platform_notification_service_impl.h"
Balazs Engedy715b0ec2019-12-04 15:11:4554#include "chrome/browser/permissions/quiet_notification_permission_ui_state.h"
[email protected]24f95242014-02-10 17:55:2855#include "chrome/browser/prefs/chrome_pref_service_factory.h"
[email protected]4e94ab32011-08-05 05:28:2756#include "chrome/browser/prefs/incognito_mode_prefs.h"
[email protected]37858e52010-08-26 00:22:0257#include "chrome/browser/prefs/session_startup_pref.h"
Max Curran14dd7872023-03-20 19:57:3658#include "chrome/browser/preloading/prefetch/prefetch_service/prefetch_origin_decider.h"
Sreeja Kamishettyb8e18ae2022-07-22 03:12:4359#include "chrome/browser/preloading/prefetch/search_prefetch/search_prefetch_service.h"
Hiroki Nakagawa0977bd02023-09-08 15:33:1160#include "chrome/browser/preloading/preloading_prefs.h"
Nikita Podguzov26222d12019-12-04 11:44:3161#include "chrome/browser/printing/print_preview_sticky_settings.h"
[email protected]1bee6ed2012-03-14 06:46:3662#include "chrome/browser/profiles/chrome_version_service.h"
[email protected]ee937fe2013-02-27 00:41:5963#include "chrome/browser/profiles/profile.h"
Thomas Tanglc67ace42019-06-07 19:31:5064#include "chrome/browser/profiles/profile_attributes_entry.h"
Alex Ilinbb08a0d2021-07-08 09:37:2465#include "chrome/browser/profiles/profile_attributes_storage.h"
[email protected]8ecad5e2010-12-02 21:18:3366#include "chrome/browser/profiles/profile_impl.h"
[email protected]de71ae992013-07-18 03:30:3867#include "chrome/browser/profiles/profiles_state.h"
johnmecf2da0c2015-10-28 19:42:1268#include "chrome/browser/push_messaging/push_messaging_app_identifier.h"
Illia Klimov4b72378ed2022-07-18 13:46:5769#include "chrome/browser/push_messaging/push_messaging_service_impl.h"
gab3ca4a492017-03-02 00:19:4170#include "chrome/browser/rlz/chrome_rlz_tracker_delegate.h"
[email protected]a7b8e43d2013-03-18 18:52:4371#include "chrome/browser/search/search.h"
Himanshu Jajubcf3b9292019-06-07 12:54:0772#include "chrome/browser/sharing/sharing_sync_preference.h"
Kristi Parkd0f72412021-07-02 01:09:0373#include "chrome/browser/sharing_hub/sharing_hub_features.h"
Ryan Sleevi4689ad32018-04-16 19:09:0574#include "chrome/browser/ssl/ssl_config_service_manager.h"
avi24d693f2016-08-06 18:03:5275#include "chrome/browser/task_manager/task_manager_interface.h"
Patricia Alfonsoc6f40b5c2023-09-14 21:02:4376#include "chrome/browser/tpcd/experiment/tpcd_pref_names.h"
oysteine386fc9e2015-06-07 18:45:4177#include "chrome/browser/tracing/chrome_tracing_delegate.h"
[email protected]2cd4fde2012-06-26 03:10:2678#include "chrome/browser/ui/browser_ui_prefs.h"
Robert Liao741be302019-07-19 23:24:4279#include "chrome/browser/ui/hats/hats_service.h"
[email protected]297fb7c22012-06-26 12:37:4980#include "chrome/browser/ui/network_profile_bubble.h"
[email protected]9ce7cb42011-12-07 18:53:0781#include "chrome/browser/ui/prefs/prefs_tab_helper.h"
[email protected]62f77772011-02-23 19:45:4282#include "chrome/browser/ui/search_engines/keyword_editor_controller.h"
Victor Hugo Vianna Silva3452787c2022-07-28 23:25:3083#include "chrome/browser/ui/send_tab_to_self/send_tab_to_self_bubble.h"
Caroline Risingf4b49092023-03-23 02:28:2684#include "chrome/browser/ui/side_panel/side_panel_prefs.h"
[email protected]b56e2e32012-05-11 21:18:0485#include "chrome/browser/ui/tabs/pinned_tab_codec.h"
Elaine Chien07f137d2021-01-14 02:57:2186#include "chrome/browser/ui/toolbar/chrome_labs_prefs.h"
Livvie Lin9141d0f132020-03-23 22:47:0487#include "chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.h"
dljames4b665b22023-09-21 19:35:0888#include "chrome/browser/ui/toolbar/toolbar_pref_names.h"
Dana Fried68baeb002023-09-18 20:25:0489#include "chrome/browser/ui/user_education/browser_feature_promo_storage_service.h"
Emily Shack670f745c2023-03-03 19:47:3090#include "chrome/browser/ui/webui/bookmarks/bookmark_prefs.h"
dpapad2be5b61c62020-12-08 11:58:4991#include "chrome/browser/ui/webui/flags/flags_ui.h"
[email protected]7c5c6f3a2011-04-28 19:56:4992#include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
Jayee07bb468c2023-06-01 18:25:3193#include "chrome/browser/ui/webui/policy/policy_ui.h"
Nicolas Ouellet-Payeur4dbdf1e52018-08-06 21:51:0294#include "chrome/browser/ui/webui/print_preview/policy_settings.h"
Xing Liu7252b8d2020-01-22 22:12:4795#include "chrome/browser/updates/announcement_notification/announcement_notification_service.h"
Martin Kreichgauer0e1b15e2018-06-20 02:59:5096#include "chrome/browser/webauthn/chrome_authenticator_request_delegate.h"
Martin Kreichgauerd7aa4f92022-02-22 20:46:2197#include "chrome/browser/webauthn/webauthn_pref_names.h"
Scott Violet6200d332018-02-23 21:29:2398#include "chrome/common/buildflags.h"
[email protected]f87919d72011-02-02 18:46:1699#include "chrome/common/pref_names.h"
Ayu Ishiifbb1fad2020-06-22 20:15:07100#include "chrome/common/secure_origin_allowlist.h"
Moe Ahmadi173b0a2b2018-08-03 17:35:51101#include "components/autofill/core/common/autofill_prefs.h"
Clark DuVall8236b6a82020-05-28 22:54:32102#include "components/blocked_content/safe_browsing_triggered_popup_blocker.h"
Jesse McKenna3f8982f2023-09-22 16:20:26103#include "components/breadcrumbs/core/breadcrumbs_status.h"
ioanapa8bfbc72016-09-07 16:09:05104#include "components/browsing_data/core/pref_names.h"
Doug Turner9e79cf0c2018-04-05 21:32:30105#include "components/certificate_transparency/pref_names.h"
Matt Jones704e1a62022-09-20 16:28:24106#include "components/commerce/core/pref_names.h"
mukai8eaec822014-10-25 17:53:16107#include "components/content_settings/core/browser/host_content_settings_map.h"
Andrew Williams0e136592023-08-09 15:13:34108#include "components/content_settings/core/common/pref_names.h"
Javier Fernández García-Boente7966a892021-12-09 12:28:23109#include "components/custom_handlers/protocol_handler_registry.h"
[email protected]6a5b0712014-07-16 00:30:10110#include "components/dom_distiller/core/distilled_page_prefs.h"
Katie D1ca4328b2020-02-19 18:08:47111#include "components/dom_distiller/core/dom_distiller_features.h"
112#include "components/dom_distiller/core/pref_names.h"
Alex Chen9e56f7352023-01-20 22:56:15113#include "components/domain_reliability/domain_reliability_prefs.h"
Mugdha Lakhanida851fd2021-03-16 18:21:02114#include "components/embedder_support/origin_trials/origin_trial_prefs.h"
hmaree31cadf52022-11-09 22:32:55115#include "components/enterprise/browser/identifiers/identifiers_prefs.h"
Dominique Fauteux-Chapleaub6be8ae2023-09-26 13:48:40116#include "components/enterprise/buildflags/buildflags.h"
sdefresne8593e6432015-12-01 12:38:08117#include "components/flags_ui/pref_service_flags_storage.h"
Moe Ahmadi656dd532021-10-06 21:59:18118#include "components/history_clusters/core/history_clusters_prefs.h"
Brandon Wyliec7a94502018-10-18 18:43:25119#include "components/image_fetcher/core/cache/image_cache.h"
Anthony Vallee-Dubois43fded9702020-06-19 16:30:38120#include "components/invalidation/impl/fcm_invalidation_service.h"
Tanja Gornak5c8b5d952018-10-12 14:39:54121#include "components/invalidation/impl/invalidator_registrar_with_memory.h"
Marc Treib8c29f0c2019-12-19 12:48:07122#include "components/invalidation/impl/per_user_topic_subscription_manager.h"
Anthony Vallee-Dubois6f993122018-09-17 16:13:28123#include "components/language/content/browser/geo_language_provider.h"
Alexandre Frechette38f4ef92019-02-25 16:31:57124#include "components/language/content/browser/ulp_language_code_locator/ulp_language_code_locator.h"
Alexandre Frechette572755b2019-02-13 22:30:20125#include "components/language/core/browser/language_prefs.h"
Duncan Mercer8062eef2022-12-28 22:28:37126#include "components/lens/buildflags.h"
Joe DeBlasio59db500b2020-08-21 00:37:35127#include "components/lookalikes/core/lookalike_url_util.h"
Guido Urdaneta9f831c22023-06-22 13:44:34128#include "components/media_device_salt/media_device_id_salt.h"
Mikel Astizf4226912020-10-19 19:10:37129#include "components/metrics/demographics/user_demographics.h"
Peter Wen45025ea2018-09-17 15:16:27130#include "components/metrics/metrics_pref_names.h"
[email protected]d0ab865b2014-06-04 19:41:34131#include "components/network_time/network_time_tracker.h"
treibbb0c5af52016-12-09 17:34:15132#include "components/ntp_tiles/most_visited_sites.h"
Scott Violet9ae82892018-03-01 18:38:12133#include "components/offline_pages/buildflags/buildflags.h"
Travis Skare27cee15c2018-07-19 14:34:13134#include "components/omnibox/browser/document_provider.h"
Moe Ahmadi1266de82020-04-10 17:19:53135#include "components/omnibox/browser/omnibox_prefs.h"
blundell2102f7c2015-07-09 10:00:53136#include "components/omnibox/browser/zero_suggest_provider.h"
Sophie Changf2da5f02021-01-07 19:38:47137#include "components/optimization_guide/core/optimization_guide_prefs.h"
[email protected]1f730bd2014-02-28 15:11:32138#include "components/password_manager/core/browser/password_manager.h"
anthonyvd6a43b932017-05-11 18:39:27139#include "components/payments/core/payment_prefs.h"
Anthony Vallee-Duboiscee55b12022-03-24 22:54:02140#include "components/performance_manager/public/user_tuning/prefs.h"
Aisulu Rakhmetullinaac4afcb62023-07-05 18:10:04141#include "components/permissions/pref_names.h"
Kirubel Aklilu7abc28662023-09-14 17:14:40142#include "components/plus_addresses/plus_address_prefs.h"
brettw03e61962016-03-15 06:27:04143#include "components/policy/core/browser/browser_policy_connector.h"
Aaron Colwellb4226222020-07-25 16:11:36144#include "components/policy/core/browser/url_blocklist_manager.h"
Jayeeb93166c2023-07-17 14:04:49145#include "components/policy/core/common/local_test_policy_provider.h"
Yann Dago9c1e19512022-02-28 22:27:31146#include "components/policy/core/common/management/management_service.h"
David Bienvenu554a2592020-02-13 20:20:54147#include "components/policy/core/common/policy_pref_names.h"
brettw03e61962016-03-15 06:27:04148#include "components/policy/core/common/policy_statistics_collector.h"
[email protected]f0c8c4992014-05-15 17:37:26149#include "components/pref_registry/pref_registry_syncable.h"
Martin Šrámek5921f6312020-03-25 09:31:47150#include "components/prefs/pref_registry.h"
brettwb1fc1b82016-02-02 00:19:08151#include "components/prefs/pref_registry_simple.h"
152#include "components/prefs/pref_service.h"
Sean Harrison4685ab72020-12-08 18:26:22153#include "components/privacy_sandbox/privacy_sandbox_prefs.h"
abhishek.a2171c612852015-08-31 10:48:19154#include "components/proxy_config/pref_proxy_config_tracker_impl.h"
Amanda Velasco Gallardo25f07362022-01-28 02:08:47155#include "components/safe_browsing/content/common/file_type_policies_prefs.h"
Ali Jumafb3dc1f2020-01-07 17:33:47156#include "components/safe_browsing/core/common/safe_browsing_prefs.h"
[email protected]0915b352014-06-25 19:58:14157#include "components/search_engines/template_url_prepopulate_data.h"
Carlos IL06e6c8c2020-07-28 00:25:19158#include "components/security_interstitials/content/insecure_form_blocking_page.h"
Colin Blundell7657b402020-02-25 09:46:50159#include "components/security_interstitials/content/stateful_ssl_host_state_delegate.h"
Anastasia Helfinstein33187fd2023-01-27 03:06:07160#include "components/segmentation_platform/embedder/default_model/device_switcher_result_dispatcher.h"
Shakti Sahu93bfba22021-06-17 18:05:21161#include "components/segmentation_platform/public/segmentation_platform_service.h"
Ramin Halavati52a9a292022-04-28 04:27:49162#include "components/services/screen_ai/buildflags/buildflags.h"
Ayu Ishii73a353d2022-07-07 21:56:42163#include "components/services/storage/public/cpp/storage_prefs.h"
Mikel Astizf61f4ba02018-06-01 10:50:19164#include "components/sessions/core/session_id_generator.h"
David Rogerfbfc9382021-07-12 13:58:45165#include "components/signin/public/base/signin_buildflags.h"
David Roger877bdc72022-10-19 09:38:51166#include "components/signin/public/base/signin_pref_names.h"
Henrique Ferreiro94eb46f2019-07-03 14:38:56167#include "components/signin/public/identity_manager/identity_manager.h"
Evan Stade89158192021-01-27 18:45:23168#include "components/site_engagement/content/site_engagement_service.h"
Eric Robinson49f19b62018-09-17 21:28:15169#include "components/subresource_filter/content/browser/ruleset_service.h"
[email protected]1099454d2023-01-31 14:35:11170#include "components/supervised_user/core/common/buildflags.h"
Mikel Astiz91c345c2023-05-16 14:18:56171#include "components/sync/service/glue/sync_transport_data_prefs.h"
Marc Treibd6c8540e2023-07-04 19:18:49172#include "components/sync/service/sync_prefs.h"
Jeffrey Cohen053be24d2019-07-23 23:44:05173#include "components/sync_device_info/device_info_prefs.h"
maxbogueea16ff412016-10-28 16:35:29174#include "components/sync_preferences/pref_service_syncable.h"
Mikel Astiz0889b2be2018-09-25 16:20:41175#include "components/sync_sessions/session_sync_prefs.h"
Oksana Zhuravlova58c85282022-06-14 20:24:28176#include "components/tracing/common/pref_names.h"
[email protected]81135072014-02-14 14:11:02177#include "components/translate/core/browser/translate_prefs.h"
wafflesd2d9a332016-04-09 01:59:57178#include "components/update_client/update_client.h"
blundell0300cdea2015-09-03 12:47:44179#include "components/variations/service/variations_service.h"
[email protected]f3b1a082011-11-18 00:34:30180#include "content/public/browser/render_process_host.h"
Scott Violetc8240b02018-03-08 22:03:59181#include "extensions/buildflags/buildflags.h"
[email protected]ad66db12014-07-10 12:43:47182#include "net/http/http_server_properties_manager.h"
Andy Phan99ccfb42022-11-29 18:57:07183#include "pdf/buildflags.h"
Scott Violet02e38b92018-03-27 23:42:14184#include "ppapi/buildflags/buildflags.h"
Scott Violet318a55f2018-03-30 19:08:19185#include "printing/buildflags/buildflags.h"
Scott Violeta5f7ba12018-04-02 22:03:40186#include "rlz/buildflags/buildflags.h"
Jan Keitel98b2cc42022-09-20 05:38:39187#include "third_party/abseil-cpp/absl/types/optional.h"
[email protected]a814d8632009-01-31 20:18:52188
Denis Kuznetsov32099f32017-12-15 14:04:57189#if BUILDFLAG(ENABLE_BACKGROUND_MODE)
thestige4155842014-10-20 18:58:02190#include "chrome/browser/background/background_mode_manager.h"
191#endif
192
brettw00899e62016-11-12 02:10:17193#if BUILDFLAG(ENABLE_EXTENSIONS)
je_julie.kim7fbb5a1a2015-02-09 17:26:05194#include "chrome/browser/accessibility/animation_policy_prefs.h"
Dominick Ng6ff51052018-07-06 05:30:20195#include "chrome/browser/apps/platform_apps/shortcut_manager.h"
[email protected]17510602014-06-05 11:02:28196#include "chrome/browser/extensions/activity_log/activity_log.h"
197#include "chrome/browser/extensions/api/commands/command_service.h"
[email protected]17510602014-06-05 11:02:28198#include "chrome/browser/extensions/api/tabs/tabs_api.h"
[email protected]d5a74be2014-08-08 01:01:27199#include "chrome/browser/extensions/extension_web_ui.h"
Daniel Murphy3657906d2021-04-13 20:33:12200#include "chrome/browser/extensions/preinstalled_apps.h"
Devlin Cronina997c8e2021-03-18 00:33:18201#include "chrome/browser/ui/extensions/settings_api_bubble_helpers.h"
Devlin Cronin71f0f532018-04-26 16:35:06202#include "chrome/browser/ui/webui/extensions/extensions_ui.h"
tbarzicfa3c7ef62017-04-17 23:12:02203#include "extensions/browser/api/audio/audio_api.h"
afakhry2bd481832016-06-16 16:17:24204#include "extensions/browser/api/runtime/runtime_api.h"
[email protected]d5a74be2014-08-08 01:01:27205#include "extensions/browser/extension_prefs.h"
Emilia Paz363fa0062022-01-15 05:12:03206#include "extensions/browser/permissions_manager.h"
Yann Dago2cbd7cb2022-06-27 18:18:29207#include "extensions/browser/pref_names.h"
Yuta Hijikata31a359c2020-11-27 07:50:26208#if BUILDFLAG(IS_CHROMEOS_ASH)
Yuta Hijikata54df9132021-10-09 01:27:12209#include "chrome/browser/ash/crosapi/browser_data_migrator.h"
Henrique Ferreiro7967dce2021-09-23 11:37:47210#include "chrome/browser/ash/device_name/device_name_store.h"
Henrique Ferreirod67f0472022-11-05 00:40:09211#include "chrome/browser/ash/extensions/extensions_permissions_tracker.h"
Yeunjoo Choi5e8463292021-04-28 01:19:42212#include "chrome/browser/ash/kerberos/kerberos_credentials_manager.h"
Henrique Ferreirob3c117562021-02-24 20:12:45213#include "chrome/browser/ash/login/easy_unlock/easy_unlock_service.h"
Henrique Ferreirod57c4962021-09-29 07:26:59214#include "chrome/browser/ash/net/system_proxy_manager.h"
Henrique Ferreiro4ebaaa32021-10-13 16:59:35215#include "chrome/browser/ash/platform_keys/key_permissions/key_permissions_manager_impl.h"
Anatoliy Potapchuka460bc12021-11-05 19:23:10216#include "chrome/browser/ash/policy/networking/euicc_status_uploader.h"
Ashutosh Singhal96d051012023-07-26 11:00:49217#include "chrome/browser/ash/policy/remote_commands/crd_admin_session_controller.h"
Danila Kuzmin90a42f02021-12-08 14:00:16218#include "chrome/browser/ash/settings/hardware_data_usage_controller.h"
Yeunjoo Choi5097e9c2021-02-25 08:46:52219#include "chrome/browser/ash/settings/stats_reporting_controller.h"
Xiaochu Liu48ab5932018-05-11 03:44:04220#include "chrome/browser/component_updater/metadata_table_chromeos.h"
Joel Hockeya9ccf0e2022-05-27 22:11:19221#include "chrome/browser/extensions/api/shared_storage/shared_storage_private_api.h"
yilkal95d9f882021-10-18 21:59:00222#include "chrome/browser/ui/ash/projector/projector_app_client_impl.h"
Yeunjoo Choi38cea422022-10-18 06:19:17223#include "chrome/browser/ui/webui/ash/edu_coexistence/edu_coexistence_login_handler.h"
Yeunjoo Choiebbdaa62022-10-20 01:05:31224#include "chrome/browser/ui/webui/signin/ash/inline_login_handler_impl.h"
Yuta Hijikata31a359c2020-11-27 07:50:26225#endif // BUILDFLAG(IS_CHROMEOS_ASH)
brettw00899e62016-11-12 02:10:17226#endif // BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]17510602014-06-05 11:02:28227
Jack Yammine96729f72023-09-25 15:47:28228// `search_engine_choice_service.h` includes `chrome/browser/ui/browser_list.h`
229// that can't be included on android.
230#if BUILDFLAG(ENABLE_SEARCH_ENGINE_CHOICE)
231#include "chrome/browser/search_engine_choice/search_engine_choice_service.h"
232#endif
233
Andy Phan99ccfb42022-11-29 18:57:07234#if BUILDFLAG(ENABLE_PDF)
235#include "chrome/browser/pdf/pdf_pref_names.h"
236#endif // BUILDFLAG(ENABLE_PDF)
237
Ramin Halavati52a9a292022-04-28 04:27:49238#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Ramin Halavatic21eb8a2023-05-23 07:32:31239#include "chrome/browser/screen_ai/pref_names.h"
Ramin Halavati52a9a292022-04-28 04:27:49240#endif
241
Lei Zhang6cb9b842019-12-16 20:29:12242#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
[email protected]503e2922023-06-23 13:38:37243#include "components/supervised_user/core/browser/child_account_service.h"
[email protected]1e50f232023-05-12 13:57:34244#include "components/supervised_user/core/browser/supervised_user_service.h"
Bettina Deaf3dac202017-09-16 20:53:22245#endif
246
Jian Lic9a227c2022-02-28 22:55:44247#include "components/feed/buildflags.h"
248#include "components/feed/core/common/pref_names.h"
249#include "components/feed/core/shared_prefs/pref_names.h"
250
Xiaohan Wangae7f9182022-01-16 00:37:52251#if BUILDFLAG(IS_ANDROID)
Amanda Lin Dietz8864d302023-06-26 18:36:39252#include "chrome/browser/accessibility/accessibility_prefs/android/accessibility_prefs_controller.h"
zpengdb4a58e2017-01-10 17:40:32253#include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h"
zpengdb4a58e2017-01-10 17:40:32254#include "chrome/browser/android/ntp/recent_tabs_page_prefs.h"
Kenichi Ishibashi35ac7132017-12-08 03:44:30255#include "chrome/browser/android/oom_intervention/oom_intervention_decider.h"
mlliuee3a405c2016-10-28 22:34:52256#include "chrome/browser/android/preferences/browser_prefs_android.h"
Jan Keitel98b2cc42022-09-20 05:38:39257#include "chrome/browser/android/preferences/shared_preferences_migrator_android.h"
Patrick Noland87d9f842019-01-16 03:52:02258#include "chrome/browser/android/usage_stats/usage_stats_bridge.h"
Sky Maliced8eb4302020-08-03 05:46:44259#include "chrome/browser/first_run/android/first_run_prefs.h"
Yu Su4d459862021-04-15 04:19:54260#include "chrome/browser/lens/android/lens_prefs.h"
John Rummell4703af62019-02-15 02:31:00261#include "chrome/browser/media/android/cdm/media_drm_origin_id_manager.h"
Lei Zhangdb0c0872022-03-04 04:26:59262#include "chrome/browser/notifications/notification_channels_provider_android.h"
Christopher Thompson2602fea2019-11-26 19:36:54263#include "chrome/browser/ssl/known_interception_disclosure_infobar_delegate.h"
Glen Robertson8a825ae4f2020-09-16 06:50:08264#include "components/cdm/browser/media_drm_storage_impl.h" // nogncheck crbug.com/1125897
Sebastien Lalancette374cf6a2021-06-22 17:23:52265#include "components/content_creation/notes/core/note_prefs.h"
Dan Harrington899e25232023-04-11 18:23:57266#include "components/ntp_snippets/register_prefs.h"
zpengdb4a58e2017-01-10 17:40:32267#include "components/ntp_tiles/popular_sites_impl.h"
Clark DuVall600abea2020-03-23 16:16:17268#include "components/permissions/contexts/geolocation_permission_context_android.h"
Xing Liu0327d832020-05-15 21:07:03269#include "components/query_tiles/tile_service_prefs.h"
Ella Gec7c64062023-05-02 17:16:14270#include "components/webapps/browser/android/install_prompt_prefs.h"
Xiaohan Wangae7f9182022-01-16 00:37:52271#else // BUILDFLAG(IS_ANDROID)
Yue Zhang87902392020-12-23 23:12:05272#include "chrome/browser/cart/cart_service.h"
Shakti Sahue7597fd2023-04-05 23:32:39273#include "chrome/browser/companion/core/promo_handler.h"
Anqing Zhao9595e482021-06-10 11:33:55274#include "chrome/browser/device_api/device_service_impl.h"
peter9f4490a2017-01-27 00:58:36275#include "chrome/browser/gcm/gcm_product_util.h"
Matt Reynolds1914ff6b2022-02-04 08:48:26276#include "chrome/browser/hid/hid_policy_allowed_devices.h"
Tommy Lid5b7c22b2020-10-28 01:26:51277#include "chrome/browser/intranet_redirect_detector.h"
Lei Zhang6cb9b842019-12-16 20:29:12278#include "chrome/browser/media/unified_autoplay_config.h"
Sebastien Marchande9f7b992021-02-10 03:11:08279#include "chrome/browser/metrics/tab_stats/tab_stats_tracker.h"
Josh Nohle13ea6b432020-07-21 20:46:59280#include "chrome/browser/nearby_sharing/common/nearby_share_prefs.h"
Tibor Goldschwendt83b26a02021-07-09 23:13:18281#include "chrome/browser/new_tab_page/modules/drive/drive_service.h"
Jeremy Selier730b56d32021-09-17 02:59:39282#include "chrome/browser/new_tab_page/modules/photos/photos_service.h"
Riley Tatumc48258f12022-08-18 22:13:13283#include "chrome/browser/new_tab_page/modules/recipes/recipes_service.h"
Rohit Bhatia22e544f2021-10-05 15:32:26284#include "chrome/browser/new_tab_page/modules/safe_browsing/safe_browsing_handler.h"
Tibor Goldschwendt53a0eab2021-07-29 10:40:25285#include "chrome/browser/new_tab_page/promos/promo_service.h"
Yann Dago44d6cc322022-07-13 17:46:25286#include "chrome/browser/policy/developer_tools_policy_handler.h"
Tibor Goldschwendtf3a3ce92021-08-17 00:42:16287#include "chrome/browser/search/background/ntp_custom_background_service.h"
Reilly Grantd4fb5842021-03-15 23:16:49288#include "chrome/browser/serial/serial_policy_allowed_ports.h"
thestigc91176f42014-10-28 20:16:35289#include "chrome/browser/signin/signin_promo.h"
Mei Liang74df4f82022-09-26 23:00:33290#include "chrome/browser/ui/commerce/price_tracking/shopping_list_ui_tab_helper.h"
Eduard Hez55d711f2023-07-12 12:10:07291#include "chrome/browser/ui/safety_hub/safety_hub_prefs.h"
zpengdb4a58e2017-01-10 17:40:32292#include "chrome/browser/ui/startup/startup_browser_creator.h"
Roman Arorabc876bf2023-08-03 15:25:21293#include "chrome/browser/ui/webui/cr_components/theme_color_picker/theme_color_picker_handler.h"
rbpotterbe128632019-11-22 04:50:42294#include "chrome/browser/ui/webui/history/foreign_session_handler.h"
Tibor Goldschwendt53ca78b2020-10-07 19:56:18295#include "chrome/browser/ui/webui/new_tab_page/new_tab_page_handler.h"
Tibor Goldschwendtbbdbe8f2021-05-20 19:27:39296#include "chrome/browser/ui/webui/new_tab_page/new_tab_page_ui.h"
John Lee136759f02019-04-15 20:19:11297#include "chrome/browser/ui/webui/settings/settings_ui.h"
Mark Schillaciba4a7322022-06-29 15:08:35298#include "chrome/browser/ui/webui/side_panel/read_anything/read_anything_prefs.h"
Roman Aroracd8462c2021-08-03 01:20:33299#include "chrome/browser/ui/webui/tab_search/tab_search_prefs.h"
rbpotter73c13252021-07-16 21:29:34300#include "chrome/browser/ui/webui/whats_new/whats_new_ui.h"
Greg Thompson8bcd799b2018-08-10 09:49:33301#include "chrome/browser/upgrade_detector/upgrade_detector.h"
Peter Kvitek6567a8a3a2023-01-31 01:03:57302#include "components/headless/policy/headless_mode_prefs.h"
Abigail Klein153fa7a2021-08-26 19:50:50303#include "components/live_caption/live_caption_controller.h"
evliuc5b5a722022-10-28 00:05:49304#include "components/live_caption/live_translate_controller.h"
Lei Zhang6cb9b842019-12-16 20:29:12305#include "components/ntp_tiles/custom_links_manager_impl.h"
Florian Jacky6723cef2023-04-17 11:38:31306#include "components/permissions/permission_hats_trigger_helper.h"
Caroline Rising065085a22023-02-22 14:34:09307#include "components/user_notes/user_notes_prefs.h"
Xiaohan Wangae7f9182022-01-16 00:37:52308#endif // BUILDFLAG(IS_ANDROID)
thestigc91176f42014-10-28 20:16:35309
Nicolas MacBeth53fa8142023-06-20 15:06:09310#if !BUILDFLAG(IS_ANDROID) && BUILDFLAG(GOOGLE_CHROME_BRANDING)
311#include "chrome/browser/promos/promos_utils.h"
312#endif // !BUILDFLAG(IS_ANDROID) && BUILDFLAG(GOOGLE_CHROME_BRANDING)
313
Xiaohan Wangae7f9182022-01-16 00:37:52314#if BUILDFLAG(IS_CHROMEOS)
Tim Sergeant2b6bc66e2022-04-14 20:15:21315#include "chrome/browser/apps/intent_helper/supported_links_infobar_prefs_service.h"
Erik Chen643355d2022-04-22 05:44:49316#include "chrome/browser/chromeos/extensions/echo_private/echo_private_api.h"
Maria Petrisorbb5226b2022-06-02 09:10:51317#include "chrome/browser/chromeos/extensions/login_screen/login/login_api_prefs.h"
Alvin Lee99f8d9a82021-11-18 18:45:55318#include "chrome/browser/chromeos/policy/dlp/dlp_rules_manager_impl.h"
Josh Simmons29bce0e82023-08-31 05:59:50319#include "chrome/browser/chromeos/quickoffice/quickoffice_prefs.h"
Vignesh Shenvidfab2b12023-08-07 19:13:00320#include "chrome/browser/chromeos/reporting/metric_reporting_prefs.h"
Olya Kalitova39e913d52021-03-16 22:26:22321#include "chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h"
Kuo-Hsin Yang40227972022-05-16 18:39:09322#include "chrome/browser/memory/oom_kills_monitor.h"
Michael Ershov5b2a7062022-01-17 14:28:45323#include "chrome/browser/policy/networking/policy_cert_service.h"
Ben Franz73537362021-11-08 11:53:40324#include "chrome/browser/policy/system_features_disable_list_policy_handler.h"
Michael Ershovd9a627e2021-11-03 13:55:27325#include "chrome/browser/ui/webui/certificates_handler.h"
anina koehlerf1e29df62022-08-10 07:22:32326#include "chromeos/ui/wm/fullscreen/pref_names.h"
Andrew Rayskiy16f8cab2022-12-15 16:28:33327#if BUILDFLAG(USE_CUPS)
Pranav Batrae71407672021-08-16 23:53:00328#include "chrome/browser/extensions/api/printing/printing_api_handler.h"
Andrew Rayskiy16f8cab2022-12-15 16:28:33329#endif // BUILDFLAG(USE_CUPS)
Xiaohan Wangae7f9182022-01-16 00:37:52330#endif // BUILDFLAG(IS_CHROMEOS)
Olya Kalitova39e913d52021-03-16 22:26:22331
Yuta Hijikata31a359c2020-11-27 07:50:26332#if BUILDFLAG(IS_CHROMEOS_ASH)
Yao Li646187a2021-11-16 01:02:11333#include "ash/components/arc/arc_prefs.h"
Henrique Ferreirof9d1cb22021-07-13 01:32:47334#include "ash/constants/ash_pref_names.h"
Eric Sumbed9fdd2023-03-15 18:06:30335#include "ash/public/cpp/ambient/ambient_prefs.h"
Xiyuan Xia5a8c4172019-05-13 16:23:48336#include "ash/public/cpp/ash_prefs.h"
Nikki Fangac3f0592023-02-14 01:31:19337#include "chrome/browser/apps/app_deduplication_service/app_deduplication_service.h"
Jeevan Shikarama73dec1a2022-09-08 05:51:52338#include "chrome/browser/apps/app_preload_service/app_preload_service.h"
Nancy Wang811fe4f92021-10-08 12:28:13339#include "chrome/browser/apps/app_service/metrics/app_platform_metrics_service.h"
Tim Sergeant1231dcc2021-05-10 14:00:57340#include "chrome/browser/apps/app_service/webapk/webapk_prefs.h"
Anastasiia N0582a902021-12-08 17:44:59341#include "chrome/browser/ash/account_manager/account_apps_availability.h"
Pranav Batra468fbe622021-06-23 01:42:36342#include "chrome/browser/ash/account_manager/account_manager_edu_coexistence_controller.h"
Yeunjoo Choife4364d2022-12-14 10:41:37343#include "chrome/browser/ash/app_list/app_list_syncable_service.h"
Yeunjoo Choi366e3462022-12-06 08:58:53344#include "chrome/browser/ash/app_list/arc/arc_app_list_prefs.h"
Henrique Ferreiro53d4dc42021-01-27 01:02:38345#include "chrome/browser/ash/app_mode/arc/arc_kiosk_app_manager.h"
346#include "chrome/browser/ash/app_mode/kiosk_app_manager.h"
347#include "chrome/browser/ash/app_mode/kiosk_cryptohome_remover.h"
348#include "chrome/browser/ash/app_mode/web_app/web_kiosk_app_manager.h"
Sammie Quon21285822021-09-20 19:48:34349#include "chrome/browser/ash/app_restore/full_restore_prefs.h"
Yeunjoo Choidf64fe692021-03-08 05:32:34350#include "chrome/browser/ash/apps/apk_web_app_service.h"
Hidehiko Abe89f9b5c92023-09-19 04:37:11351#include "chrome/browser/ash/arc/boot_phase_monitor/arc_boot_phase_monitor_bridge.h"
Henrique Ferreiro2ef82302021-03-24 12:12:25352#include "chrome/browser/ash/arc/policy/arc_policy_bridge.h"
Henrique Ferreiro717d3022021-03-24 15:43:56353#include "chrome/browser/ash/arc/session/arc_session_manager.h"
Yeunjoo Choi2c5e78c2021-04-01 10:51:52354#include "chrome/browser/ash/bluetooth/debug_logs_manager.h"
Theo Johnson-Kanudc9f96272023-01-12 05:11:39355#include "chrome/browser/ash/bluetooth/hats_bluetooth_revamp_trigger_impl.h"
Pranav Batra468fbe622021-06-23 01:42:36356#include "chrome/browser/ash/borealis/borealis_prefs.h"
Fergus Dall54a6a432022-11-18 17:35:29357#include "chrome/browser/ash/bruschetta/bruschetta_pref_names.h"
Yeunjoo Choiebf07312021-03-24 01:48:51358#include "chrome/browser/ash/cert_provisioning/cert_provisioning_common.h"
Yeunjoo Choi8a355962021-04-13 01:22:27359#include "chrome/browser/ash/child_accounts/family_user_chrome_activity_metrics.h"
360#include "chrome/browser/ash/child_accounts/family_user_metrics_service.h"
361#include "chrome/browser/ash/child_accounts/family_user_session_metrics.h"
Yeunjoo Choi52e1c572021-04-08 07:56:27362#include "chrome/browser/ash/child_accounts/parent_access_code/parent_access_service.h"
Yeunjoo Choi8a355962021-04-13 01:22:27363#include "chrome/browser/ash/child_accounts/screen_time_controller.h"
Yeunjoo Choi882388a2021-04-12 05:17:29364#include "chrome/browser/ash/child_accounts/time_limits/app_activity_registry.h"
365#include "chrome/browser/ash/child_accounts/time_limits/app_time_controller.h"
Pranav Batra468fbe622021-06-23 01:42:36366#include "chrome/browser/ash/crosapi/browser_util.h"
Yeunjoo Choiaba21c02021-05-07 09:06:34367#include "chrome/browser/ash/crostini/crostini_pref_names.h"
Henrique Ferreiro2029590e2021-09-23 08:01:52368#include "chrome/browser/ash/cryptauth/client_app_metadata_provider_service.h"
369#include "chrome/browser/ash/cryptauth/cryptauth_device_id_provider_impl.h"
Yeunjoo Choi91907642021-04-16 13:18:19370#include "chrome/browser/ash/customization/customization_document.h"
Nigel Taoa1d4dce2022-10-18 00:01:20371#include "chrome/browser/ash/file_manager/file_manager_pref_names.h"
Andrew Rayskiy47076d72022-09-27 18:46:14372#include "chrome/browser/ash/file_manager/file_tasks.h"
Yeunjoo Choi627505b7b2021-05-13 15:56:31373#include "chrome/browser/ash/file_system_provider/registry.h"
Yeunjoo Choi55626172021-07-27 03:17:27374#include "chrome/browser/ash/first_run/first_run.h"
Geng Li11526bb42022-02-15 23:59:14375#include "chrome/browser/ash/floating_workspace/floating_workspace_util.h"
Joel Hockeyfcc56a292022-06-17 02:28:00376#include "chrome/browser/ash/guest_os/guest_id.h"
Yeunjoo Choi0a9c1d42021-03-31 01:38:56377#include "chrome/browser/ash/guest_os/guest_os_pref_names.h"
David Munro86435df2022-07-25 01:27:45378#include "chrome/browser/ash/guest_os/guest_os_terminal.h"
Yeunjoo Choi6aa07d82021-03-22 08:55:28379#include "chrome/browser/ash/lock_screen_apps/state_controller.h"
Henrique Ferreiro606669a2021-02-24 13:36:55380#include "chrome/browser/ash/login/demo_mode/demo_mode_resources_remover.h"
381#include "chrome/browser/ash/login/demo_mode/demo_session.h"
382#include "chrome/browser/ash/login/demo_mode/demo_setup_controller.h"
Henrique Ferreiroe55c0d5f2021-02-25 02:16:05383#include "chrome/browser/ash/login/quick_unlock/fingerprint_storage.h"
384#include "chrome/browser/ash/login/quick_unlock/pin_storage_prefs.h"
385#include "chrome/browser/ash/login/quick_unlock/quick_unlock_utils.h"
Ahmed Nasrbe0670b72022-03-09 23:28:17386#include "chrome/browser/ash/login/reporting/login_logout_reporter.h"
Henrique Ferreiro96143e5a2021-02-25 12:52:36387#include "chrome/browser/ash/login/saml/saml_profile_prefs.h"
Henrique Ferreiro1786d45a2021-02-25 22:48:19388#include "chrome/browser/ash/login/screens/enable_adb_sideloading_screen.h"
Henrique Ferreiro81312ab2021-02-25 23:14:03389#include "chrome/browser/ash/login/screens/reset_screen.h"
Henrique Ferreiro995b1db2021-03-06 00:41:41390#include "chrome/browser/ash/login/security_token_session_controller.h"
Henrique Ferreiroad3c6a572021-03-02 12:43:51391#include "chrome/browser/ash/login/session/user_session_manager.h"
Henrique Ferreiroa264c8c02021-07-20 08:31:47392#include "chrome/browser/ash/login/signin/signin_error_notifier.h"
Kush Sinha31d120b72023-09-04 12:21:54393#include "chrome/browser/ash/login/signin/token_handle_fetcher.h"
Henrique Ferreiro995b1db2021-03-06 00:41:41394#include "chrome/browser/ash/login/startup_utils.h"
Henrique Ferreiro2dc9e1c2021-03-04 17:33:58395#include "chrome/browser/ash/login/users/avatar/user_image_manager.h"
Aiden Chiavatti112d3672023-03-17 21:13:41396#include "chrome/browser/ash/login/users/avatar/user_image_prefs.h"
Henrique Ferreiro2dc9e1c2021-03-04 17:33:58397#include "chrome/browser/ash/login/users/avatar/user_image_sync_observer.h"
398#include "chrome/browser/ash/login/users/chrome_user_manager_impl.h"
Henrique Ferreiro12a42b02021-03-04 23:45:53399#include "chrome/browser/ash/login/users/multi_profile_user_controller.h"
Andreea Costinasc33add32023-07-13 16:57:13400#include "chrome/browser/ash/net/ash_proxy_monitor.h"
Henrique Ferreirod57c4962021-09-29 07:26:59401#include "chrome/browser/ash/net/network_throttling_observer.h"
Yeunjoo Choic5b3bf492021-03-15 13:57:19402#include "chrome/browser/ash/plugin_vm/plugin_vm_pref_names.h"
Yeunjoo Choi7227dba2021-08-04 06:35:47403#include "chrome/browser/ash/policy/core/browser_policy_connector_ash.h"
Yeunjoo Choiead8b3c2021-07-27 08:08:19404#include "chrome/browser/ash/policy/core/device_cloud_policy_manager_ash.h"
Yeunjoo Choi8623e4a2021-07-02 01:57:06405#include "chrome/browser/ash/policy/core/dm_token_storage.h"
Yeunjoo Choia60b6212021-07-06 11:25:12406#include "chrome/browser/ash/policy/enrollment/auto_enrollment_client_impl.h"
407#include "chrome/browser/ash/policy/enrollment/enrollment_requisition_manager.h"
408#include "chrome/browser/ash/policy/external_data/handlers/device_wallpaper_image_external_data_handler.h"
Yeunjoo Choi5d6eb012021-07-09 03:03:05409#include "chrome/browser/ash/policy/handlers/adb_sideloading_allowance_mode_policy_handler.h"
410#include "chrome/browser/ash/policy/handlers/minimum_version_policy_handler.h"
Henrique Ferreiro11492caf2021-11-02 22:16:16411#include "chrome/browser/ash/policy/handlers/tpm_auto_update_mode_policy_handler.h"
Yeunjoo Choiad73a322021-07-20 04:55:49412#include "chrome/browser/ash/policy/reporting/app_install_event_log_manager_wrapper.h"
413#include "chrome/browser/ash/policy/reporting/arc_app_install_event_logger.h"
Vignesh Shenvi145bf6e2023-05-08 22:11:30414#include "chrome/browser/ash/policy/reporting/metrics_reporting/metric_reporting_prefs.h"
Sanja Perisic91217932022-04-13 13:45:02415#include "chrome/browser/ash/policy/scheduled_task_handler/reboot_notifications_scheduler.h"
Yeunjoo Choid33fdb62021-07-21 06:57:42416#include "chrome/browser/ash/policy/status_collector/device_status_collector.h"
417#include "chrome/browser/ash/policy/status_collector/status_collector.h"
Yeunjoo Choi0bab0cf2021-05-31 05:14:03418#include "chrome/browser/ash/power/auto_screen_brightness/metrics_reporter.h"
Yeunjoo Choi7629a77a12021-06-02 06:37:18419#include "chrome/browser/ash/power/power_metrics_reporter.h"
Henrique Ferreiroae846062021-10-04 14:44:34420#include "chrome/browser/ash/preferences.h"
Pranav Batra9c0eb782022-02-01 23:13:33421#include "chrome/browser/ash/printing/cups_printers_manager.h"
Yeunjoo Choia52715a2021-09-09 02:45:17422#include "chrome/browser/ash/printing/enterprise_printers_provider.h"
Yeunjoo Choi0fb01cf62021-04-21 01:30:15423#include "chrome/browser/ash/release_notes/release_notes_storage.h"
Pranav Batra468fbe622021-06-23 01:42:36424#include "chrome/browser/ash/scanning/chrome_scanning_app_delegate.h"
Henrique Ferreiro11492caf2021-11-02 22:16:16425#include "chrome/browser/ash/scheduler_configuration_manager.h"
Yeunjoo Choi5097e9c2021-02-25 08:46:52426#include "chrome/browser/ash/settings/device_settings_cache.h"
Yeunjoo Choia43d74a2021-02-10 23:23:19427#include "chrome/browser/ash/system/automatic_reboot_manager.h"
428#include "chrome/browser/ash/system/input_device_settings.h"
Glen Robertson54e553b2023-06-27 03:18:37429#include "chrome/browser/ash/system_web_apps/apps/help_app/help_app_notification_controller.h"
Anthony Vallee-Dubois85edf222020-03-24 20:30:02430#include "chrome/browser/device_identity/chromeos/device_oauth2_token_store_chromeos.h"
[email protected]5a145e82014-05-29 22:19:07431#include "chrome/browser/extensions/extension_assets_manager_chromeos.h"
xhwangc84739e2015-03-14 01:02:46432#include "chrome/browser/media/protected_media_identifier_permission_context.h"
[email protected]8304f61a2014-05-24 12:17:33433#include "chrome/browser/metrics/chromeos_metrics_provider.h"
Jong Ahnfaf5f1f72023-01-19 03:20:44434#include "chrome/browser/metrics/structured/chrome_structured_metrics_recorder.h"
Erik Chenc2927bbd2021-09-22 23:20:07435#include "chrome/browser/ui/ash/shelf/chrome_shelf_prefs.h"
Yeunjoo Choi3fc970b2022-10-28 02:55:48436#include "chrome/browser/ui/webui/ash/login/enable_debugging_screen_handler.h"
Yeunjoo Choi6edb40f2022-08-31 04:00:52437#include "chrome/browser/ui/webui/settings/ash/os_settings_ui.h"
Roman Aleksandrovd32e34e72019-05-22 17:29:50438#include "chrome/browser/upgrade_detector/upgrade_detector_chromeos.h"
Henrique Ferreiro94c5e502022-08-17 14:20:22439#include "chromeos/ash/components/audio/audio_devices_pref_handler_impl.h"
Henrique Ferreiroc9e2aaf2022-07-07 13:45:18440#include "chromeos/ash/components/local_search_service/search_metrics_reporter.h"
Yeunjoo Choi1a8bc9942022-06-20 05:31:16441#include "chromeos/ash/components/network/cellular_esim_profile_handler_impl.h"
442#include "chromeos/ash/components/network/cellular_metrics_logger.h"
Yeunjoo Choibe813122022-06-29 15:13:44443#include "chromeos/ash/components/network/fast_transition_observer.h"
444#include "chromeos/ash/components/network/managed_cellular_pref_handler.h"
Yeunjoo Choi643dead2022-07-11 12:52:16445#include "chromeos/ash/components/network/network_metadata_store.h"
Yeunjoo Choida91d6452022-06-02 15:26:42446#include "chromeos/ash/components/network/proxy/proxy_config_handler.h"
Hirthanan Subenderan088f7322023-09-20 15:10:29447#include "chromeos/ash/components/report/report_controller.h"
Henrique Ferreiroacf002702022-10-06 21:54:59448#include "chromeos/ash/components/timezone/timezone_resolver.h"
Yeunjoo Choi2d3704c12022-06-21 02:44:34449#include "chromeos/ash/services/assistant/public/cpp/assistant_prefs.h"
Anastasiia N1ad94e1e2022-09-15 08:47:28450#include "chromeos/ash/services/auth_factor_config/auth_factor_config.h"
Henrique Ferreiroae001e92022-09-01 16:58:46451#include "chromeos/ash/services/bluetooth_config/bluetooth_power_controller_impl.h"
452#include "chromeos/ash/services/bluetooth_config/device_name_manager_impl.h"
Yeunjoo Choia292ed72022-11-01 01:19:55453#include "chromeos/ash/services/device_sync/public/cpp/device_sync_prefs.h"
Yeunjoo Choie4980f452022-10-21 16:07:58454#include "chromeos/ash/services/multidevice_setup/multidevice_setup_service.h"
Yue Lif0da5bf2021-11-19 22:01:57455#include "chromeos/components/quick_answers/public/cpp/quick_answers_prefs.h"
Kushagra Sinhab37e24db2021-07-02 15:14:24456#include "components/account_manager_core/chromeos/account_manager.h"
stevenjbf22f82e2016-10-26 21:47:38457#include "components/onc/onc_pref_names.h"
glevin5dd01a72016-03-23 23:08:12458#include "components/quirks/quirks_manager.h"
tbarzicd9a88fc92017-07-14 02:18:10459#include "extensions/browser/api/lock_screen_data/lock_screen_item_storage.h"
Pranav Batra468fbe622021-06-23 01:42:36460
Pranav Batra468fbe622021-06-23 01:42:36461#endif // BUILDFLAG(IS_CHROMEOS_ASH)
462
Xiaohan Wangae7f9182022-01-16 00:37:52463#if BUILDFLAG(IS_MAC)
Lei Zhangdb0c0872022-03-04 04:26:59464#include "chrome/browser/media/webrtc/system_media_capture_permissions_stats_mac.h"
[email protected]425f7a02014-04-29 01:51:44465#include "chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h"
Tom Anderson6a496032018-08-30 23:38:37466#include "chrome/browser/ui/cocoa/confirm_quit.h"
Song Fangzhencda4af62021-09-09 05:24:02467#include "chrome/browser/web_applications/app_shim_registry_mac.h"
[email protected]2366a3a2012-10-02 20:41:14468#endif
469
Xiaohan Wangae7f9182022-01-16 00:37:52470#if BUILDFLAG(IS_WIN)
Igor Ruvinov13e658e2022-12-13 03:15:20471#include "chrome/browser/enterprise/platform_auth/platform_auth_policy_observer.h"
Scott Violet3ff87d062021-12-21 06:10:10472#include "chrome/browser/font_prewarmer_tab_helper.h"
Alex St-Onge9e4b9b72021-06-08 15:35:54473#include "chrome/browser/media/cdm_pref_service_helper.h"
Xiaohan Wang259f34c7a2022-03-26 23:18:19474#include "chrome/browser/media/media_foundation_service_monitor.h"
Will Harriseb364b2c2022-06-23 00:49:01475#include "chrome/browser/os_crypt/app_bound_encryption_metrics_win.h"
Nico Webereaa08412019-08-14 01:24:37476#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
Patrick Monettebb543942019-05-17 17:45:32477#include "chrome/browser/win/conflicts/incompatible_applications_updater.h"
478#include "chrome/browser/win/conflicts/module_database.h"
479#include "chrome/browser/win/conflicts/third_party_conflicts_manager.h"
Nico Webereaa08412019-08-14 01:24:37480#endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
Daniel Ruberyd17b2fd2023-09-07 23:31:36481#endif // BUILDFLAG(IS_WIN)
[email protected]bdb8a1e2013-10-03 08:14:00482
Xiaohan Wangae7f9182022-01-16 00:37:52483#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Will Harris93d0dcd52023-03-14 23:38:47484#include "components/os_crypt/sync/os_crypt.h"
Will Harris265b3942019-10-21 01:01:33485#endif
486
Sebastien Lalancette413625312023-05-08 13:58:01487#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
488 BUILDFLAG(IS_CHROMEOS_ASH)
Sebastien Lalancette120e0592023-05-04 21:02:33489#include "components/device_signals/core/browser/pref_names.h" // nogncheck due to crbug.com/1125897
Lu Huangcd11f21c2021-02-03 22:24:56490#endif
491
Yuta Hijikata31a359c2020-11-27 07:50:26492// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
493// of lacros-chrome is complete.
Xiaohan Wangae7f9182022-01-16 00:37:52494#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \
495 (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
Nicolas Ouellet-Payeur9a4a94d2018-09-17 15:26:11496#include "chrome/browser/browser_switcher/browser_switcher_prefs.h"
497#endif
498
Erik Chen38ceca082020-12-16 01:31:35499#if BUILDFLAG(IS_CHROMEOS_LACROS)
Nancy Wangc84098e2022-10-24 10:30:36500#include "chrome/browser/apps/app_service/metrics/website_metrics_service_lacros.h"
Alex Ilin953f1092021-11-26 15:49:10501#include "chrome/browser/lacros/account_manager/account_cache.h"
Polina Bondarenko3f3dc4f2022-04-25 07:55:01502#include "chrome/browser/lacros/app_mode/kiosk_session_service_lacros.h"
Erik Chen38ceca082020-12-16 01:31:35503#include "chrome/browser/lacros/lacros_prefs.h"
Andreea Costinas68cad91f2021-09-22 15:58:09504#include "chrome/browser/lacros/net/proxy_config_service_lacros.h"
Nicolas Dossou-Gbete7ccc8802022-11-10 15:12:46505#endif
506
507#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(ENABLE_DICE_SUPPORT)
508#include "chrome/browser/ui/startup/first_run_service.h"
Erik Chen38ceca082020-12-16 01:31:35509#endif
510
Xiaohan Wangae7f9182022-01-16 00:37:52511#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Yusuke Sato28ab25092021-05-07 23:04:02512#include "chrome/browser/device_identity/device_oauth2_token_store_desktop.h"
Yann Dago0d896f62020-02-04 19:59:15513#include "chrome/browser/downgrade/downgrade_prefs.h"
thestigf2a0fa92016-09-07 09:37:29514#include "chrome/browser/ui/startup/default_browser_prompt.h"
515#endif
516
[email protected]ceafc462013-11-04 12:26:03517#if defined(TOOLKIT_VIEWS)
518#include "chrome/browser/ui/browser_view_prefs.h"
Yuheng Huang9ce54892022-05-06 19:29:39519#include "chrome/browser/ui/side_search/side_search_prefs.h"
[email protected]ceafc462013-11-04 12:26:03520#endif
521
Scott Violet53fb03c2021-01-15 23:48:16522#if BUILDFLAG(ENABLE_SESSION_SERVICE)
Christian Dullweber0747d7c92021-05-10 10:05:13523#include "chrome/browser/sessions/session_data_service.h"
Scott Violet53fb03c2021-01-15 23:48:16524#include "chrome/browser/sessions/session_service_log.h"
525#endif
tomc5dd0cd2021-10-01 22:15:52526
Tom Andersoncb3408482022-09-02 19:06:41527#if BUILDFLAG(IS_LINUX)
528#include "ui/color/system_theme.h"
529#endif
530
Chris Mullinse59586192023-03-06 17:42:17531#if BUILDFLAG(IS_CHROMEOS_ASH)
532#include "chrome/browser/ash/wallpaper_handlers/wallpaper_prefs.h"
533#endif
534
Dominique Fauteux-Chapleaub6be8ae2023-09-26 13:48:40535#if BUILDFLAG(ENTERPRISE_DATA_CONTROLS)
536#include "components/enterprise/data_controls/prefs.h"
537#endif
538
[email protected]572f40c9b2012-07-06 20:35:33539namespace {
Yao Xiao9255aec2022-02-05 00:02:19540
Lei Zhang9523de82022-03-14 21:40:21541// Please keep the list of deprecated prefs in chronological order. i.e. Add to
542// the bottom of the list, not here at the top.
Toby Huang33753282020-05-05 18:55:22543
Mariam Ali15a343d2023-08-28 15:56:50544// Deprecated 06/2022
545// TODO(crbug.com/1476489): Remove when unit test code is updated.
Caitlin Fischer07366b12022-06-23 17:18:24546#if BUILDFLAG(ENABLE_DICE_SUPPORT)
547const char kTokenServiceDiceCompatible[] = "token_service.dice_compatible";
548#endif
Caitlin Fischer69c1ca892022-07-06 18:32:45549
JunHo Seo1f0506f22022-07-26 02:52:25550#if BUILDFLAG(ENABLE_EXTENSIONS)
Martin Kreichgauerc86cc652022-10-28 16:52:04551// Deprecated 10/2022.
552const char kLoadCryptoTokenExtension[] =
553 "extensions.load_cryptotoken_extension";
JunHo Seo1f0506f22022-07-26 02:52:25554#endif
555
Peter Birk Pakkenberg71a43942023-01-04 13:50:37556// Deprecated 10/2022.
557const char kOriginTrialPrefKey[] = "origin_trials.persistent_trials";
558
dpapad8ad510132022-07-29 18:21:07559#if BUILDFLAG(IS_CHROMEOS_ASH)
Roman Sorokinc138f2982022-09-05 16:42:30560// Deprecated 09/2022.
Colin Kincaidf11f8562022-09-14 15:41:06561constexpr char kClipboardHistoryNewFeatureBadgeCount[] =
562 "ash.clipboard.multipaste_nudges.new_feature_shown_count";
Roman Sorokinc138f2982022-09-05 16:42:30563constexpr char kUsersLastInputMethod[] = "UsersLRUInputMethod";
564#endif // BUILDFLAG(IS_CHROMEOS_ASH)
565
Theodore Olsauskas-Warren221e3ecd2022-09-08 08:21:24566// Deprecated 09/2022.
567const char kPrivacySandboxFirstPartySetsDataAccessAllowed[] =
568 "privacy_sandbox.first_party_sets_data_access_allowed";
569
Jan Keitel4707c1f2022-11-30 11:08:59570#if BUILDFLAG(IS_ANDROID)
571// Deprecated 09/2022.
572const char kDeprecatedAutofillAssistantConsent[] = "autofill_assistant_switch";
573const char kDeprecatedAutofillAssistantEnabled[] =
574 "AUTOFILL_ASSISTANT_ONBOARDING_ACCEPTED";
575const char kDeprecatedAutofillAssistantTriggerScriptsEnabled[] =
576 "Chrome.AutofillAssistant.ProactiveHelp";
577const char kDeprecatedAutofillAssistantTriggerScriptsIsFirstTimeUser[] =
578 "Chrome.AutofillAssistant.LiteScriptFirstTimeUser";
579#endif // BUILDFLAG(IS_ANDROID)
580
Yulun Wu066dab712022-11-01 17:20:24581#if BUILDFLAG(IS_CHROMEOS_ASH)
582// Deprecated 10/2022.
583const char kSuggestedContentInfoShownInLauncher[] =
584 "ash.launcher.suggested_content_info_shown";
585const char kSuggestedContentInfoDismissedInLauncher[] =
586 "ash.launcher.suggested_content_info_dismissed";
587#endif
588
Avi Drissmanfee70e5f2022-11-02 20:50:11589#if BUILDFLAG(ENABLE_BACKGROUND_MODE) && BUILDFLAG(IS_MAC)
590// Deprecated 11/2022.
591const char kUserRemovedLoginItem[] = "background_mode.user_removed_login_item";
592const char kChromeCreatedLoginItem[] =
593 "background_mode.chrome_created_login_item";
594const char kMigratedLoginItemPref[] =
595 "background_mode.migrated_login_item_pref";
596#endif
Nicolas Dossou-Gbete2804a372022-11-09 17:25:35597#if BUILDFLAG(IS_CHROMEOS_LACROS)
598const char kPrimaryProfileFirstRunFinished[] =
599 "lacros.primary_profile_first_run_finished";
600#endif
Avi Drissmanfee70e5f2022-11-02 20:50:11601
Victor Hugo Vianna Silva29ab0a32022-11-10 03:48:38602// Deprecated 11/2022.
603const char kLocalConsentsDictionary[] = "local_consents";
604
Jan Keitel4707c1f2022-11-30 11:08:59605// Deprecated 11/2022.
606const char kAutofillAssistantConsent[] = "autofill_assistant.consent";
607const char kAutofillAssistantEnabled[] = "autofill_assistant.enabled";
608const char kAutofillAssistantTriggerScriptsEnabled[] =
609 "autofill_assistant.trigger_scripts.enabled";
610const char kAutofillAssistantTriggerScriptsIsFirstTimeUser[] =
611 "autofill_assistant.trigger_scripts.is_first_time_user";
612
Vishwas Uppoorbcf36722022-12-30 18:55:22613// Deprecated 12/2022.
614const char kAutofillWalletImportStorageCheckboxState[] =
615 "autofill.wallet_import_storage_checkbox_state";
Mikel Astiz231dd522023-04-23 15:51:44616const char kDeprecatedReadingListHasUnseenEntries[] =
617 "reading_list.has_unseen_entries";
Vishwas Uppoorbcf36722022-12-30 18:55:22618
Nasser Al-shawwa16ffdfc2023-01-13 14:32:20619// Deprecated 01/2023
620const char kSendDownloadToCloudPref[] =
621 "enterprise_connectors.send_download_to_cloud";
mark a. foltz264816212023-01-19 21:10:46622
Sebastien Lalancette55953e42023-01-17 14:48:31623#if BUILDFLAG(IS_MAC)
624const char kDeviceTrustDisableKeyCreationPref[] =
625 "enterprise_connectors.device_trust.disable_key_creation";
626#endif // BUILDFLAG(IS_MAC)
Nasser Al-shawwa16ffdfc2023-01-13 14:32:20627
Daseul Lee56c5a8d2023-01-17 17:18:46628// Deprecated 01/2023.
629const char kFileSystemSyncAccessHandleAsyncInterfaceEnabled[] =
630 "policy.file_system_sync_access_handle_async_interface_enabled";
631
mark a. foltz264816212023-01-19 21:10:46632// Deprecated 01/2023.
633#if !BUILDFLAG(IS_ANDROID)
634const char kMediaRouterTabMirroringSources[] =
635 "media_router.tab_mirroring_sources";
636#endif // !BUILDFLAG(IS_ANDROID)
637
Mahmoud Rashad96ac6022023-01-26 23:48:18638// Deprecated 01/2023.
639const char kAutofillCreditCardSigninPromoImpressionCount[] =
640 "autofill.credit_card_signin_promo_impression_count";
641
Andrew Breggerf89f1322023-02-01 02:22:03642// Deprecated 01/2023
643#if BUILDFLAG(IS_CHROMEOS_ASH)
644const char kEventSequenceLastSystemUptime[] =
645 "metrics.event_sequence.last_system_uptime";
646
647// Keeps track of the device reset counter.
648const char kEventSequenceResetCounter[] =
649 "metrics.event_sequence.reset_counter";
650#endif // BUILDFLAG(IS_CHROMEOS_ASH)
651
Osama Fathy592e239a2023-02-02 15:26:13652// Deprecated 02/2023.
653#if BUILDFLAG(IS_CHROMEOS_ASH)
654const char kArcTermsShownInOobe[] = "arc.terms.shown_in_oobe";
655#endif // !BUILDFLAG(IS_CHROMEOS_ASH)
656
Maksim Moskvitin265fd062023-02-17 13:04:22657// Deprecated 02/2023
658const char kSyncInvalidationVersions[] = "sync.invalidation_versions";
659const char kSyncInvalidationVersions2[] = "sync.invalidation_versions2";
660
Lei Zhang52efbb02023-02-21 22:56:38661// Deprecated 02/2023.
Lei Zhang5e1ffd62023-02-23 17:52:44662const char kClearPluginLSODataEnabled[] = "browser.clear_lso_data_enabled";
Lei Zhang543294f2023-02-23 19:53:43663const char kContentSettingsPluginAllowlist[] =
664 "profile.content_settings.plugin_whitelist";
Lei Zhang5e1ffd62023-02-23 17:52:44665const char kPepperFlashSettingsEnabled[] =
666 "browser.pepper_flash_settings_enabled";
Lei Zhang52efbb02023-02-21 22:56:38667const char kPluginsAllowOutdated[] = "plugins.allow_outdated";
Lei Zhang701e2342023-02-22 00:39:42668const char kPluginsLastInternalDirectory[] = "plugins.last_internal_directory";
669const char kPluginsPluginsList[] = "plugins.plugins_list";
Lei Zhang52efbb02023-02-21 22:56:38670const char kPluginsShowDetails[] = "plugins.show_details";
671
Lu Huangeba5b532023-02-22 23:19:34672// Deprecated 02/2023.
673#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
674const char kWebAppsUrlHandlerInfo[] = "web_apps.url_handler_info";
675#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
676
Brittany Hartmire8a36b6e42023-02-24 23:09:09677// Deprecated 02/2023.
678#if BUILDFLAG(IS_CHROMEOS_ASH)
679const char kHasSeenSmartLockSignInRemovedNotification[] =
680 "easy_unlock.has_seen_smart_lock_sign_in_removed_notification";
Brittany Hartmire537aa47b2023-03-01 23:43:09681const char kEasyUnlockLocalStateTpmKeys[] = "easy_unlock.public_tpm_keys";
Brittany Hartmire8a36b6e42023-02-24 23:09:09682#endif // BUILDFLAG(IS_CHROMEOS_ASH)
683
Ari Chivukula951893d2023-03-03 18:03:29684// Deprecated 03/2023.
685const char kGoogleSearchDomainMixingMetricsEmitterLastMetricsTime[] =
686 "browser.last_google_search_domain_mixing_metrics_time";
687
Artsiom Mitrokhincf332e22023-03-07 16:27:47688// Deprecated 03/2023
689#if BUILDFLAG(IS_CHROMEOS_ASH)
690const char kGlanceablesSignoutScreenshotDuration[] =
691 "ash.signout_screenshot.duration";
692#endif // BUILDFLAG(IS_CHROMEOS_ASH)
693
Brittany Hartmireafd35312023-03-16 00:21:03694// Deprecated 03/2023.
695#if BUILDFLAG(IS_CHROMEOS_ASH)
696const char kEasyUnlockLocalStateUserPrefs[] = "easy_unlock.user_prefs";
697#endif // BUILDFLAG(IS_CHROMEOS_ASH)
698
conniekxu4d14f65c2023-03-28 20:56:36699// Deprecated 03/2023
700#if BUILDFLAG(IS_CHROMEOS_ASH)
701const char kDarkLightModeNudgeLeftToShowCount[] =
702 "ash.dark_light_mode.educational_nudge";
703#endif // BUILDFLAG(IS_CHROMEOS_ASH)
704
Adam Langley390670302023-03-31 00:43:31705// Deprecated 03/2023.
706#if BUILDFLAG(IS_WIN)
707const char kWebAuthnLastOperationWasNativeAPI[] =
708 "webauthn.last_op_used_native_api";
709#endif
710
Brittany Hartmire1ffd662e2023-04-04 22:46:51711// Deprecated 03/2023.
712#if BUILDFLAG(IS_CHROMEOS_ASH)
713const char kEasyUnlockHardlockState[] = "easy_unlock.hardlock_state";
714#endif // BUILDFLAG(IS_CHROMEOS_ASH)
715
Richard Chui821cdad2023-04-07 21:39:57716// Deprecated 04/2023.
717#if BUILDFLAG(IS_CHROMEOS_ASH)
718const char kBentoBarEnabled[] = "ash.bento_bar.enabled";
719const char kUserHasUsedDesksRecently[] = "ash.user_has_used_desks_recently";
720#endif // BUILDFLAG(IS_CHROMEOS_ASH)
721
Dan Harrington83791492023-04-10 20:49:27722// Deprecated 04/2023.
723#if BUILDFLAG(IS_ANDROID)
724const char kUserSettingEnabled[] = "offline_prefetch.enabled";
725const char kBackoff[] = "offline_prefetch.backoff";
726const char kLimitlessPrefetchingEnabledTimePref[] =
727 "offline_prefetch.limitless_prefetching_enabled_time";
728const char kPrefetchTestingHeaderPref[] =
729 "offline_prefetch.testing_header_value";
730const char kEnabledByServer[] = "offline_prefetch.enabled_by_server";
731const char kNextForbiddenCheckTimePref[] = "offline_prefetch.next_gpb_check";
732const char kPrefetchCachedGCMToken[] = "offline_prefetch.gcm_token";
733#endif
734
Artem Sumaneev77f80bb2023-04-11 14:04:58735// Deprecated 04/2023.
736const char kTypeSubscribedForInvalidations[] =
737 "invalidation.registered_for_invalidation";
738const char kActiveRegistrationToken[] =
739 "invalidation.active_registration_token";
740const char kFCMInvalidationClientIDCache[] = "fcm.invalidation.client_id_cache";
741
Osama Fathy5d236652023-04-17 17:31:12742// Deprecated 04/2023.
743#if BUILDFLAG(IS_CHROMEOS_ASH)
744const char kConsolidatedConsentTrial[] = "per_user_metrics.trial_group";
745#endif // BUILDFLAG(IS_CHROMEOS_ASH)
746
Jérémie Boulic8d672f22023-04-18 02:44:05747// Deprecated 04/2023.
748#if BUILDFLAG(IS_CHROMEOS_ASH)
749const char kOfficeFilesAlwaysMove[] = "filebrowser.office.always_move";
750const char kOfficeMoveConfirmationShown[] =
751 "filebrowser.office.move_confirmation_shown";
752#endif // BUILDFLAG(IS_CHROMEOS_ASH)
753
Brittany Hartmire402a3922023-04-18 22:15:36754// Deprecated 04/2023.
755#if BUILDFLAG(IS_CHROMEOS_ASH)
756const char kProximityAuthIsChromeOSLoginEnabled[] =
757 "proximity_auth.is_chromeos_login_enabled";
758#endif // BUILDFLAG(IS_CHROMEOS_ASH)
759
Roland Bock8e21dd022023-04-27 09:33:48760// Deprecated 04/2023.
761#if BUILDFLAG(IS_CHROMEOS_ASH)
762const char kEnrollmentIdUploadedOnChromad[] = "chromad.enrollment_id_uploaded";
763const char kLastChromadMigrationAttemptTime[] =
764 "chromad.last_migration_attempt_time";
765#endif // BUILDFLAG(IS_CHROMEOS_ASH)
766
Brittany Hartmire22aa1ae82023-05-09 17:37:23767// Deprecated 05/2023.
768#if BUILDFLAG(IS_CHROMEOS_ASH)
769const char kSmartLockSigninAllowed[] = "smart_lock_signin.allowed";
770#endif // BUILDFLAG(IS_CHROMEOS_ASH)
771
David Trainorb7400c22023-05-10 19:17:06772// Deprecated 05/2023
773#if BUILDFLAG(IS_ANDROID)
774const char kVideoTutorialsPreferredLocaleKey[] =
775 "video_tutorials.perferred_locale";
776const char kVideoTutorialsLastUpdatedTimeKey[] =
777 "video_tutorials.last_updated_time";
Cathy Li7ff029622023-05-26 04:56:52778const char kWeeklyStatsReportingTimestamp[] =
779 "explore_sites.weekly_stats_reporting_timestamp";
David Trainorb7400c22023-05-10 19:17:06780#endif // BUILDFLAG(IS_ANDROID)
781
Pilar Molina Lopezef825502023-05-12 18:08:48782// Deprecated 05/2023
Colin Blundella2aea272023-05-15 09:50:00783const char kForceEnablePepperVideoDecoderDevAPI[] =
784 "policy.force_enable_pepper_video_decoder_dev_api";
785
786// Deprecated 05/2023
Pilar Molina Lopezef825502023-05-12 18:08:48787const char kUseMojoVideoDecoderForPepperAllowed[] =
788 "policy.use_mojo_video_decoder_for_pepper_allowed";
789
Vasiliy Telezhnikov2a786452023-05-12 23:53:37790// Deprecated 05/2023.
791const char kPPAPISharedImagesSwapChainAllowed[] =
792 "policy.ppapi_shared_images_swap_chain_allowed";
793
Peter Marshall7fdea2b2023-05-15 01:16:38794// Deprecated 05/2023.
795#if BUILDFLAG(IS_CHROMEOS_ASH)
796const char kOfficeSetupComplete[] = "filebrowser.office.setup_complete";
797#endif // BUILDFLAG(IS_CHROMEOS_ASH)
798
Elias Khsheibund1700562023-05-15 13:31:21799// Deprecated 05/2023.
800#if BUILDFLAG(IS_ANDROID)
801const char kTimesUPMAuthErrorShown[] = "times_upm_auth_error_shown";
802#endif // BUILDFLAG(IS_ANDROID)
803
Maciek Slusarczyk56833f02023-05-19 09:02:14804// Deprecated 05/2023.
805#if BUILDFLAG(IS_CHROMEOS_ASH)
806const char kSamlPasswordSyncToken[] = "saml.password_sync_token";
807#endif // BUILDFLAG(IS_CHROMEOS_ASH)
808
Ramin Halavatiec90e022023-05-23 13:55:05809// Deprecated 05/2023.
810#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
811const char kScreenAIScheduledDeletionTimePrefName[] =
812 "accessibility.screen_ai.scheduled_deletion_time";
813#endif
814
Michael Checo1f8625942023-05-23 19:33:47815// Deprecated 05/2023.
816#if BUILDFLAG(IS_CHROMEOS_ASH)
817const char kEventRemappedToRightClick[] =
818 "ash.settings.event_remapped_to_right_click";
819#endif
820
Hidehiko Abead7991f22023-05-31 14:32:22821// Deprecated 05/2023.
822#if BUILDFLAG(IS_CHROMEOS_ASH)
823constexpr char kSupervisedUserSyncId[] = "ManagedUserSyncId";
824constexpr char kSupervisedUserManagers[] = "ManagedUserManagers";
825constexpr char kSupervisedUserManagerNames[] = "ManagedUserManagerNames";
826constexpr char kSupervisedUserManagerDisplayEmails[] =
827 "ManagedUserManagerDisplayEmails";
828constexpr char kSupervisedUsersFirstRun[] = "LocallyManagedUsersFirstRun";
829constexpr char kSupervisedUserPasswordSchema[] = "SupervisedUserPasswordSchema";
830constexpr char kSupervisedUserPasswordSalt[] = "SupervisedUserPasswordSalt";
831constexpr char kSupervisedUserPasswordRevision[] =
832 "SupervisedUserPasswordRevision";
833constexpr char kSupervisedUserNeedPasswordUpdate[] =
834 "SupervisedUserNeedPasswordUpdate";
835constexpr char kSupervisedUserIncompleteKey[] =
836 "SupervisedUserHasIncompleteKey";
837#endif
838
Alan Cutter3bfce6e2023-06-07 01:53:02839// Deprecated 06/2023.
Alan Cutter086bdf72023-06-09 02:40:11840#if BUILDFLAG(IS_CHROMEOS_ASH)
841const char kWebAppCalculatorAppErasureFixAppliedPref[] =
842 "web_app.calculator_app_erasure_fix_applied";
843#endif // BUILDFLAG(IS_CHROMEOS_ASH)
844
845// Deprecated 06/2023.
Alan Cutter3bfce6e2023-06-07 01:53:02846const char kWebAppsExtensionIDs[] = "web_apps.extension_ids";
847
Marc Treib7aaf21332023-06-14 08:30:01848// Deprecated 06/2023.
849#if BUILDFLAG(IS_CHROMEOS_ASH)
850constexpr char kOsSyncPrefsMigrated[] = "sync.os_sync_prefs_migrated";
851#endif // BUILDFLAG(IS_CHROMEOS_ASH)
852
Yue Zhangf7cf6712023-06-16 18:11:32853// Deprecated 06/2023
854#if !BUILDFLAG(IS_ANDROID)
855const char kShouldShowSidePanelBookmarkTab[] =
856 "should_show_side_panel_bookmark_tab";
857#endif // !BUILDFLAG(IS_ANDROID)
858
Maciek Slusarczyk9fed52232023-06-21 14:46:07859// Deprecated 06/2023.
860#if BUILDFLAG(IS_CHROMEOS_ASH)
861const char kGaiaLastOnlineSignInTime[] = "gaia.last_online_sign_in_time";
862const char kSAMLLastGAIASignInTime[] = "saml.last_gaia_sign_in_time";
863#endif // BUILDFLAG(IS_CHROMEOS_ASH)
864
Eshwar Stalin883b5a72023-07-11 02:05:59865// Deprecated 07/2023
866#if !BUILDFLAG(IS_ANDROID)
867const char kLegacyHoverCardImagesEnabled[] = "browser.hovercard_images_enabled";
868#endif // !BUILDFLAG(IS_ANDROID)
869
Jian Li7541a082023-06-18 23:52:14870#if BUILDFLAG(ENABLE_FEED_V2)
871const char kVideoPreviewsType[] = "ntp_snippets.video_previews_type";
872#endif // BUILDFLAG(ENABLE_FEED_V2)
873
Anthony Cui5e5dad9322023-07-10 17:34:54874// Deprecated 06/2023.
875#if BUILDFLAG(IS_ANDROID)
876const char kPrefExplicitLanguageAskShown[] =
877 "translate_explicit_language_ask_shown";
878#endif // BUILDFLAG(IS_ANDROID)
879
Mihai Sardarescu6db89cf2023-07-04 07:36:02880// Deprecated 07/2023.
881#if !BUILDFLAG(IS_CHROMEOS_ASH)
882const char kUnifiedConsentMigrationState[] = "unified_consent.migration_state";
883#endif // !BUILDFLAG(IS_CHROMEOS_ASH)
884
Viktor Semeniuk13075de02023-07-18 08:24:36885// Deprecated 07/2023.
886const char kPasswordsGroupingInfoRequested[] =
887 "password_manager.passwords_grouping_info_requested";
888
Hui Yingstd4c7a572023-07-18 18:16:15889// Deprecated 07/2023.
890#if BUILDFLAG(IS_CHROMEOS_ASH)
891const char kPowerMetricsIdleScreenOffCount[] =
892 "power.metrics.idle_screen_off_count";
893const char kPowerMetricsIdleSuspendCount[] = "power.metrics.idle_suspend_count";
894const char kPowerMetricsLidClosedSuspendCount[] =
895 "power.metrics.lid_closed_suspend_count";
896#endif // BUILDFLAG(IS_CHROMEOS_ASH)
897
Christoph Schlosser1f1ec9b2023-07-26 08:12:56898// Deprecated 07/2023.
899#if BUILDFLAG(IS_CHROMEOS_ASH)
900const char kHatsPrivacyHubBaselineIsSelected[] =
901 "hats_privacy_hub_baseline_is_selected";
902const char kHatsPrivacyHubBaselineCycleEndTs[] =
903 "hats_privacy_hub_baseline_end_timestamp";
904#endif // BUILDFLAG(IS_CHROMEOS_ASH)
905
Yuta Hijikata9cd674122023-07-29 15:43:37906// Deprecated 07/2023.
907#if BUILDFLAG(IS_CHROMEOS_ASH)
908const char kClearUserDataDir1Pref[] = "lacros.clear_user_data_dir_1";
909#endif
910
Etienne Bergeron6ac228e2023-08-02 17:39:04911// Deprecated 07/2023.
912const char kShutdownNumProcesses[] = "shutdown.num_processes";
913const char kShutdownNumProcessesSlow[] = "shutdown.num_processes_slow";
Etienne Bergeronec5c88fb2023-08-07 15:09:39914const char kShutdownType[] = "shutdown.type";
Etienne Bergeron6ac228e2023-08-02 17:39:04915
François Degros82e8d052023-08-15 19:44:23916// Deprecated 08/2023.
917const char kDriveFsBulkPinningMaxQueueSize[] =
918 "drivefs.bulk_pinning.max_queue_size";
919
Nicola Tommasiff549832023-09-04 11:35:06920// Deprecated 09/2023.
921const char kPrivacySandboxM1Unrestricted[] = "privacy_sandbox.m1.unrestricted";
Daniel Ruberya440a6b12023-09-08 22:04:33922#if BUILDFLAG(IS_WIN)
923const char kSwReporter[] = "software_reporter";
924inline constexpr char kChromeCleaner[] = "chrome_cleaner";
925inline constexpr char kSettingsResetPrompt[] = "settings_reset_prompt";
926#endif
Lily Chen492c670f2023-09-15 21:35:47927// A boolean specifying whether the new download bubble UI is enabled. If it is
928// set to false, the old download shelf UI will be shown instead.
929inline constexpr char kDownloadBubbleEnabled[] = "download_bubble_enabled";
Nicola Tommasiff549832023-09-04 11:35:06930
Ahmed Mehfooze6c06892023-09-14 00:48:17931// Deprecated 09/2023.
932#if BUILDFLAG(IS_CHROMEOS_ASH)
933constexpr char kGestureEducationNotificationShown[] =
934 "ash.gesture_education.notification_shown";
Mikel Astiz3dc3dabc2023-09-25 19:32:21935
936// Note that this very name is used outside ChromeOS Ash, where it isn't
937// deprecated.
938constexpr char kSyncInitialSyncFeatureSetupCompleteOnAsh[] =
939 "sync.has_setup_completed";
Ahmed Mehfooze6c06892023-09-14 00:48:17940#endif
941
Ankush Singh041ec0d2023-09-21 09:06:13942// Deprecated 09/2023.
943// Synced boolean that indicates if a user has manually toggled the settings
944// associated with the PrivacySandboxSettings feature.
945inline constexpr char kPrivacySandboxManuallyControlled[] =
946 "privacy_sandbox.manually_controlled";
947
Lei Zhangb76b80e32020-04-08 16:58:16948// Register local state used only for migration (clearing or moving to a new
949// key).
950void RegisterLocalStatePrefsForMigration(PrefRegistrySimple* registry) {
Roman Sorokinc138f2982022-09-05 16:42:30951#if BUILDFLAG(IS_CHROMEOS_ASH)
952 // Deprecated 09/2022
953 registry->RegisterDictionaryPref(kUsersLastInputMethod);
954#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Avi Drissmanfee70e5f2022-11-02 20:50:11955
956// Deprecated 11/2022.
957#if BUILDFLAG(ENABLE_BACKGROUND_MODE) && BUILDFLAG(IS_MAC)
958 registry->RegisterBooleanPref(kUserRemovedLoginItem, false);
959 registry->RegisterBooleanPref(kChromeCreatedLoginItem, false);
960 registry->RegisterBooleanPref(kMigratedLoginItemPref, false);
961#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Nicolas Dossou-Gbete2804a372022-11-09 17:25:35962
963#if BUILDFLAG(IS_CHROMEOS_LACROS)
964 registry->RegisterBooleanPref(kPrimaryProfileFirstRunFinished, false);
965#endif
Victor Hugo Vianna Silva29ab0a32022-11-10 03:48:38966
967 // Deprecated 11/2022.
968 registry->RegisterDictionaryPref(kLocalConsentsDictionary);
Nasser Al-shawwa16ffdfc2023-01-13 14:32:20969
mark a. foltz264816212023-01-19 21:10:46970 // Deprecated 01/2023.
Nasser Al-shawwa16ffdfc2023-01-13 14:32:20971 registry->RegisterListPref(kSendDownloadToCloudPref);
mark a. foltz264816212023-01-19 21:10:46972
Sebastien Lalancette55953e42023-01-17 14:48:31973#if BUILDFLAG(IS_MAC)
974 registry->RegisterBooleanPref(kDeviceTrustDisableKeyCreationPref, false);
975#endif // BUILDFLAG(IS_MAC)
Andrew Breggerf89f1322023-02-01 02:22:03976
977 // Deprecated 01/2023
978#if BUILDFLAG(IS_CHROMEOS_ASH)
979 registry->RegisterIntegerPref(kEventSequenceResetCounter, 0);
980 registry->RegisterInt64Pref(kEventSequenceLastSystemUptime, 0);
981#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Lu Huangeba5b532023-02-22 23:19:34982
983 // Deprecated 02/2023.
984#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
985 registry->RegisterDictionaryPref(kWebAppsUrlHandlerInfo);
986#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
Brittany Hartmire537aa47b2023-03-01 23:43:09987
988// Deprecated 02/2023.
989#if BUILDFLAG(IS_CHROMEOS_ASH)
990 registry->RegisterDictionaryPref(kEasyUnlockLocalStateTpmKeys);
991#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Artsiom Mitrokhincf332e22023-03-07 16:27:47992
993// Deprecated 03/2023.
994#if BUILDFLAG(IS_CHROMEOS_ASH)
995 registry->RegisterTimeDeltaPref(kGlanceablesSignoutScreenshotDuration,
996 base::TimeDelta());
997#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Brittany Hartmireafd35312023-03-16 00:21:03998
999// Deprecated 03/2023.
1000#if BUILDFLAG(IS_CHROMEOS_ASH)
1001 registry->RegisterDictionaryPref(kEasyUnlockLocalStateUserPrefs);
1002#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Brittany Hartmire1ffd662e2023-04-04 22:46:511003
1004// Deprecated 04/2023.
1005#if BUILDFLAG(IS_CHROMEOS_ASH)
1006 registry->RegisterDictionaryPref(kEasyUnlockHardlockState);
1007#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Artem Sumaneev77f80bb2023-04-11 14:04:581008
1009 // Deprecated 04/2023.
1010 registry->RegisterDictionaryPref(kTypeSubscribedForInvalidations);
1011 registry->RegisterStringPref(kActiveRegistrationToken, std::string());
1012 registry->RegisterStringPref(kFCMInvalidationClientIDCache, std::string());
Osama Fathy5d236652023-04-17 17:31:121013
1014// Deprecated 04/2023.
1015#if BUILDFLAG(IS_CHROMEOS_ASH)
1016 registry->RegisterStringPref(kConsolidatedConsentTrial, std::string());
1017#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Roland Bock8e21dd022023-04-27 09:33:481018
1019// Deprecated 04/2023.
1020#if BUILDFLAG(IS_CHROMEOS_ASH)
1021 registry->RegisterBooleanPref(kEnrollmentIdUploadedOnChromad, false);
1022 registry->RegisterTimePref(kLastChromadMigrationAttemptTime,
1023 /*default_value=*/base::Time());
1024#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Pilar Molina Lopezef825502023-05-12 18:08:481025
1026 // Deprecated 05/2023.
Colin Blundella2aea272023-05-15 09:50:001027 registry->RegisterBooleanPref(kForceEnablePepperVideoDecoderDevAPI, false);
1028
1029 // Deprecated 05/2023.
Pilar Molina Lopezef825502023-05-12 18:08:481030 registry->RegisterBooleanPref(kUseMojoVideoDecoderForPepperAllowed, true);
Vasiliy Telezhnikov2a786452023-05-12 23:53:371031
1032 // Deprecated 05/2023.
1033 registry->RegisterBooleanPref(kPPAPISharedImagesSwapChainAllowed, true);
Ramin Halavatiec90e022023-05-23 13:55:051034
1035// Deprecated 05/2023.
1036#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
1037 registry->RegisterTimePref(kScreenAIScheduledDeletionTimePrefName,
1038 base::Time());
1039#endif
Cathy Li7ff029622023-05-26 04:56:521040
1041// Deprecated 05/2023
1042#if BUILDFLAG(IS_ANDROID)
1043 registry->RegisterTimePref(kWeeklyStatsReportingTimestamp, base::Time());
1044#endif // BUILDFLAG(IS_ANDROID)
Hidehiko Abead7991f22023-05-31 14:32:221045
1046// Deprecated 05/2023.
1047#if BUILDFLAG(IS_CHROMEOS_ASH)
1048 registry->RegisterListPref(kSupervisedUsersFirstRun);
1049 registry->RegisterDictionaryPref(kSupervisedUserSyncId);
1050 registry->RegisterDictionaryPref(kSupervisedUserManagers);
1051 registry->RegisterDictionaryPref(kSupervisedUserManagerNames);
1052 registry->RegisterDictionaryPref(kSupervisedUserManagerDisplayEmails);
1053
1054 registry->RegisterDictionaryPref(kSupervisedUserPasswordSchema);
1055 registry->RegisterDictionaryPref(kSupervisedUserPasswordSalt);
1056 registry->RegisterDictionaryPref(kSupervisedUserPasswordRevision);
1057
1058 registry->RegisterDictionaryPref(kSupervisedUserNeedPasswordUpdate);
1059 registry->RegisterDictionaryPref(kSupervisedUserIncompleteKey);
1060#endif
Eshwar Stalin883b5a72023-07-11 02:05:591061
1062// Deprecated 07/2023
1063#if !BUILDFLAG(IS_ANDROID)
1064 registry->RegisterBooleanPref(kLegacyHoverCardImagesEnabled, false);
1065#endif // !BUILDFLAG(IS_ANDROID)
Etienne Bergeron6ac228e2023-08-02 17:39:041066
1067 // Deprecated 07/2023.
1068 registry->RegisterIntegerPref(kShutdownNumProcesses, 0);
1069 registry->RegisterIntegerPref(kShutdownNumProcessesSlow, 0);
Etienne Bergeronec5c88fb2023-08-07 15:09:391070 registry->RegisterIntegerPref(kShutdownType, 0);
Daniel Ruberya440a6b12023-09-08 22:04:331071
1072 // Deprecated 09/2023.
1073#if BUILDFLAG(IS_WIN)
1074 registry->RegisterDictionaryPref(kSwReporter);
1075 registry->RegisterDictionaryPref(kChromeCleaner);
1076#endif
Ahmed Mehfooze6c06892023-09-14 00:48:171077
1078 // Deprecated 09/2023.
1079#if BUILDFLAG(IS_CHROMEOS_ASH)
1080 registry->RegisterBooleanPref(kGestureEducationNotificationShown, true);
1081#endif
Lei Zhangb76b80e32020-04-08 16:58:161082}
1083
James Cook0ba192bf2017-12-01 20:53:111084// Register prefs used only for migration (clearing or moving to a new key).
1085void RegisterProfilePrefsForMigration(
1086 user_prefs::PrefRegistrySyncable* registry) {
Ben Schwartz135746c2020-05-14 04:37:031087 chrome_browser_net::secure_dns::RegisterProbesSettingBackupPref(registry);
wutao2e24aff2020-04-03 17:01:021088
Mihai Sardarescu3a27a8b2022-05-30 14:01:491089#if BUILDFLAG(ENABLE_DICE_SUPPORT)
Mariam Ali15a343d2023-08-28 15:56:501090 // Deprecated 06/2022
1091 // TODO(crbug.com/1476489): Remove when unit test code is updated.
Mihai Sardarescu3a27a8b2022-05-30 14:01:491092 registry->RegisterBooleanPref(kTokenServiceDiceCompatible, false);
1093#endif // BUILDFLAG(ENABLE_DICE_SUPPORT)
Theodore Olsauskas-Warren0b852302022-06-28 12:05:071094
Theodore Olsauskas-Warren221e3ecd2022-09-08 08:21:241095 // Deprecated 09/2022
1096 registry->RegisterBooleanPref(kPrivacySandboxFirstPartySetsDataAccessAllowed,
1097 true);
Colin Kincaidf11f8562022-09-14 15:41:061098
1099#if BUILDFLAG(IS_CHROMEOS_ASH)
1100 registry->RegisterIntegerPref(kClipboardHistoryNewFeatureBadgeCount, 0);
1101#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Kirubel Aklilud8f571c92022-09-22 16:37:441102
Martin Kreichgauerc86cc652022-10-28 16:52:041103#if BUILDFLAG(ENABLE_EXTENSIONS)
1104 // Deprecated 10/2022.
1105 registry->RegisterBooleanPref(kLoadCryptoTokenExtension, false);
1106#endif
Yulun Wu066dab712022-11-01 17:20:241107
1108// Deprecated 10/2022.
1109#if BUILDFLAG(IS_CHROMEOS_ASH)
1110 registry->RegisterIntegerPref(kSuggestedContentInfoShownInLauncher, 0);
1111 registry->RegisterBooleanPref(kSuggestedContentInfoDismissedInLauncher,
1112 false);
1113#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Peter Birk Pakkenberg71a43942023-01-04 13:50:371114 // Deprecated 10/2022.
1115 registry->RegisterDictionaryPref(kOriginTrialPrefKey,
1116 PrefRegistry::LOSSY_PREF);
Jan Keitel4707c1f2022-11-30 11:08:591117
1118 // Deprecated 11/2022.
1119 registry->RegisterBooleanPref(kAutofillAssistantEnabled, true);
1120 registry->RegisterBooleanPref(kAutofillAssistantConsent, false);
1121 registry->RegisterBooleanPref(kAutofillAssistantTriggerScriptsEnabled, true);
1122 registry->RegisterBooleanPref(kAutofillAssistantTriggerScriptsIsFirstTimeUser,
1123 true);
Vishwas Uppoorbcf36722022-12-30 18:55:221124
1125 // Deprecated 12/2022.
1126 registry->RegisterBooleanPref(kAutofillWalletImportStorageCheckboxState,
1127 true);
Mikel Astiz231dd522023-04-23 15:51:441128 registry->RegisterBooleanPref(kDeprecatedReadingListHasUnseenEntries, false);
Daseul Lee56c5a8d2023-01-17 17:18:461129
1130 // Deprecated 01/2023.
1131 registry->RegisterBooleanPref(
1132 kFileSystemSyncAccessHandleAsyncInterfaceEnabled, false);
mark a. foltz264816212023-01-19 21:10:461133
1134 // Deprecated 01/2023.
1135#if !BUILDFLAG(IS_ANDROID)
1136 registry->RegisterListPref(kMediaRouterTabMirroringSources);
1137#endif // !BUILDFLAG(IS_ANDROID)
Mahmoud Rashad96ac6022023-01-26 23:48:181138
1139 // Deprecated 01/2023.
1140 registry->RegisterIntegerPref(kAutofillCreditCardSigninPromoImpressionCount,
1141 0);
Nasser Al-shawwafef41782023-01-27 20:43:501142
1143 // Deprecated 01/2023.
1144 registry->RegisterListPref(kSendDownloadToCloudPref);
James Cook0ba192bf2017-12-01 20:53:111145
Osama Fathy592e239a2023-02-02 15:26:131146// Deprecated 02/2023.
1147#if BUILDFLAG(IS_CHROMEOS_ASH)
1148 registry->RegisterBooleanPref(kArcTermsShownInOobe, false);
1149#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Maksim Moskvitin265fd062023-02-17 13:04:221150
1151 // Deprecated 02/2023.
1152 registry->RegisterDictionaryPref(kSyncInvalidationVersions);
1153 registry->RegisterDictionaryPref(kSyncInvalidationVersions2);
Lei Zhang52efbb02023-02-21 22:56:381154
1155 // Deprecated 02/2023.
Lei Zhang5e1ffd62023-02-23 17:52:441156 registry->RegisterBooleanPref(kClearPluginLSODataEnabled, false);
Lei Zhang543294f2023-02-23 19:53:431157 registry->RegisterDictionaryPref(kContentSettingsPluginAllowlist);
Lei Zhang5e1ffd62023-02-23 17:52:441158 registry->RegisterBooleanPref(kPepperFlashSettingsEnabled, false);
Lei Zhang52efbb02023-02-21 22:56:381159 registry->RegisterBooleanPref(kPluginsAllowOutdated, false);
Lei Zhang701e2342023-02-22 00:39:421160 registry->RegisterFilePathPref(kPluginsLastInternalDirectory,
1161 base::FilePath());
1162 registry->RegisterListPref(kPluginsPluginsList);
Lei Zhang52efbb02023-02-21 22:56:381163 registry->RegisterBooleanPref(kPluginsShowDetails, false);
Brittany Hartmire8a36b6e42023-02-24 23:09:091164
1165// Deprecated 02/2023.
1166#if BUILDFLAG(IS_CHROMEOS_ASH)
1167 registry->RegisterBooleanPref(kHasSeenSmartLockSignInRemovedNotification,
1168 false);
1169#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Ari Chivukula951893d2023-03-03 18:03:291170
1171 // Deprecated 03/2023.
1172 registry->RegisterTimePref(
1173 kGoogleSearchDomainMixingMetricsEmitterLastMetricsTime, base::Time());
conniekxu4d14f65c2023-03-28 20:56:361174
1175 // Deprecated 03/2023.
1176#if BUILDFLAG(IS_CHROMEOS_ASH)
1177 registry->RegisterIntegerPref(kDarkLightModeNudgeLeftToShowCount,
1178 ash::kDarkLightModeNudgeMaxShownCount);
1179#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Adam Langley390670302023-03-31 00:43:311180
1181 // Deprecated 03/2023.
1182#if BUILDFLAG(IS_WIN)
1183 registry->RegisterBooleanPref(kWebAuthnLastOperationWasNativeAPI, false);
1184#endif
Richard Chui821cdad2023-04-07 21:39:571185
1186// Deprecated 04/2023.
1187#if BUILDFLAG(IS_CHROMEOS_ASH)
1188 registry->RegisterBooleanPref(kBentoBarEnabled, false);
1189 registry->RegisterBooleanPref(kUserHasUsedDesksRecently, false);
1190#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Dan Harrington83791492023-04-10 20:49:271191
1192// Deprecated 04/2023.
1193#if BUILDFLAG(IS_ANDROID)
1194 registry->RegisterListPref(kBackoff);
1195 registry->RegisterBooleanPref(kUserSettingEnabled, true);
1196 registry->RegisterTimePref(kLimitlessPrefetchingEnabledTimePref,
1197 base::Time());
1198 registry->RegisterStringPref(kPrefetchTestingHeaderPref, std::string());
1199 registry->RegisterBooleanPref(kEnabledByServer, false);
1200 registry->RegisterTimePref(kNextForbiddenCheckTimePref, base::Time());
1201 registry->RegisterStringPref(kPrefetchCachedGCMToken, std::string());
1202#endif
Artem Sumaneev77f80bb2023-04-11 14:04:581203
1204 // Deprecated 04/2023.
1205 registry->RegisterDictionaryPref(kTypeSubscribedForInvalidations);
1206 registry->RegisterStringPref(kActiveRegistrationToken, std::string());
1207 registry->RegisterStringPref(kFCMInvalidationClientIDCache, std::string());
Dan Harrington899e25232023-04-11 18:23:571208
1209 // Deprecated 04/2023.
1210#if BUILDFLAG(IS_ANDROID)
1211 ntp_snippets::prefs::RegisterProfilePrefsForMigrationApril2023(registry);
1212#endif
Jérémie Boulic8d672f22023-04-18 02:44:051213
1214// Deprecated 04/2023.
1215#if BUILDFLAG(IS_CHROMEOS_ASH)
1216 registry->RegisterBooleanPref(kOfficeFilesAlwaysMove, false);
1217 registry->RegisterBooleanPref(kOfficeMoveConfirmationShown, false);
1218#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Brittany Hartmire402a3922023-04-18 22:15:361219
1220// Deprecated 04/2023.
1221#if BUILDFLAG(IS_CHROMEOS_ASH)
1222 registry->RegisterBooleanPref(kProximityAuthIsChromeOSLoginEnabled, false);
1223#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Brittany Hartmire22aa1ae82023-05-09 17:37:231224
1225// Deprecated 05/2023.
1226#if BUILDFLAG(IS_CHROMEOS_ASH)
1227 registry->RegisterBooleanPref(kSmartLockSigninAllowed, false);
1228#endif // BUILDFLAG(IS_CHROMEOS_ASH)
David Trainorb7400c22023-05-10 19:17:061229
1230 // Deprecated 05/2023.
1231#if BUILDFLAG(IS_ANDROID)
1232 registry->RegisterStringPref(kVideoTutorialsPreferredLocaleKey,
1233 std::string());
1234 registry->RegisterTimePref(kVideoTutorialsLastUpdatedTimeKey, base::Time());
1235#endif // BUILDFLAG(IS_ANDROID)
Peter Marshall7fdea2b2023-05-15 01:16:381236
1237// Deprecated 05/2023.
1238#if BUILDFLAG(IS_CHROMEOS_ASH)
1239 registry->RegisterBooleanPref(kOfficeSetupComplete, false);
1240#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Elias Khsheibund1700562023-05-15 13:31:211241
1242// Deprecated 05/2023.
1243#if BUILDFLAG(IS_ANDROID)
1244 registry->RegisterIntegerPref(kTimesUPMAuthErrorShown, 0);
1245#endif // BUILDFLAG(IS_ANDROID)
Maciek Slusarczyk56833f02023-05-19 09:02:141246
1247// Deprecated 05/2023.
1248#if BUILDFLAG(IS_CHROMEOS_ASH)
1249 registry->RegisterStringPref(kSamlPasswordSyncToken, std::string());
1250#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Michael Checo1f8625942023-05-23 19:33:471251
1252// Deprecated 05/2023.
1253#if BUILDFLAG(IS_CHROMEOS_ASH)
1254 registry->RegisterBooleanPref(kEventRemappedToRightClick, false);
1255#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Alan Cutter3bfce6e2023-06-07 01:53:021256
Alan Cutter086bdf72023-06-09 02:40:111257// Deprecated 06/2023.
1258#if BUILDFLAG(IS_CHROMEOS_ASH)
1259 registry->RegisterBooleanPref(kWebAppCalculatorAppErasureFixAppliedPref,
1260 false);
1261#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1262
Alan Cutter3bfce6e2023-06-07 01:53:021263 // Deprecated 06/2023.
1264 registry->RegisterDictionaryPref(kWebAppsExtensionIDs);
Marc Treib7aaf21332023-06-14 08:30:011265
1266 // Deprecated 06/2023.
1267#if BUILDFLAG(IS_CHROMEOS_ASH)
1268 registry->RegisterBooleanPref(kOsSyncPrefsMigrated, false);
1269#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Yue Zhangf7cf6712023-06-16 18:11:321270
1271 // Deprecated 06/2023.
1272#if !BUILDFLAG(IS_ANDROID)
1273 registry->RegisterBooleanPref(kShouldShowSidePanelBookmarkTab, false);
1274#endif // !BUILDFLAG(IS_ANDROID)
Jian Li7541a082023-06-18 23:52:141275
1276 // Deprecated 06/2023.
1277#if BUILDFLAG(ENABLE_FEED_V2)
1278 registry->RegisterIntegerPref(kVideoPreviewsType, 1);
1279#endif // BUILDFLAG(ENABLE_FEED_V2)
Maciek Slusarczyk9fed52232023-06-21 14:46:071280
1281// Deprecated 06/2023.
1282#if BUILDFLAG(IS_CHROMEOS_ASH)
1283 registry->RegisterTimePref(kGaiaLastOnlineSignInTime, base::Time());
1284 registry->RegisterTimePref(kSAMLLastGAIASignInTime, base::Time());
1285#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Mihai Sardarescu6db89cf2023-07-04 07:36:021286
Anthony Cui5e5dad9322023-07-10 17:34:541287 // Deprecated 06/2023.
1288#if BUILDFLAG(IS_ANDROID)
1289 registry->RegisterBooleanPref(kPrefExplicitLanguageAskShown, false);
1290#endif // BUILDFLAG(IS_ANDROID)
1291
Mihai Sardarescu6db89cf2023-07-04 07:36:021292// Deprecated 07/2023.
1293#if !BUILDFLAG(IS_CHROMEOS_ASH)
1294 registry->RegisterIntegerPref(kUnifiedConsentMigrationState, 0);
1295#endif // !BUILDFLAG(IS_CHROMEOS_ASH)
Viktor Semeniuk13075de02023-07-18 08:24:361296
1297 // Deprecated 07/2023
1298 registry->RegisterBooleanPref(kPasswordsGroupingInfoRequested, false);
Hui Yingstd4c7a572023-07-18 18:16:151299
1300// Deprecated 07/2023.
1301#if BUILDFLAG(IS_CHROMEOS_ASH)
1302 registry->RegisterIntegerPref(kPowerMetricsIdleScreenOffCount, 0);
1303 registry->RegisterIntegerPref(kPowerMetricsIdleSuspendCount, 0);
1304 registry->RegisterIntegerPref(kPowerMetricsLidClosedSuspendCount, 0);
1305#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Christoph Schlosser1f1ec9b2023-07-26 08:12:561306
1307// Deprecated 07/2023.
1308#if BUILDFLAG(IS_CHROMEOS_ASH)
1309 registry->RegisterIntegerPref(kHatsPrivacyHubBaselineIsSelected, false);
1310 registry->RegisterIntegerPref(kHatsPrivacyHubBaselineCycleEndTs, 0);
1311#endif // BUILDFLAG(IS_CHROMEOS_ASH)
François Degros82e8d052023-08-15 19:44:231312
1313 // Deprecated 08/2023.
1314 registry->RegisterIntegerPref(kDriveFsBulkPinningMaxQueueSize, 0);
Nicola Tommasiff549832023-09-04 11:35:061315
1316 // Deprecated 09/2023.
1317 registry->RegisterBooleanPref(kPrivacySandboxM1Unrestricted, false);
Daniel Ruberya440a6b12023-09-08 22:04:331318#if BUILDFLAG(IS_WIN)
1319 registry->RegisterDictionaryPref(kSwReporter);
1320 registry->RegisterDictionaryPref(kSettingsResetPrompt);
1321 registry->RegisterDictionaryPref(kChromeCleaner);
1322#endif
Lily Chen492c670f2023-09-15 21:35:471323 registry->RegisterBooleanPref(kDownloadBubbleEnabled, true);
Ankush Singh041ec0d2023-09-21 09:06:131324 registry->RegisterBooleanPref(kPrivacySandboxManuallyControlled, false);
Mikel Astiz3dc3dabc2023-09-25 19:32:211325#if BUILDFLAG(IS_CHROMEOS_ASH)
1326 registry->RegisterBooleanPref(kSyncInitialSyncFeatureSetupCompleteOnAsh,
1327 false);
1328#endif
Osama Fathy592e239a2023-02-02 15:26:131329}
Rushan Suleymanov95b36922023-08-03 17:17:411330
[email protected]572f40c9b2012-07-06 20:35:331331} // namespace
1332
John Palmer1e70a002023-08-15 02:20:341333std::string GetCountry() {
1334 if (!g_browser_process || !g_browser_process->variations_service()) {
1335 // This should only happen in tests. Ideally this would be guarded by
1336 // CHECK_IS_TEST, but that is not set on Android, so no specific guard.
1337 return std::string();
1338 }
1339 return std::string(
1340 g_browser_process->variations_service()->GetStoredPermanentCountry());
1341}
1342
[email protected]4082306d92013-02-21 14:51:011343void RegisterLocalState(PrefRegistrySimple* registry) {
Chris Hamilton65c41312020-06-10 13:14:401344 // Call outs to individual subsystems that register Local State (browser-wide)
1345 // prefs en masse. See RegisterProfilePrefs for per-profile prefs. Please
1346 // keep this list alphabetized.
Amanda Lin Dietz8864d302023-06-26 18:36:391347#if BUILDFLAG(IS_ANDROID)
1348 accessibility::AccessibilityPrefsController::RegisterLocalStatePrefs(
1349 registry);
1350#endif
Jesse McKenna3f8982f2023-09-22 16:20:261351 breadcrumbs::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471352 browser_shutdown::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471353 BrowserProcessImpl::RegisterPrefs(registry);
Chris Palmerac7d75642017-11-22 20:12:541354 ChromeContentBrowserClient::RegisterLocalStatePrefs(registry);
Elaine Chienf8d13692021-07-26 23:05:561355 chrome_labs_prefs::RegisterLocalStatePrefs(registry);
[email protected]4a55a712014-06-08 16:50:341356 ChromeMetricsServiceClient::RegisterPrefs(registry);
Dominique Fauteux-Chapleau0e897db02021-04-19 18:42:221357 chrome::enterprise_util::RegisterLocalStatePrefs(registry);
sorinebcfc8dd2016-08-12 21:57:181358 component_updater::RegisterPrefs(registry);
Alex Chen9e56f7352023-01-20 22:56:151359 domain_reliability::RegisterPrefs(registry);
Mugdha Lakhanida851fd2021-03-16 18:21:021360 embedder_support::OriginTrialPrefs::RegisterPrefs(registry);
Og Astorga3089fd82021-09-21 00:02:371361 enterprise_reporting::RegisterLocalStatePrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471362 ExternalProtocolHandler::RegisterPrefs(registry);
sdefresne8593e6432015-12-01 12:38:081363 flags_ui::PrefServiceFlagsStorage::RegisterPrefs(registry);
[email protected]e6933d2a2013-03-12 22:32:211364 GpuModeManager::RegisterPrefs(registry);
Miyoung Shin23737f62019-07-23 15:43:311365 signin::IdentityManager::RegisterLocalStatePrefs(registry);
Anthony Vallee-Dubois43fded9702020-06-19 16:30:381366 invalidation::FCMInvalidationService::RegisterPrefs(registry);
Maksim Moskvitinf5f5f736c2021-01-12 12:13:281367 invalidation::InvalidatorRegistrarWithMemory::RegisterPrefs(registry);
1368 invalidation::PerUserTopicSubscriptionManager::RegisterPrefs(registry);
Anthony Vallee-Dubois6f993122018-09-17 16:13:281369 language::GeoLanguageProvider::RegisterLocalStatePrefs(registry);
Alexandre Frechette38f4ef92019-02-25 16:31:571370 language::UlpLanguageCodeLocator::RegisterLocalStatePrefs(registry);
Sebastien Marchand5a63997a2019-09-27 19:15:341371 memory::EnterpriseMemoryLimitPrefObserver::RegisterPrefs(registry);
Roger McFarlane1c1147ae2022-11-07 17:25:171372 metrics::RegisterDemographicsLocalStatePrefs(registry);
[email protected]d0ab865b2014-06-04 19:41:341373 network_time::NetworkTimeTracker::RegisterPrefs(registry);
rajendrant5fb61c52022-11-21 19:42:551374 optimization_guide::prefs::RegisterLocalStatePrefs(registry);
Tonko Sabolčec6f271d32018-08-17 14:35:471375 password_manager::PasswordManager::RegisterLocalPrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101376 policy::BrowserPolicyConnector::RegisterPrefs(registry);
Jayee7b9b6df2023-07-31 16:39:241377 policy::LocalTestPolicyProvider::RegisterLocalStatePrefs(registry);
Yann Dago9c1e19512022-02-28 22:27:311378 policy::ManagementService::RegisterLocalStatePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101379 policy::PolicyStatisticsCollector::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471380 PrefProxyConfigTrackerImpl::RegisterPrefs(registry);
Thomas Tanglc67ace42019-06-07 19:31:501381 ProfileAttributesEntry::RegisterLocalStatePrefs(registry);
Alex Ilinbb08a0d2021-07-08 09:37:241382 ProfileAttributesStorage::RegisterPrefs(registry);
Nick Harper030046f2019-09-05 23:36:091383 ProfileNetworkContextService::RegisterLocalStatePrefs(registry);
[email protected]de71ae992013-07-18 03:30:381384 profiles::RegisterPrefs(registry);
Illia Klimov4b72378ed2022-07-18 13:46:571385#if BUILDFLAG(IS_ANDROID)
1386 PushMessagingServiceImpl::RegisterPrefs(registry);
1387#endif
[email protected]ceafc462013-11-04 12:26:031388 RegisterScreenshotPrefs(registry);
Luke Zielinski63784cd2018-05-22 14:08:161389 safe_browsing::RegisterLocalStatePrefs(registry);
Ayu Ishiifbb1fad2020-06-22 20:15:071390 secure_origin_allowlist::RegisterPrefs(registry);
Min Qinc4012282022-04-15 16:53:581391 segmentation_platform::SegmentationPlatformService::RegisterLocalStatePrefs(
1392 registry);
Xiaohan Wangae7f9182022-01-16 00:37:521393#if !BUILDFLAG(IS_ANDROID)
Reilly Grantbfc2ab72021-06-02 23:57:301394 SerialPolicyAllowedPorts::RegisterPrefs(registry);
Matt Reynolds1914ff6b2022-02-04 08:48:261395 HidPolicyAllowedDevices::RegisterLocalStatePrefs(registry);
Reilly Grantbfc2ab72021-06-02 23:57:301396#endif
Mikel Astizf61f4ba02018-06-01 10:50:191397 sessions::SessionIdGenerator::RegisterPrefs(registry);
Ryan Sleevi4689ad32018-04-16 19:09:051398 SSLConfigServiceManager::RegisterPrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571399 subresource_filter::IndexedRulesetVersion::RegisterPrefs(registry);
Matt Menke4dfb375c2018-06-13 18:06:311400 SystemNetworkContextManager::RegisterPrefs(registry);
Patricia Alfonsoc6f40b5c2023-09-14 21:02:431401 tpcd::experiment::RegisterLocalStatePrefs(registry);
Oksana Zhuravlova58c85282022-06-14 20:24:281402 tracing::RegisterPrefs(registry);
wafflesd2d9a332016-04-09 01:59:571403 update_client::RegisterPrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571404 variations::VariationsService::RegisterPrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:341405
Chris Hamilton65c41312020-06-10 13:14:401406 // Individual preferences. If you have multiple preferences that should
1407 // clearly be grouped together, please group them together into a helper
1408 // function called above. Please keep this list alphabetized.
1409 registry->RegisterBooleanPref(
1410 policy::policy_prefs::kIntensiveWakeUpThrottlingEnabled, false);
Aaron Tagliaboschi8f3a28302020-06-24 03:08:261411 registry->RegisterBooleanPref(
Matt Reichhoff2f190122021-11-02 19:28:191412 policy::policy_prefs::kUserAgentClientHintsGREASEUpdateEnabled, true);
Xiaohan Wangae7f9182022-01-16 00:37:521413#if BUILDFLAG(IS_ANDROID)
Rakina Zata Amnic123bd22020-07-31 19:08:391414 registry->RegisterBooleanPref(policy::policy_prefs::kBackForwardCacheEnabled,
1415 true);
Andrea Gomezf2316d92023-07-19 16:30:571416 registry->RegisterBooleanPref(policy::policy_prefs::kReadAloudEnabled, true);
Xiaohan Wangae7f9182022-01-16 00:37:521417#endif // BUILDFLAG(IS_ANDROID)
Chris Hamilton65c41312020-06-10 13:14:401418
1419 // Below this point is for platform-specific and compile-time conditional
1420 // calls. Please follow the helper-function-first-then-direct-calls pattern
1421 // established above, and keep things alphabetized.
1422
Denis Kuznetsov32099f32017-12-15 14:04:571423#if BUILDFLAG(ENABLE_BACKGROUND_MODE)
Michael Giuffridab41fa5c42017-11-13 23:30:571424 BackgroundModeManager::RegisterPrefs(registry);
1425#endif
1426
Xiaohan Wangae7f9182022-01-16 00:37:521427#if BUILDFLAG(IS_ANDROID)
Mark Pearsonee17df912017-04-27 21:51:041428 ::android::RegisterPrefs(registry);
Sky Maliced8eb4302020-08-03 05:46:441429
Sky Malicef7dd9422020-10-26 22:12:401430 registry->RegisterIntegerPref(first_run::kTosDialogBehavior, 0);
Yu Su4d459862021-04-15 04:19:541431 registry->RegisterBooleanPref(lens::kLensCameraAssistedSearchEnabled, true);
Xiaohan Wangae7f9182022-01-16 00:37:521432#else // BUILDFLAG(IS_ANDROID)
Nasser Al-shawwa067cc3712023-03-01 17:55:391433 enterprise_connectors::RegisterLocalStatePrefs(registry);
johnme627dc8c72016-08-19 21:49:391434 gcm::RegisterPrefs(registry);
Peter Kvitek6567a8a3a2023-01-31 01:03:571435 headless::RegisterPrefs(registry);
Tommy Lid5b7c22b2020-10-28 01:26:511436 IntranetRedirectDetector::RegisterPrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101437 media_router::RegisterLocalStatePrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571438 metrics::TabStatsTracker::RegisterPrefs(registry);
Anthony Vallee-Dubois2b822262022-04-25 19:31:441439 performance_manager::user_tuning::prefs::RegisterLocalStatePrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571440 RegisterBrowserPrefs(registry);
Amanda Deacon9535c972021-04-29 04:26:511441 speech::SodaInstaller::RegisterLocalStatePrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571442 StartupBrowserCreator::RegisterLocalStatePrefs(registry);
1443 task_manager::TaskManagerInterface::RegisterPrefs(registry);
thestigd75ce5532015-10-05 22:08:341444 UpgradeDetector::RegisterPrefs(registry);
rbpotter73c13252021-07-16 21:29:341445 WhatsNewUI::RegisterLocalStatePrefs(registry);
Xiaohan Wangae7f9182022-01-16 00:37:521446#endif // BUILDFLAG(IS_ANDROID)
[email protected]3954f332012-02-25 02:51:541447
Nicolas Dossou-Gbete7ccc8802022-11-10 15:12:461448#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(ENABLE_DICE_SUPPORT)
1449 FirstRunService::RegisterLocalStatePrefs(registry);
Nicolas Dossou-Gbete2804a372022-11-09 17:25:351450#endif
1451
Yuta Hijikata31a359c2020-11-27 07:50:261452#if BUILDFLAG(IS_CHROMEOS_ASH)
Shao-Chuan Lee85a46992019-03-05 04:46:151453 arc::prefs::RegisterLocalStatePrefs(registry);
[email protected]8304f61a2014-05-24 12:17:331454 ChromeOSMetricsProvider::RegisterPrefs(registry);
Henrique Ferreiro7a4401aa2022-11-11 21:37:331455 ash::ArcKioskAppManager::RegisterPrefs(registry);
Henrique Ferreiro3d9d93d2021-02-19 22:17:391456 ash::AudioDevicesPrefHandlerImpl::RegisterPrefs(registry);
Yeunjoo Choicd4cc5382021-03-25 08:50:491457 ash::cert_provisioning::RegisterLocalStatePrefs(registry);
Yeunjoo Choi6c99c4d2022-08-08 03:11:111458 ash::CellularESimProfileHandlerImpl::RegisterLocalStatePrefs(registry);
1459 ash::ManagedCellularPrefHandler::RegisterLocalStatePrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151460 ash::ChromeUserManagerImpl::RegisterPrefs(registry);
Yuta Hijikata82c304ff2021-04-30 19:24:571461 crosapi::browser_util::RegisterLocalStatePrefs(registry);
Yeunjoo Choi47a6a142022-02-11 02:35:231462 ash::CupsPrintersManager::RegisterLocalStatePrefs(registry);
Yuta Hijikata368cc4b92021-12-23 07:39:101463 ash::BrowserDataMigratorImpl::RegisterLocalStatePrefs(registry);
Henrique Ferreirobbaee882022-09-08 07:15:551464 ash::bluetooth_config::BluetoothPowerControllerImpl::RegisterLocalStatePrefs(
1465 registry);
1466 ash::bluetooth_config::DeviceNameManagerImpl::RegisterLocalStatePrefs(
Gordon Setob2b7c7bc2021-10-12 17:42:551467 registry);
Henrique Ferreirod71de902021-05-10 18:57:111468 ash::DemoModeResourcesRemover::RegisterLocalStatePrefs(registry);
1469 ash::DemoSession::RegisterLocalStatePrefs(registry);
1470 ash::DemoSetupController::RegisterLocalStatePrefs(registry);
Henrique Ferreiro7967dce2021-09-23 11:37:471471 ash::DeviceNameStore::RegisterLocalStatePrefs(registry);
Anthony Vallee-Dubois85edf222020-03-24 20:30:021472 chromeos::DeviceOAuth2TokenStoreChromeOS::RegisterPrefs(registry);
Yeunjoo Choid461f872021-03-11 06:52:191473 ash::device_settings_cache::RegisterPrefs(registry);
Henrique Ferreirod1c3fe72021-05-14 13:26:151474 ash::EnableAdbSideloadingScreen::RegisterPrefs(registry);
Hirthanan Subenderan088f7322023-09-20 15:10:291475 ash::report::ReportController::RegisterPrefs(registry);
Yeunjoo Choif3fe34c2022-11-04 02:02:301476 ash::EnableDebuggingScreenHandler::RegisterPrefs(registry);
Yeunjoo Choid0b242f2022-07-28 02:23:021477 ash::FastTransitionObserver::RegisterPrefs(registry);
Danila Kuzmin90a42f02021-12-08 14:00:161478 ash::HWDataUsageController::RegisterLocalStatePrefs(registry);
Yeunjoo Choi4530b1792021-05-10 02:32:271479 ash::KerberosCredentialsManager::RegisterLocalStatePrefs(registry);
Irina Fedorova13745422022-07-15 12:59:001480 ash::KioskAppManager::RegisterLocalStatePrefs(registry);
Henrique Ferreiro26ed25a2021-02-01 21:59:291481 ash::KioskCryptohomeRemover::RegisterPrefs(registry);
Henrique Ferreirodef18c22021-11-04 19:36:001482 ash::language_prefs::RegisterPrefs(registry);
Henrique Ferreiro234c7dff2022-09-08 02:44:541483 ash::local_search_service::SearchMetricsReporter::RegisterLocalStatePrefs(
1484 registry);
Henrique Ferreirob403be32021-09-22 07:15:361485 ash::login::SecurityTokenSessionController::RegisterLocalStatePrefs(registry);
Ahmed Nasrbe0670b72022-03-09 23:28:171486 ash::reporting::LoginLogoutReporter::RegisterPrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151487 ash::MultiProfileUserController::RegisterPrefs(registry);
Yeunjoo Choi6c99c4d2022-08-08 03:11:111488 ash::NetworkMetadataStore::RegisterPrefs(registry);
Henrique Ferreiroe2cbaaf2022-01-10 15:02:231489 ash::NetworkThrottlingObserver::RegisterPrefs(registry);
Yeunjoo Choic2000932021-06-10 01:54:081490 ash::PowerMetricsReporter::RegisterLocalStatePrefs(registry);
Henrique Ferreiroa8763b62021-10-13 18:37:531491 ash::platform_keys::KeyPermissionsManagerImpl::RegisterLocalStatePrefs(
Omar Morsi4febb4d2020-10-30 07:55:211492 registry);
Yeunjoo Choif3c7e402021-06-04 04:28:561493 ash::power::auto_screen_brightness::MetricsReporter::RegisterLocalStatePrefs(
1494 registry);
Henrique Ferreiro4b21d142021-11-10 11:47:371495 ash::Preferences::RegisterPrefs(registry);
Henrique Ferreirod1c3fe72021-05-14 13:26:151496 ash::ResetScreen::RegisterPrefs(registry);
Henrique Ferreiro4b21d142021-11-10 11:47:371497 ash::SchedulerConfigurationManager::RegisterLocalStatePrefs(registry);
Yeunjoo Choicf61fba2021-04-23 02:43:091498 ash::ServicesCustomizationDocument::RegisterPrefs(registry);
Henrique Ferreirob403be32021-09-22 07:15:361499 ash::StartupUtils::RegisterPrefs(registry);
Yeunjoo Choid461f872021-03-11 06:52:191500 ash::StatsReportingController::RegisterLocalStatePrefs(registry);
Yeunjoo Choi03b09c62021-02-18 21:40:051501 ash::system::AutomaticRebootManager::RegisterPrefs(registry);
Yeunjoo Choi953a4c32021-10-15 05:20:441502 ash::TimeZoneResolver::RegisterPrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151503 ash::UserImageManager::RegisterPrefs(registry);
Henrique Ferreirod70b5c22021-04-30 10:55:271504 ash::UserSessionManager::RegisterPrefs(registry);
Henrique Ferreiro26ed25a2021-02-01 21:59:291505 ash::WebKioskAppManager::RegisterPrefs(registry);
Xiaochu Liu48ab5932018-05-11 03:44:041506 component_updater::MetadataTable::RegisterPrefs(registry);
Henrique Ferreirob902d6c2021-10-14 19:55:441507 ash::CryptAuthDeviceIdProviderImpl::RegisterLocalPrefs(registry);
[email protected]5a145e82014-05-29 22:19:071508 extensions::ExtensionAssetsManagerChromeOS::RegisterPrefs(registry);
Aya ElAttarb4f7a5f2020-03-05 00:47:241509 extensions::ExtensionsPermissionsTracker::RegisterLocalStatePrefs(registry);
tbarzicd9a88fc92017-07-14 02:18:101510 extensions::lock_screen_data::LockScreenItemStorage::RegisterLocalState(
1511 registry);
Jit Yao Yap8e247322019-06-24 16:56:591512 extensions::login_api::RegisterLocalStatePrefs(registry);
stevenjbf22f82e2016-10-26 21:47:381513 ::onc::RegisterPrefs(registry);
Jong Ahnfaf5f1f72023-01-19 03:20:441514 metrics::structured::ChromeStructuredMetricsRecorder::RegisterLocalStatePrefs(
1515 registry);
Jana Grill784b1e52020-06-26 18:22:121516 policy::AdbSideloadingAllowanceModePolicyHandler::RegisterPrefs(registry);
Sergiy Belozorov757bc002023-03-13 19:13:191517 // TODO(b/265923216): Replace with EnrollmentStateFetcher::RegisterPrefs.
Pavol Marko35bcf1a2018-05-23 15:33:071518 policy::AutoEnrollmentClientImpl::RegisterPrefs(registry);
Yeunjoo Choi7227dba2021-08-04 06:35:471519 policy::BrowserPolicyConnectorAsh::RegisterPrefs(registry);
Ashutosh Singhal96d051012023-07-26 11:00:491520 policy::CrdAdminSessionController::RegisterLocalStatePrefs(registry);
Yeunjoo Choiead8b3c2021-07-27 08:08:191521 policy::DeviceCloudPolicyManagerAsh::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471522 policy::DeviceStatusCollector::RegisterPrefs(registry);
Nikita Podguzov72c21f02019-06-17 14:48:411523 policy::DeviceWallpaperImageExternalDataHandler::RegisterPrefs(registry);
rsorokin3c13ece2017-01-16 15:58:411524 policy::DMTokenStorage::RegisterPrefs(registry);
Sergey Poromovd6575a0b2020-05-19 21:41:091525 policy::EnrollmentRequisitionManager::RegisterPrefs(registry);
Saurabh Nijhara839c17c2020-05-19 00:18:291526 policy::MinimumVersionPolicyHandler::RegisterPrefs(registry);
Anatoliy Potapchuka460bc12021-11-05 19:23:101527 policy::EuiccStatusUploader::RegisterLocalStatePrefs(registry);
Andreea Costinasc4b76ff2019-04-11 15:52:131528 policy::TPMAutoUpdateModePolicyHandler::RegisterPrefs(registry);
glevin5dd01a72016-03-23 23:08:121529 quirks::QuirksManager::RegisterPrefs(registry);
Roman Aleksandrovd32e34e72019-05-22 17:29:501530 UpgradeDetectorChromeos::RegisterPrefs(registry);
James Hawkins225001cf2020-09-18 16:04:341531 RegisterNearbySharingLocalPrefs(registry);
Yuta Hijikata31a359c2020-11-27 07:50:261532#endif // BUILDFLAG(IS_CHROMEOS_ASH)
[email protected]b6366ffa2012-02-29 17:12:261533
Xiaohan Wangae7f9182022-01-16 00:37:521534#if BUILDFLAG(IS_CHROMEOS)
Erik Chen643355d2022-04-22 05:44:491535 chromeos::echo_offer::RegisterPrefs(registry);
Kuo-Hsin Yang40227972022-05-16 18:39:091536 memory::OOMKillsMonitor::RegisterPrefs(registry);
Ben Franz73537362021-11-08 11:53:401537 policy::SystemFeaturesDisableListPolicyHandler::RegisterPrefs(registry);
Alvin Lee99f8d9a82021-11-18 18:45:551538 policy::DlpRulesManagerImpl::RegisterPrefs(registry);
Xiaohan Wangae7f9182022-01-16 00:37:521539#endif // BUILDFLAG(IS_CHROMEOS)
Ben Franz73537362021-11-08 11:53:401540
Xiaohan Wangae7f9182022-01-16 00:37:521541#if BUILDFLAG(IS_MAC)
[email protected]b1de2c72013-02-06 02:45:471542 confirm_quit::RegisterLocalState(registry);
[email protected]425f7a02014-04-29 01:51:441543 QuitWithAppsController::RegisterPrefs(registry);
Henrik Grunelle11045a2019-04-12 09:27:271544 system_media_permissions::RegisterSystemMediaPermissionStatesPrefs(registry);
Christopher Cameron81f442e2019-11-14 06:50:141545 AppShimRegistry::Get()->RegisterLocalPrefs(registry);
[email protected]b6366ffa2012-02-29 17:12:261546#endif
[email protected]bdb8a1e2013-10-03 08:14:001547
Erik Chen38ceca082020-12-16 01:31:351548#if BUILDFLAG(IS_CHROMEOS_LACROS)
Alex Ilin953f1092021-11-26 15:49:101549 AccountCache::RegisterLocalStatePrefs(registry);
Erik Chen38ceca082020-12-16 01:31:351550 lacros_prefs::RegisterLocalStatePrefs(registry);
Polina Bondarenko3f3dc4f2022-04-25 07:55:011551 KioskSessionServiceLacros::RegisterLocalStatePrefs(registry);
Erik Chen38ceca082020-12-16 01:31:351552#endif
1553
Xiaohan Wangae7f9182022-01-16 00:37:521554#if BUILDFLAG(IS_WIN)
Will Harris265b3942019-10-21 01:01:331555 OSCrypt::RegisterLocalPrefs(registry);
Will Harris956e0ca2019-08-23 20:47:391556 registry->RegisterBooleanPref(prefs::kRendererCodeIntegrityEnabled, true);
Will Harrisf09e40d2022-06-02 21:15:401557 registry->RegisterBooleanPref(prefs::kRendererAppContainerEnabled, true);
Stefan Smolenfd3965b2021-08-17 19:27:181558 registry->RegisterBooleanPref(prefs::kBlockBrowserLegacyExtensionPoints,
1559 true);
David Bienvenu554a2592020-02-13 20:20:541560 registry->RegisterBooleanPref(
1561 policy::policy_prefs::kNativeWindowOcclusionEnabled, true);
Xiaohan Wang259f34c7a2022-03-26 23:18:191562 MediaFoundationServiceMonitor::RegisterPrefs(registry);
Will Harriseb364b2c2022-06-23 00:49:011563 os_crypt::RegisterLocalStatePrefs(registry);
Nico Webereaa08412019-08-14 01:24:371564#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
Patrick Monettef8fd8b22018-05-10 20:58:041565 IncompatibleApplicationsUpdater::RegisterLocalStatePrefs(registry);
Patrick Monette6b7c475b2018-06-12 14:58:081566 ModuleDatabase::RegisterLocalStatePrefs(registry);
Patrick Monettee31f63e22018-06-06 00:10:341567 ThirdPartyConflictsManager::RegisterLocalStatePrefs(registry);
Nico Webereaa08412019-08-14 01:24:371568#endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
Xiaohan Wangae7f9182022-01-16 00:37:521569#endif // BUILDFLAG(IS_WIN)
[email protected]ceafc462013-11-04 12:26:031570
Xiaohan Wangae7f9182022-01-16 00:37:521571#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhang92c15542020-01-10 17:05:101572 RegisterDefaultBrowserPromptPrefs(registry);
Yann Dago0d896f62020-02-04 19:59:151573 downgrade::RegisterPrefs(registry);
Anthony Vallee-Dubois85edf222020-03-24 20:30:021574 DeviceOAuth2TokenStoreDesktop::RegisterPrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101575#endif
1576
Ramin Halavati52a9a292022-04-28 04:27:491577#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Ramin Halavati69bf7752022-04-04 09:58:151578 screen_ai::RegisterLocalStatePrefs(registry);
Ramin Halavati52a9a292022-04-28 04:27:491579#endif // BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Ramin Halavati69bf7752022-04-04 09:58:151580
Igor Ruvinov13e658e2022-12-13 03:15:201581#if BUILDFLAG(IS_WIN)
1582 PlatformAuthPolicyObserver::RegisterPrefs(registry);
1583#endif // BUILDFLAG(IS_WIN)
1584
Jack Yammine96729f72023-09-25 15:47:281585#if BUILDFLAG(ENABLE_SEARCH_ENGINE_CHOICE)
1586 SearchEngineChoiceService::RegisterLocalStatePrefs(registry);
1587#endif
1588
Chris Hamilton65c41312020-06-10 13:14:401589 // This is intentionally last.
Lei Zhangb76b80e32020-04-08 16:58:161590 RegisterLocalStatePrefsForMigration(registry);
[email protected]9acc48602009-11-30 21:18:511591}
initial.commit09911bf2008-07-26 23:55:291592
[email protected]37ca3fe02013-07-05 15:32:441593// Register prefs applicable to all profiles.
Xi Han25a7f032019-04-18 21:44:211594void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry,
1595 const std::string& locale) {
rkaplow058da3132015-02-19 18:18:381596 TRACE_EVENT0("browser", "chrome::RegisterProfilePrefs");
[email protected]2a5f29632012-11-26 17:17:551597 // User prefs. Please keep this list alphabetized.
Dominic Mazzoni21fb0282019-02-13 18:32:471598 AccessibilityLabelsService::RegisterProfilePrefs(registry);
James Wallace-Lee25a1b05e2018-07-24 00:06:311599 AccessibilityUIMessageHandler::RegisterProfilePrefs(registry);
Xing Liu7252b8d2020-01-22 22:12:471600 AnnouncementNotificationService::RegisterProfilePrefs(registry);
Moe Ahmadi173b0a2b2018-08-03 17:35:511601 autofill::prefs::RegisterProfilePrefs(registry);
Bernhard Bauer19190732017-09-28 09:03:331602 browsing_data::prefs::RegisterBrowserUserPrefs(registry);
Simon Hangl2d73e742023-06-16 16:52:471603 capture_policy::RegisterProfilePrefs(registry);
Doug Turner9e79cf0c2018-04-05 21:32:301604 certificate_transparency::prefs::RegisterPrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441605 ChromeContentBrowserClient::RegisterProfilePrefs(registry);
Elaine Chien07f137d2021-01-14 02:57:211606 chrome_labs_prefs::RegisterProfilePrefs(registry);
Livvie Lin9141d0f132020-03-23 22:47:041607 ChromeLocationBarModelDelegate::RegisterProfilePrefs(registry);
Colin Blundell7657b402020-02-25 09:46:501608 StatefulSSLHostStateDelegate::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441609 ChromeVersionService::RegisterProfilePrefs(registry);
Eric Secklera5c24e12018-11-28 16:09:201610 chrome_browser_net::NetErrorTabHelper::RegisterProfilePrefs(registry);
[email protected]06690dc2014-03-07 08:44:001611 chrome_prefs::RegisterProfilePrefs(registry);
Matt Jones704e1a62022-09-20 16:28:241612 commerce::RegisterPrefs(registry);
Travis Skare27cee15c2018-07-19 14:34:131613 DocumentProvider::RegisterProfilePrefs(registry);
hmaree31cadf52022-11-09 22:32:551614 enterprise::RegisterIdentifiersProfilePrefs(registry);
Owen Min9867b162022-01-20 21:39:071615 enterprise_reporting::RegisterProfilePrefs(registry);
Katie D1ca4328b2020-02-19 18:08:471616 dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(registry);
1617 dom_distiller::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441618 DownloadPrefs::RegisterProfilePrefs(registry);
Moe Ahmadi656dd532021-10-06 21:59:181619 history_clusters::prefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441620 HostContentSettingsMap::RegisterProfilePrefs(registry);
Brandon Wylie6961a2e2018-09-19 23:03:371621 image_fetcher::ImageCache::RegisterProfilePrefs(registry);
Evan Stade7a984802020-12-14 19:10:151622 site_engagement::ImportantSitesUtil::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441623 IncognitoModePrefs::RegisterProfilePrefs(registry);
Maksim Moskvitinf5f5f736c2021-01-12 12:13:281624 invalidation::PerUserTopicSubscriptionManager::RegisterProfilePrefs(registry);
1625 invalidation::InvalidatorRegistrarWithMemory::RegisterProfilePrefs(registry);
Alexandre Frechette37edd93a2019-03-19 15:57:201626 language::LanguagePrefs::RegisterProfilePrefs(registry);
rajendrantff2361da2020-12-16 09:18:271627 login_detection::prefs::RegisterProfilePrefs(registry);
Joe DeBlasio59db500b2020-08-21 00:37:351628 lookalikes::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441629 MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry);
Guido Urdaneta9f831c22023-06-22 13:44:341630 media_device_salt::MediaDeviceIDSalt::RegisterProfilePrefs(registry);
Becca Hughes6354b6b2017-08-31 22:01:551631 MediaEngagementService::RegisterProfilePrefs(registry);
John Rummelle5621c12017-09-05 23:52:101632 MediaStorageIdSalt::RegisterProfilePrefs(registry);
Mikel Astizf4226912020-10-19 19:10:371633 metrics::RegisterDemographicsProfilePrefs(registry);
Tom Anderson1ef51d032020-02-11 01:05:081634 NotificationDisplayServiceImpl::RegisterProfilePrefs(registry);
brettw1f92eed2016-12-07 01:12:581635 NotifierStateTracker::RegisterProfilePrefs(registry);
treibbb0c5af52016-12-09 17:34:151636 ntp_tiles::MostVisitedSites::RegisterProfilePrefs(registry);
Sophie Chang5ff4b942019-05-23 20:04:321637 optimization_guide::prefs::RegisterProfilePrefs(registry);
[email protected]a8564212014-04-09 16:16:511638 password_manager::PasswordManager::RegisterProfilePrefs(registry);
anthonyvd6a43b932017-05-11 18:39:271639 payments::RegisterProfilePrefs(registry);
Anthony Vallee-Duboiscee55b12022-03-24 22:54:021640 performance_manager::user_tuning::prefs::RegisterProfilePrefs(registry);
Aisulu Rakhmetullinaac4afcb62023-07-05 18:10:041641 permissions::RegisterProfilePrefs(registry);
Evan Stade32d635a2020-04-03 18:51:251642 PermissionBubbleMediaAccessHandler::RegisterProfilePrefs(registry);
Sharon Yangc6706902018-07-16 13:06:191643 PlatformNotificationServiceImpl::RegisterProfilePrefs(registry);
Aaron Colwellf94fd97a2020-07-21 19:37:081644 policy::URLBlocklistManager::RegisterProfilePrefs(registry);
Jayee07bb468c2023-06-01 18:25:311645 PolicyUI::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441646 PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry);
Simon Pelchate74bbb62021-12-03 23:57:551647 prefetch::RegisterPredictionOptionsProfilePrefs(registry);
Max Curran14dd7872023-03-20 19:57:361648 PrefetchOriginDecider::RegisterPrefs(registry);
Xi Han25a7f032019-04-18 21:44:211649 PrefsTabHelper::RegisterProfilePrefs(registry, locale);
harrisonsean04618302020-11-27 16:00:531650 privacy_sandbox::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441651 Profile::RegisterProfilePrefs(registry);
1652 ProfileImpl::RegisterProfilePrefs(registry);
Matt Menkecfef87d2017-08-03 13:03:061653 ProfileNetworkContextService::RegisterProfilePrefs(registry);
Javier Fernández García-Boente7966a892021-12-09 12:28:231654 custom_handlers::ProtocolHandlerRegistry::RegisterProfilePrefs(registry);
johnmecf2da0c2015-10-28 19:42:121655 PushMessagingAppIdentifier::RegisterProfilePrefs(registry);
Balazs Engedy715b0ec2019-12-04 15:11:451656 QuietNotificationPermissionUiState::RegisterProfilePrefs(registry);
[email protected]c753f142013-02-10 13:14:041657 RegisterBrowserUserPrefs(registry);
Amanda Velasco Gallardo25f07362022-01-28 02:08:471658 safe_browsing::file_type::RegisterProfilePrefs(registry);
Luke Zielinski12ef88552017-06-23 15:36:271659 safe_browsing::RegisterProfilePrefs(registry);
Ryan Sturm010e2f52021-01-08 00:13:561660 SearchPrefetchService::RegisterProfilePrefs(registry);
Clark DuVall8236b6a82020-05-28 22:54:321661 blocked_content::SafeBrowsingTriggeredPopupBlocker::RegisterProfilePrefs(
1662 registry);
Carlos IL06e6c8c2020-07-28 00:25:191663 security_interstitials::InsecureFormBlockingPage::RegisterProfilePrefs(
1664 registry);
Shakti Sahu93bfba22021-06-17 18:05:211665 segmentation_platform::SegmentationPlatformService::RegisterProfilePrefs(
1666 registry);
Anastasia Helfinstein33187fd2023-01-27 03:06:071667 segmentation_platform::DeviceSwitcherResultDispatcher::RegisterProfilePrefs(
1668 registry);
[email protected]37ca3fe02013-07-05 15:32:441669 SessionStartupPref::RegisterProfilePrefs(registry);
Himanshu Jajubcf3b9292019-06-07 12:54:071670 SharingSyncPreference::RegisterProfilePrefs(registry);
Evan Stade89158192021-01-27 18:45:231671 site_engagement::SiteEngagementService::RegisterProfilePrefs(registry);
Ayu Ishii73a353d2022-07-07 21:56:421672 storage::RegisterProfilePrefs(registry);
Mikel Astiz0889b2be2018-09-25 16:20:411673 sync_sessions::SessionSyncPrefs::RegisterProfilePrefs(registry);
Jeffrey Cohen053be24d2019-07-23 23:44:051674 syncer::DeviceInfoPrefs::RegisterProfilePrefs(registry);
Bernhard Bauer19190732017-09-28 09:03:331675 syncer::SyncPrefs::RegisterProfilePrefs(registry);
Mikel Astiz89473c442021-07-13 09:46:121676 syncer::SyncTransportDataPrefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441677 TemplateURLPrepopulateData::RegisterProfilePrefs(registry);
Patricia Alfonsoc6f40b5c2023-09-14 21:02:431678 tpcd::experiment::RegisterProfilePrefs(registry);
[email protected]e5e72cc2014-07-22 19:06:491679 translate::TranslatePrefs::RegisterProfilePrefs(registry);
Moe Ahmadi1266de82020-04-10 17:19:531680 omnibox::RegisterProfilePrefs(registry);
[email protected]855ebff2014-05-09 07:14:381681 ZeroSuggestProvider::RegisterProfilePrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:341682
Nicolas MacBeth53fa8142023-06-20 15:06:091683#if !BUILDFLAG(IS_ANDROID) && BUILDFLAG(GOOGLE_CHROME_BRANDING)
1684 promos_utils::RegisterProfilePrefs(registry);
1685#endif // !BUILDFLAG(IS_ANDROID) && BUILDFLAG(GOOGLE_CHROME_BRANDING)
1686
Scott Violet53fb03c2021-01-15 23:48:161687#if BUILDFLAG(ENABLE_SESSION_SERVICE)
1688 RegisterSessionServiceLogProfilePrefs(registry);
Christian Dullweber0747d7c92021-05-10 10:05:131689 SessionDataService::RegisterProfilePrefs(registry);
Scott Violet53fb03c2021-01-15 23:48:161690#endif
1691
brettw00899e62016-11-12 02:10:171692#if BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]17510602014-06-05 11:02:281693 ExtensionWebUI::RegisterProfilePrefs(registry);
je_julie.kim7fbb5a1a2015-02-09 17:26:051694 RegisterAnimationPolicyPrefs(registry);
mfoltz96f329c2016-01-13 18:16:581695 extensions::ActivityLog::RegisterProfilePrefs(registry);
tbarzicfa3c7ef62017-04-17 23:12:021696 extensions::AudioAPI::RegisterUserPrefs(registry);
mfoltz96f329c2016-01-13 18:16:581697 extensions::ExtensionPrefs::RegisterProfilePrefs(registry);
Devlin Cronin71f0f532018-04-26 16:35:061698 extensions::ExtensionsUI::RegisterProfilePrefs(registry);
Joel Hockeya9ccf0e2022-05-27 22:11:191699#if BUILDFLAG(IS_CHROMEOS_ASH)
1700 extensions::shared_storage::RegisterProfilePrefs(registry);
1701#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Emilia Paz363fa0062022-01-15 05:12:031702 extensions::PermissionsManager::RegisterProfilePrefs(registry);
afakhry2bd481832016-06-16 16:17:241703 extensions::RuntimeAPI::RegisterPrefs(registry);
Devlin Cronina997c8e2021-03-18 00:33:181704 // TODO(devlin): This would be more inline with the other calls here if it
1705 // were nested in either a class or separate namespace with a simple
1706 // Register[Profile]Prefs() name.
1707 extensions::RegisterSettingsOverriddenUiPrefs(registry);
Minh X. Nguyen3aa40692018-03-28 01:15:591708 update_client::RegisterProfilePrefs(registry);
brettw00899e62016-11-12 02:10:171709#endif // BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]c2ac1dda2013-09-23 05:04:561710
Andy Phan99ccfb42022-11-29 18:57:071711#if BUILDFLAG(ENABLE_PDF)
1712 registry->RegisterListPref(prefs::kPdfLocalFileAccessAllowedForDomains,
1713 base::Value::List());
Hui Yingsta4a03ec82023-05-16 00:00:171714 registry->RegisterBooleanPref(prefs::kPdfUseSkiaRendererEnabled, true);
Andy Phan99ccfb42022-11-29 18:57:071715#endif // BUILDFLAG(ENABLE_PDF)
1716
Brett Wilson65f951c2016-11-03 22:06:121717#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
Nicolas Ouellet-Payeur4dbdf1e52018-08-06 21:51:021718 printing::PolicySettings::RegisterProfilePrefs(registry);
Nikita Podguzov26222d12019-12-04 11:44:311719 printing::PrintPreviewStickySettings::RegisterProfilePrefs(registry);
bauerb4da36132014-12-26 19:53:131720#endif
1721
Lei Zhang92c15542020-01-10 17:05:101722#if BUILDFLAG(ENABLE_RLZ)
1723 ChromeRLZTrackerDelegate::RegisterProfilePrefs(registry);
1724#endif
1725
brettw9e85ef42016-11-01 21:01:241726#if BUILDFLAG(ENABLE_SUPERVISED_USERS)
[email protected]503e2922023-06-23 13:38:371727 supervised_user::ChildAccountService::RegisterProfilePrefs(registry);
[email protected]1e50f232023-05-12 13:57:341728 supervised_user::SupervisedUserService::RegisterProfilePrefs(registry);
bauerb4da36132014-12-26 19:53:131729#endif
1730
Jian Lic9a227c2022-02-28 22:55:441731#if BUILDFLAG(ENABLE_FEED_V2)
1732 feed::prefs::RegisterFeedSharedProfilePrefs(registry);
1733 feed::RegisterProfilePrefs(registry);
1734#endif
1735
Xiaohan Wangae7f9182022-01-16 00:37:521736#if BUILDFLAG(IS_ANDROID)
Lei Zhang92c15542020-01-10 17:05:101737 cdm::MediaDrmStorageImpl::RegisterProfilePrefs(registry);
Sebastien Lalancette374cf6a2021-06-22 17:23:521738 content_creation::prefs::RegisterProfilePrefs(registry);
Christopher Thompson2602fea2019-11-26 19:36:541739 KnownInterceptionDisclosureInfoBarDelegate::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101740 MediaDrmOriginIdManager::RegisterProfilePrefs(registry);
1741 NotificationChannelsProviderAndroid::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101742 ntp_tiles::PopularSitesImpl::RegisterProfilePrefs(registry);
1743 OomInterventionDecider::RegisterProfilePrefs(registry);
[email protected]084f82b2013-11-01 00:09:591744 PartnerBookmarksShim::RegisterProfilePrefs(registry);
Wolfgang Billenstein546bd4d72022-09-20 11:34:261745 permissions::GeolocationPermissionContextAndroid::RegisterProfilePrefs(
1746 registry);
Xing Liu0327d832020-05-15 21:07:031747 query_tiles::RegisterPrefs(registry);
mvanouwerkerkc1751e02017-01-06 12:16:431748 RecentTabsPagePrefs::RegisterProfilePrefs(registry);
Patrick Noland87d9f842019-01-16 03:52:021749 usage_stats::UsageStatsBridge::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101750 variations::VariationsService::RegisterProfilePrefs(registry);
Ella Gebf864d372023-06-06 17:44:311751 webapps::InstallPromptPrefs::RegisterProfilePrefs(registry);
Jan Keitel98b2cc42022-09-20 05:38:391752#else // BUILDFLAG(IS_ANDROID)
Emily Shack670f745c2023-03-03 19:47:301753 bookmarks_webui::RegisterProfilePrefs(registry);
johnme627dc8c72016-08-19 21:49:391754 browser_sync::ForeignSessionHandler::RegisterProfilePrefs(registry);
Dana Fried68baeb002023-09-18 20:25:041755 BrowserFeaturePromoStorageService::RegisterProfilePrefs(registry);
evliuc5b5a722022-10-28 00:05:491756 captions::LiveTranslateController::RegisterProfilePrefs(registry);
dljames4b665b22023-09-21 19:35:081757 CartService::RegisterProfilePrefs(registry);
Nina Satragno8c832df2019-07-29 15:59:391758 ChromeAuthenticatorRequestDelegate::RegisterProfilePrefs(registry);
dljames4b665b22023-09-21 19:35:081759 commerce::ShoppingListUiTabHelper::RegisterProfilePrefs(registry);
Shakti Sahu05ea4e12023-03-28 07:33:101760 companion::PromoHandler::RegisterProfilePrefs(registry);
Anqing Zhao9595e482021-06-10 11:33:551761 DeviceServiceImpl::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101762 DevToolsWindow::RegisterProfilePrefs(registry);
Tibor Goldschwendt610d0372021-05-11 01:39:021763 DriveService::RegisterProfilePrefs(registry);
Dominique Fauteux-Chapleau130242bf2020-12-07 19:07:481764 enterprise_connectors::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101765 extensions::CommandService::RegisterProfilePrefs(registry);
1766 extensions::TabsCaptureVisibleTabFunction::RegisterProfilePrefs(registry);
gabdac09c03b2017-03-22 20:00:111767 first_run::RegisterProfilePrefs(registry);
johnme627dc8c72016-08-19 21:49:391768 gcm::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101769 HatsService::RegisterProfilePrefs(registry);
Tibor Goldschwendtf3a3ce92021-08-17 00:42:161770 NtpCustomBackgroundService::RegisterProfilePrefs(registry);
George Benz13da3df02022-01-14 00:03:521771 media_router::RegisterAccessCodeProfilePrefs(registry);
Derek Cheng23a01402018-07-24 13:38:141772 media_router::RegisterProfilePrefs(registry);
Tibor Goldschwendt53ca78b2020-10-07 19:56:181773 NewTabPageHandler::RegisterProfilePrefs(registry);
Tibor Goldschwendtbbdbe8f2021-05-20 19:27:391774 NewTabPageUI::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101775 NewTabUI::RegisterProfilePrefs(registry);
Rohit Bhatia22e544f2021-10-05 15:32:261776 ntp::SafeBrowsingHandler::RegisterProfilePrefs(registry);
kristiparkc0199772018-07-18 05:25:421777 ntp_tiles::CustomLinksManagerImpl::RegisterProfilePrefs(registry);
Jeremy Selier730b56d32021-09-17 02:59:391778 PhotosService::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101779 PinnedTabCodec::RegisterProfilePrefs(registry);
Kirubel Aklilu7abc28662023-09-14 17:14:401780 plus_addresses::RegisterProfilePrefs(registry);
Yann Dago44d6cc322022-07-13 17:46:251781 policy::DeveloperToolsPolicyHandler::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101782 PromoService::RegisterProfilePrefs(registry);
dljames4b665b22023-09-21 19:35:081783 RecipesService::RegisterProfilePrefs(registry);
Mark Schillaciba4a7322022-06-29 15:08:351784 RegisterReadAnythingProfilePrefs(registry);
Eduard Hez55d711f2023-07-12 12:10:071785 RegisterSafetyHubProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101786 settings::SettingsUI::RegisterProfilePrefs(registry);
Victor Hugo Vianna Silva3452787c2022-07-28 23:25:301787 send_tab_to_self::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101788 signin::RegisterProfilePrefs(registry);
tmartino6254f472016-11-21 01:22:561789 StartupBrowserCreator::RegisterProfilePrefs(registry);
Roman Aroracd8462c2021-08-03 01:20:331790 tab_search_prefs::RegisterProfilePrefs(registry);
Roman Arorabc876bf2023-08-03 15:25:211791 ThemeColorPickerHandler::RegisterProfilePrefs(registry);
dljames4b665b22023-09-21 19:35:081792 toolbar::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101793 UnifiedAutoplayConfig::RegisterProfilePrefs(registry);
Caroline Rising065085a22023-02-22 14:34:091794 user_notes::RegisterProfilePrefs(registry);
dljames4b665b22023-09-21 19:35:081795
Michael Martis8b35dd72023-01-26 01:07:471796#if !BUILDFLAG(IS_CHROMEOS_LACROS)
1797 captions::LiveCaptionController::RegisterProfilePrefs(registry);
1798#endif // !BUILDFLAG(IS_CHROMEOS_LACROS)
Xiaohan Wangae7f9182022-01-16 00:37:521799#endif // BUILDFLAG(IS_ANDROID)
mvanouwerkerk9f0f38a2016-06-08 14:11:441800
Xiaohan Wangae7f9182022-01-16 00:37:521801#if BUILDFLAG(IS_CHROMEOS)
Tim Sergeant2b6bc66e2022-04-14 20:15:211802 apps::SupportedLinksInfoBarPrefsService::RegisterProfilePrefs(registry);
Maria Petrisorbb5226b2022-06-02 09:10:511803 extensions::login_api::RegisterProfilePrefs(registry);
Olya Kalitova39e913d52021-03-16 22:26:221804 extensions::platform_keys::RegisterProfilePrefs(registry);
Michael Ershovd9a627e2021-11-03 13:55:271805 certificate_manager::CertificatesHandler::RegisterProfilePrefs(registry);
Simon Hangl8ebaf732023-08-25 14:59:471806 chromeos::cloud_storage::RegisterProfilePrefs(registry);
Andrew Rayskiy0ec947f2023-08-23 09:19:541807 chromeos::cloud_upload::RegisterProfilePrefs(registry);
Michael Ershov5b2a7062022-01-17 14:28:451808 policy::PolicyCertService::RegisterProfilePrefs(registry);
Josh Simmons29bce0e82023-08-31 05:59:501809 quickoffice::RegisterProfilePrefs(registry);
Yanzhu Du76169d12022-09-21 02:53:311810 registry->RegisterBooleanPref(prefs::kDeskAPIThirdPartyAccessEnabled, false);
Yanzhu Du428de9052022-10-05 22:46:581811 registry->RegisterListPref(prefs::kDeskAPIThirdPartyAllowlist);
Vignesh Shenvif47279d2022-04-07 10:55:361812 registry->RegisterBooleanPref(prefs::kInsightsExtensionEnabled, false);
Nicolas Dossou-Gbete8bf46c12022-05-16 14:20:171813 // By default showing Sync Consent is set to true. It can changed by policy.
1814 registry->RegisterBooleanPref(prefs::kEnableSyncConsent, true);
anina koehlerf1e29df62022-08-10 07:22:321815 registry->RegisterListPref(
1816 chromeos::prefs::kKeepFullscreenWithoutNotificationUrlAllowList,
1817 PrefRegistry::PUBLIC);
Vignesh Shenvidfab2b12023-08-07 19:13:001818 ::reporting::RegisterProfilePrefs(registry);
Andrew Rayskiy16f8cab2022-12-15 16:28:331819#if BUILDFLAG(USE_CUPS)
Pranav Batrae71407672021-08-16 23:53:001820 extensions::PrintingAPIHandler::RegisterProfilePrefs(registry);
Andrew Rayskiy16f8cab2022-12-15 16:28:331821#endif // BUILDFLAG(USE_CUPS)
Xiaohan Wangae7f9182022-01-16 00:37:521822#endif // BUILDFLAG(IS_CHROMEOS)
Olya Kalitova39e913d52021-03-16 22:26:221823
Yuta Hijikata31a359c2020-11-27 07:50:261824#if BUILDFLAG(IS_CHROMEOS_ASH)
James Cookc542d992019-11-08 23:34:241825 app_list::AppListSyncableService::RegisterProfilePrefs(registry);
Nancy Wanga78b7a32021-04-28 05:10:291826 apps::AppPlatformMetricsService::RegisterProfilePrefs(registry);
Jeevan Shikarama73dec1a2022-09-08 05:51:521827 apps::AppPreloadService::RegisterProfilePrefs(registry);
Nikki Fangac3f0592023-02-14 01:31:191828 apps::deduplication::AppDeduplicationService::RegisterProfilePrefs(registry);
Tim Sergeant1231dcc2021-05-10 14:00:571829 apps::webapk_prefs::RegisterProfilePrefs(registry);
Hidehiko Abe33e9adf2017-09-13 06:12:231830 arc::prefs::RegisterProfilePrefs(registry);
James Cookc542d992019-11-08 23:34:241831 ArcAppListPrefs::RegisterProfilePrefs(registry);
Hidehiko Abe89f9b5c92023-09-19 04:37:111832 arc::ArcBootPhaseMonitorBridge::RegisterProfilePrefs(registry);
Anastasiia N0582a902021-12-08 17:44:591833 ash::AccountAppsAvailability::RegisterPrefs(registry);
Kushagra Sinhab37e24db2021-07-02 15:14:241834 account_manager::AccountManager::RegisterPrefs(registry);
Yeunjoo Choi19772c942021-03-08 14:51:111835 ash::ApkWebAppService::RegisterProfilePrefs(registry);
Yeunjoo Choi40d02412021-04-21 01:38:561836 ash::app_time::AppActivityRegistry::RegisterProfilePrefs(registry);
1837 ash::app_time::AppTimeController::RegisterProfilePrefs(registry);
Andreea Costinasc33add32023-07-13 16:57:131838 ash::AshProxyMonitor::RegisterProfilePrefs(registry);
Yeunjoo Choi65c73cc2022-08-02 05:30:161839 ash::assistant::prefs::RegisterProfilePrefs(registry);
Anastasiia N1ad94e1e2022-09-15 08:47:281840 ash::auth::AuthFactorConfig::RegisterPrefs(registry);
Yeunjoo Choi0e66c9aa2021-04-02 02:05:561841 ash::bluetooth::DebugLogsManager::RegisterPrefs(registry);
Henrique Ferreirobbaee882022-09-08 07:15:551842 ash::bluetooth_config::BluetoothPowerControllerImpl::RegisterProfilePrefs(
1843 registry);
Theo Johnson-Kanudc9f96272023-01-12 05:11:391844 ash::HatsBluetoothRevampTriggerImpl::RegisterProfilePrefs(registry);
Henrique Ferreiro2029590e2021-09-23 08:01:521845 ash::ClientAppMetadataProviderService::RegisterProfilePrefs(registry);
Yeunjoo Choi47a6a142022-02-11 02:35:231846 ash::CupsPrintersManager::RegisterProfilePrefs(registry);
Yeunjoo Choi0dc579e42022-03-23 04:14:521847 ash::device_sync::RegisterProfilePrefs(registry);
Yeunjoo Choi651766c02021-04-26 11:45:431848 ash::FamilyUserChromeActivityMetrics::RegisterProfilePrefs(registry);
1849 ash::FamilyUserMetricsService::RegisterProfilePrefs(registry);
1850 ash::FamilyUserSessionMetrics::RegisterProfilePrefs(registry);
Yeunjoo Choiebbdaa62022-10-20 01:05:311851 ash::InlineLoginHandlerImpl::RegisterProfilePrefs(registry);
Yeunjoo Choi395103872021-07-22 01:16:071852 ash::first_run::RegisterProfilePrefs(registry);
Yeunjoo Choic4e54fe2021-06-09 02:11:391853 ash::file_system_provider::RegisterProfilePrefs(registry);
Yeunjoo Choi0842edfa2021-07-29 00:53:171854 ash::full_restore::RegisterProfilePrefs(registry);
Yeunjoo Choi4530b1792021-05-10 02:32:271855 ash::KerberosCredentialsManager::RegisterProfilePrefs(registry);
Yeunjoo Choi044ea242022-03-14 12:06:291856 ash::multidevice_setup::MultiDeviceSetupService::RegisterProfilePrefs(
Jordy Greenblatt2265de702018-07-26 19:05:261857 registry);
Henrique Ferreirocddc8012021-03-26 00:47:151858 ash::MultiProfileUserController::RegisterProfilePrefs(registry);
Yeunjoo Choi6c99c4d2022-08-08 03:11:111859 ash::NetworkMetadataStore::RegisterPrefs(registry);
Yeunjoo Choic1593bf2021-04-23 03:49:251860 ash::ReleaseNotesStorage::RegisterProfilePrefs(registry);
Yeunjoo Choif5706262021-08-24 01:11:241861 ash::HelpAppNotificationController::RegisterProfilePrefs(registry);
Henrique Ferreirob3ff980b2021-07-19 09:41:271862 ash::quick_unlock::FingerprintStorage::RegisterProfilePrefs(registry);
1863 ash::quick_unlock::PinStoragePrefs::RegisterProfilePrefs(registry);
Henrique Ferreiro4b21d142021-11-10 11:47:371864 ash::Preferences::RegisterProfilePrefs(registry);
Yeunjoo Choida53f442021-09-17 01:07:361865 ash::EnterprisePrintersProvider::RegisterProfilePrefs(registry);
Yeunjoo Choi09213db2021-04-16 03:42:081866 ash::parent_access::ParentAccessService::RegisterProfilePrefs(registry);
Yue Lia3125692022-01-05 20:05:431867 quick_answers::prefs::RegisterProfilePrefs(registry);
Henrique Ferreirob3ff980b2021-07-19 09:41:271868 ash::quick_unlock::RegisterProfilePrefs(registry);
Henrique Ferreiroec8355d2021-07-20 08:20:081869 ash::RegisterSamlProfilePrefs(registry);
Yeunjoo Choi651766c02021-04-26 11:45:431870 ash::ScreenTimeController::RegisterProfilePrefs(registry);
Henrique Ferreirofad33bd2021-01-29 00:28:401871 ash::EduCoexistenceConsentInvalidationController::RegisterProfilePrefs(
yilkalc04a16dc2020-11-04 22:07:071872 registry);
Yeunjoo Choi38cea422022-10-18 06:19:171873 ash::EduCoexistenceLoginHandler::RegisterProfilePrefs(registry);
Henrique Ferreiroa264c8c02021-07-20 08:31:471874 ash::SigninErrorNotifier::RegisterPrefs(registry);
Yeunjoo Choicf61fba2021-04-23 02:43:091875 ash::ServicesCustomizationDocument::RegisterProfilePrefs(registry);
Yeunjoo Choiba3d9972022-10-11 12:50:121876 ash::settings::OSSettingsUI::RegisterProfilePrefs(registry);
Henrique Ferreirob403be32021-09-22 07:15:361877 ash::StartupUtils::RegisterOobeProfilePrefs(registry);
Jiaming Chengd3d84762023-07-20 20:47:361878 ash::UpdateNotificationShowingController::RegisterProfilePrefs(registry);
Aiden Chiavatti112d3672023-03-17 21:13:411879 ash::user_image::prefs::RegisterProfilePrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151880 ash::UserImageSyncObserver::RegisterProfilePrefs(registry);
Jong Ahn6f1c54a42022-01-18 00:20:561881 ChromeMetricsServiceClient::RegisterProfilePrefs(registry);
Renee Wrightc41d5432018-04-26 05:27:371882 crostini::prefs::RegisterProfilePrefs(registry);
sdefresne8593e6432015-12-01 12:38:081883 flags_ui::PrefServiceFlagsStorage::RegisterProfilePrefs(registry);
Joel Hockey7fb974342019-06-27 23:35:051884 guest_os::prefs::RegisterProfilePrefs(registry);
Toni Barzic14329d02017-07-17 21:59:121885 lock_screen_apps::StateController::RegisterProfilePrefs(registry);
Olya Kalitovac869f962018-12-04 12:01:231886 plugin_vm::prefs::RegisterProfilePrefs(registry);
GioVAX287418d2020-11-23 17:56:591887 policy::ArcAppInstallEventLogger::RegisterProfilePrefs(registry);
Bartosz Fabianowskid4d93a72018-05-17 18:49:481888 policy::AppInstallEventLogManagerWrapper::RegisterProfilePrefs(registry);
Marcelo Almeida9ef8c132019-05-13 20:19:121889 policy::StatusCollector::RegisterProfilePrefs(registry);
Henrique Ferreiroe2cbaaf2022-01-10 15:02:231890 ash::SystemProxyManager::RegisterProfilePrefs(registry);
Erik Chenc2927bbd2021-09-22 23:20:071891 ChromeShelfPrefs::RegisterProfilePrefs(registry);
stevenjbf22f82e2016-10-26 21:47:381892 ::onc::RegisterProfilePrefs(registry);
Yeunjoo Choicd4cc5382021-03-25 08:50:491893 ash::cert_provisioning::RegisterProfilePrefs(registry);
Nicholas Hollingumf4c11e32020-10-05 22:52:571894 borealis::prefs::RegisterProfilePrefs(registry);
Gavin Williamsf6781f3e2021-04-22 01:13:491895 ash::ChromeScanningAppDelegate::RegisterProfilePrefs(registry);
yilkal95d9f882021-10-18 21:59:001896 ProjectorAppClientImpl::RegisterProfilePrefs(registry);
Geng Li11526bb42022-02-15 23:59:141897 ash::floating_workspace_util::RegisterProfilePrefs(registry);
Sanja Perisic91217932022-04-13 13:45:021898 policy::RebootNotificationsScheduler::RegisterProfilePrefs(registry);
Irina Fedorova13745422022-07-15 12:59:001899 ash::KioskAppManager::RegisterProfilePrefs(registry);
Andrew Rayskiy47076d72022-09-27 18:46:141900 file_manager::file_tasks::RegisterProfilePrefs(registry);
Nigel Taoa1d4dce2022-10-18 00:01:201901 file_manager::prefs::RegisterProfilePrefs(registry);
Fergus Dall54a6a432022-11-18 17:35:291902 bruschetta::prefs::RegisterProfilePrefs(registry);
Chris Mullinse59586192023-03-06 17:42:171903 wallpaper_handlers::prefs::RegisterProfilePrefs(registry);
Vignesh Shenvi145bf6e2023-05-08 22:11:301904 ash::reporting::RegisterProfilePrefs(registry);
Yuta Hijikata31a359c2020-11-27 07:50:261905#endif // BUILDFLAG(IS_CHROMEOS_ASH)
gab3ca4a492017-03-02 00:19:411906
Darin Fisher127d5782021-01-20 20:32:341907#if BUILDFLAG(IS_CHROMEOS_LACROS)
1908 lacros_prefs::RegisterProfilePrefs(registry);
Andreea Costinas68cad91f2021-09-22 15:58:091909 chromeos::ProxyConfigServiceLacros::RegisterProfilePrefs(registry);
Ian Helmkec4a4e452022-05-09 22:17:581910 lacros_prefs::RegisterExtensionControlledAshPrefs(registry);
Irina Fedorova13745422022-07-15 12:59:001911 KioskSessionServiceLacros::RegisterProfilePrefs(registry);
Nancy Wangc84098e2022-10-24 10:30:361912 apps::WebsiteMetricsServiceLacros::RegisterProfilePrefs(registry);
Darin Fisher127d5782021-01-20 20:32:341913#endif
1914
Xiaohan Wangae7f9182022-01-16 00:37:521915#if BUILDFLAG(IS_WIN)
Alex St-Onge9e4b9b72021-06-08 15:35:541916 CdmPrefServiceHelper::RegisterProfilePrefs(registry);
Scott Violet3ff87d062021-12-21 06:10:101917 FontPrewarmerTabHelper::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441918 NetworkProfileBubble::RegisterProfilePrefs(registry);
[email protected]a4422802012-05-03 09:19:151919#endif
[email protected]eeec6ca2013-02-21 15:10:431920
Sebastien Lalancette413625312023-05-08 13:58:011921#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
1922 BUILDFLAG(IS_CHROMEOS_ASH)
Zonghan Xuc528f6e82022-08-09 22:31:581923 device_signals::RegisterProfilePrefs(registry);
Sebastien Lalancette413625312023-05-08 13:58:011924#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
1925 // BUILDFLAG(IS_CHROMEOS_ASH)
Zonghan Xuc528f6e82022-08-09 22:31:581926
Nicolas Ouellet-Payeurc1b89932022-09-30 16:22:531927#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
Nicolas4b82a652019-01-04 17:42:381928 browser_switcher::BrowserSwitcherPrefs::RegisterProfilePrefs(registry);
Nicolas Ouellet-Payeur9a4a94d2018-09-17 15:26:111929#endif
1930
Xiaohan Wangae7f9182022-01-16 00:37:521931#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Daniel Murphy3657906d2021-04-13 20:33:121932 preinstalled_apps::RegisterProfilePrefs(registry);
Becca Hughes7d2bbb82018-08-07 22:56:591933#endif
1934
Xiaohan Wangae7f9182022-01-16 00:37:521935#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS)
Kristi Parkd0f72412021-07-02 01:09:031936 sharing_hub::RegisterProfilePrefs(registry);
1937#endif
1938
Lei Zhang92c15542020-01-10 17:05:101939#if defined(TOOLKIT_VIEWS)
1940 accessibility_prefs::RegisterInvertBubbleUserPrefs(registry);
Yuheng Huang9ce54892022-05-06 19:29:391941 side_search_prefs::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101942 RegisterBrowserViewProfilePrefs(registry);
Owen Minef022e92019-10-15 21:25:211943#endif
1944
Duncan Mercer8062eef2022-12-28 22:28:371945#if BUILDFLAG(ENABLE_LENS_DESKTOP)
Juan Mojica4669f8d2021-08-05 20:01:451946 registry->RegisterBooleanPref(
1947 prefs::kLensRegionSearchEnabled, true,
1948 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
Duncan Mercer8062eef2022-12-28 22:28:371949 registry->RegisterBooleanPref(prefs::kLensDesktopNTPSearchEnabled, true);
1950#endif
1951
1952#if !BUILDFLAG(IS_ANDROID)
Martin Kreichgauerd7aa4f92022-02-22 20:46:211953 registry->RegisterBooleanPref(
1954 webauthn::pref_names::kRemoteProxiedRequestsAllowed, false);
dljames0a96ef192022-07-07 23:31:431955
Nina Satragno42747a42023-06-29 15:25:271956 registry->RegisterStringPref(
1957 webauthn::pref_names::kLastUsedPairingFromSyncPublicKey, "");
1958
Caroline Risingf4b49092023-03-23 02:28:261959 side_panel_prefs::RegisterProfilePrefs(registry);
Juan Mojica4669f8d2021-08-05 20:01:451960#endif
1961
Nina Satragnod7b8fb42022-11-10 20:43:391962 registry->RegisterBooleanPref(webauthn::pref_names::kAllowWithBrokenCerts,
1963 false);
1964
Sean Harrisonf263b732021-12-07 11:17:521965 registry->RegisterBooleanPref(prefs::kPrivacyGuideViewed, false);
Sean Harrisonf263b732021-12-07 11:17:521966
Leonard Grey812af7a2022-05-02 15:46:031967#if BUILDFLAG(IS_MAC)
1968 registry->RegisterBooleanPref(policy::policy_prefs::kScreenTimeEnabled, true);
1969#endif
1970
James Cook0ba192bf2017-12-01 20:53:111971 RegisterProfilePrefsForMigration(registry);
Alison Gale6bf2cc52022-09-08 15:11:491972
1973#if !BUILDFLAG(IS_ANDROID)
1974 registry->RegisterIntegerPref(prefs::kHighEfficiencyChipExpandedCount, 0);
Alison Gale58bb3cd52023-04-21 15:03:201975 registry->RegisterTimePref(prefs::kLastHighEfficiencyChipExpandedTimestamp,
1976 base::Time());
Florian Jacky6723cef2023-04-17 11:38:311977 permissions::PermissionHatsTriggerHelper::RegisterProfilePrefs(registry);
Alison Gale6bf2cc52022-09-08 15:11:491978#endif
Anders Hartvoll Ruudeedebdc2022-10-12 15:38:011979
1980#if BUILDFLAG(IS_ANDROID)
1981 registry->RegisterBooleanPref(prefs::kVirtualKeyboardResizesLayoutByDefault,
1982 false);
1983#endif
Kirubel Aklilubb804082022-11-10 19:02:301984
1985 registry->RegisterTimePref(prefs::kDIPSTimerLastUpdate, base::Time());
Kyungjun Lee0dcd7c3e2022-12-16 22:01:391986
1987#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Ramin Halavati36b0c9e2023-07-25 17:44:151988 registry->RegisterBooleanPref(prefs::kAccessibilityPdfOcrAlwaysActive, false);
Kyungjun Lee0dcd7c3e2022-12-16 22:01:391989#endif // BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Yuta Hijikata9cd674122023-07-29 15:43:371990
1991#if BUILDFLAG(IS_CHROMEOS_ASH)
1992 registry->RegisterBooleanPref(kClearUserDataDir1Pref, false);
1993#endif
Andrew Williams0e136592023-08-09 15:13:341994
1995 registry->RegisterBooleanPref(prefs::kBlockTruncatedCookies, true);
Dominique Fauteux-Chapleaub6be8ae2023-09-26 13:48:401996
1997#if BUILDFLAG(ENTERPRISE_DATA_CONTROLS)
1998 data_controls::RegisterProfilePrefs(registry);
1999#endif // BUILDFLAG(ENTERPRISE_DATA_CONTROLS)
initial.commit09911bf2008-07-26 23:55:292000}
license.botbf09a502008-08-24 00:55:552001
[email protected]37ca3fe02013-07-05 15:32:442002void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
Xi Han25a7f032019-04-18 21:44:212003 RegisterUserProfilePrefs(registry, g_browser_process->GetApplicationLocale());
2004}
2005
2006void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry,
2007 const std::string& locale) {
2008 RegisterProfilePrefs(registry, locale);
[email protected]2424cc52013-07-17 13:44:382009
Xiaohan Wangae7f9182022-01-16 00:37:522010#if BUILDFLAG(IS_ANDROID)
mlliuee3a405c2016-10-28 22:34:522011 ::android::RegisterUserProfilePrefs(registry);
2012#endif
Yuta Hijikata31a359c2020-11-27 07:50:262013#if BUILDFLAG(IS_CHROMEOS_ASH)
John Palmer1e70a002023-08-15 02:20:342014 ash::RegisterUserProfilePrefs(registry, locale);
Kush Sinha31d120b72023-09-04 12:21:542015 ash::TokenHandleFetcher::RegisterPrefs(registry);
Xiyuan Xia5a8c4172019-05-13 16:23:482016#endif
[email protected]37ca3fe02013-07-05 15:32:442017}
2018
[email protected]8eefe842014-01-17 06:42:402019void RegisterScreenshotPrefs(PrefRegistrySimple* registry) {
2020 registry->RegisterBooleanPref(prefs::kDisableScreenshots, false);
2021}
2022
Yuta Hijikata31a359c2020-11-27 07:50:262023#if BUILDFLAG(IS_CHROMEOS_ASH)
John Palmer1e70a002023-08-15 02:20:342024void RegisterSigninProfilePrefs(user_prefs::PrefRegistrySyncable* registry,
2025 std::string_view country) {
Xi Han25a7f032019-04-18 21:44:212026 RegisterProfilePrefs(registry, g_browser_process->GetApplicationLocale());
John Palmer1e70a002023-08-15 02:20:342027 ash::RegisterSigninProfilePrefs(registry, country);
[email protected]37ca3fe02013-07-05 15:32:442028}
Eyor Alemayehu4b516fb2019-02-20 20:24:292029
[email protected]37ca3fe02013-07-05 15:32:442030#endif
2031
rkaplowf216caf2015-03-02 22:37:452032// This method should be periodically pruned of year+ old migrations.
Gabriel Charette1eecf132021-04-15 16:55:532033// See chrome/browser/prefs/README.md for details.
Lei Zhangb76b80e32020-04-08 16:58:162034void MigrateObsoleteLocalStatePrefs(PrefService* local_state) {
Scott Littlec463f3362022-02-15 18:44:242035 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
2036 // or cleared here, and that pref is also used in iOS Chrome, it may also need
2037 // to be migrated or cleared specifically for iOS as well. This could be by
2038 // doing the migration in feature code that's called by all platforms instead
2039 // of here, or by calling migration code in the appropriate place for iOS
Gauthier Ambardfd73b8a12023-05-17 09:54:432040 // specifically, e.g. ios/chrome/browser/shared/model/prefs/browser_prefs.mm.
Scott Littlec463f3362022-02-15 18:44:242041
Dominic Battre645d42342020-12-04 16:14:102042 // BEGIN_MIGRATE_OBSOLETE_LOCAL_STATE_PREFS
2043 // Please don't delete the preceding line. It is used by PRESUBMIT.py.
2044
Roman Sorokinc138f2982022-09-05 16:42:302045#if BUILDFLAG(IS_CHROMEOS_ASH)
2046 // Added 09/2022
2047 local_state->ClearPref(kUsersLastInputMethod);
2048#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2049
Avi Drissmanfee70e5f2022-11-02 20:50:112050#if BUILDFLAG(ENABLE_BACKGROUND_MODE) && BUILDFLAG(IS_MAC)
2051 // Added 11/2022.
2052 local_state->ClearPref(kUserRemovedLoginItem);
2053 local_state->ClearPref(kChromeCreatedLoginItem);
2054 local_state->ClearPref(kMigratedLoginItemPref);
2055#endif
Nicolas Dossou-Gbete2804a372022-11-09 17:25:352056#if BUILDFLAG(IS_CHROMEOS_LACROS)
2057 if (local_state->HasPrefPath(kPrimaryProfileFirstRunFinished)) {
2058 bool old_value = local_state->GetBoolean(kPrimaryProfileFirstRunFinished);
2059 local_state->ClearPref(kPrimaryProfileFirstRunFinished);
2060 local_state->SetBoolean(prefs::kFirstRunFinished, old_value);
2061 }
2062#endif
Avi Drissmanfee70e5f2022-11-02 20:50:112063
Victor Hugo Vianna Silva29ab0a32022-11-10 03:48:382064 // Added 11/2022.
2065 local_state->ClearPref(kLocalConsentsDictionary);
2066
Nasser Al-shawwa16ffdfc2023-01-13 14:32:202067 // Added 01/2023
2068 local_state->ClearPref(kSendDownloadToCloudPref);
Nasser Al-shawwafef41782023-01-27 20:43:502069
Sebastien Lalancette55953e42023-01-17 14:48:312070#if BUILDFLAG(IS_MAC)
2071 local_state->ClearPref(kDeviceTrustDisableKeyCreationPref);
2072#endif // BUILDFLAG(IS_MAC)
Nasser Al-shawwa16ffdfc2023-01-13 14:32:202073
Andrew Breggerf89f1322023-02-01 02:22:032074 // Added 01/2023
2075#if BUILDFLAG(IS_CHROMEOS_ASH)
2076 local_state->ClearPref(kEventSequenceLastSystemUptime);
2077 local_state->ClearPref(kEventSequenceResetCounter);
2078#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2079
Lu Huangeba5b532023-02-22 23:19:342080 // Added 02/2023
2081#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
2082 local_state->ClearPref(kWebAppsUrlHandlerInfo);
2083#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
2084
Brittany Hartmire537aa47b2023-03-01 23:43:092085// Added 02/2023.
2086#if BUILDFLAG(IS_CHROMEOS_ASH)
2087 local_state->ClearPref(kEasyUnlockLocalStateTpmKeys);
2088#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2089
Artsiom Mitrokhincf332e22023-03-07 16:27:472090// Added 03/2023.
2091#if BUILDFLAG(IS_CHROMEOS_ASH)
2092 local_state->ClearPref(kGlanceablesSignoutScreenshotDuration);
2093#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2094
Brittany Hartmireafd35312023-03-16 00:21:032095// Added 03/2023.
2096#if BUILDFLAG(IS_CHROMEOS_ASH)
2097 local_state->ClearPref(kEasyUnlockLocalStateUserPrefs);
2098#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2099
Brittany Hartmire1ffd662e2023-04-04 22:46:512100// Added 04/2023.
2101#if BUILDFLAG(IS_CHROMEOS_ASH)
2102 local_state->ClearPref(kEasyUnlockHardlockState);
2103#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2104
Artem Sumaneev77f80bb2023-04-11 14:04:582105 // Added 04/2023.
2106 local_state->ClearPref(kTypeSubscribedForInvalidations);
2107 local_state->ClearPref(kActiveRegistrationToken);
2108 local_state->ClearPref(kFCMInvalidationClientIDCache);
2109
Osama Fathy5d236652023-04-17 17:31:122110// Added 04/2023.
2111#if BUILDFLAG(IS_CHROMEOS_ASH)
2112 local_state->ClearPref(kConsolidatedConsentTrial);
2113#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2114
Roland Bock8e21dd022023-04-27 09:33:482115// Added 04/2023.
2116#if BUILDFLAG(IS_CHROMEOS_ASH)
2117 local_state->ClearPref(kEnrollmentIdUploadedOnChromad);
2118 local_state->ClearPref(kLastChromadMigrationAttemptTime);
2119#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2120
Pilar Molina Lopezef825502023-05-12 18:08:482121 // Added 05/2023.
Colin Blundella2aea272023-05-15 09:50:002122 local_state->ClearPref(kForceEnablePepperVideoDecoderDevAPI);
2123
2124 // Added 05/2023.
Pilar Molina Lopezef825502023-05-12 18:08:482125 local_state->ClearPref(kUseMojoVideoDecoderForPepperAllowed);
2126
Vasiliy Telezhnikov2a786452023-05-12 23:53:372127 // Added 05/2023
2128 local_state->ClearPref(kPPAPISharedImagesSwapChainAllowed);
2129
Ramin Halavatiec90e022023-05-23 13:55:052130// Added 05/2023.
2131#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
2132 local_state->ClearPref(kScreenAIScheduledDeletionTimePrefName);
2133#endif
2134
Cathy Li7ff029622023-05-26 04:56:522135// Added 05/2023
2136#if BUILDFLAG(IS_ANDROID)
2137 local_state->ClearPref(kWeeklyStatsReportingTimestamp);
2138#endif
2139
Hidehiko Abead7991f22023-05-31 14:32:222140// Added 05/2023.
2141#if BUILDFLAG(IS_CHROMEOS_ASH)
2142 local_state->ClearPref(kSupervisedUsersFirstRun);
2143 local_state->ClearPref(kSupervisedUserSyncId);
2144 local_state->ClearPref(kSupervisedUserManagers);
2145 local_state->ClearPref(kSupervisedUserManagerNames);
2146 local_state->ClearPref(kSupervisedUserManagerDisplayEmails);
2147
2148 local_state->ClearPref(kSupervisedUserPasswordSchema);
2149 local_state->ClearPref(kSupervisedUserPasswordSalt);
2150 local_state->ClearPref(kSupervisedUserPasswordRevision);
2151
2152 local_state->ClearPref(kSupervisedUserNeedPasswordUpdate);
2153 local_state->ClearPref(kSupervisedUserIncompleteKey);
2154#endif
2155
Eshwar Stalin883b5a72023-07-11 02:05:592156// Added 07/2023.
2157#if !BUILDFLAG(IS_ANDROID)
2158 local_state->ClearPref(kLegacyHoverCardImagesEnabled);
2159#endif
2160
Etienne Bergeron6ac228e2023-08-02 17:39:042161 // Added 07/2023.
2162 local_state->ClearPref(kShutdownNumProcesses);
2163 local_state->ClearPref(kShutdownNumProcessesSlow);
Etienne Bergeronec5c88fb2023-08-07 15:09:392164 local_state->ClearPref(kShutdownType);
Etienne Bergeron6ac228e2023-08-02 17:39:042165
Daniel Ruberya440a6b12023-09-08 22:04:332166 // Added 09/2023.
2167#if BUILDFLAG(IS_WIN)
2168 local_state->ClearPref(kSwReporter);
2169 local_state->ClearPref(kChromeCleaner);
2170#endif
2171
Ahmed Mehfooze6c06892023-09-14 00:48:172172// Added 09/2023.
2173#if BUILDFLAG(IS_CHROMEOS_ASH)
2174 local_state->ClearPref(kGestureEducationNotificationShown);
2175#endif
2176
Dominic Battre645d42342020-12-04 16:14:102177 // Please don't delete the following line. It is used by PRESUBMIT.py.
2178 // END_MIGRATE_OBSOLETE_LOCAL_STATE_PREFS
Scott Littlec463f3362022-02-15 18:44:242179
2180 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
2181 // or cleared here, and that pref is also used in iOS Chrome, it may also need
2182 // to be migrated or cleared specifically for iOS as well. This could be by
2183 // doing the migration in feature code that's called by all platforms instead
2184 // of here, or by calling migration code in the appropriate place for iOS
Gauthier Ambardfd73b8a12023-05-17 09:54:432185 // specifically, e.g. ios/chrome/browser/shared/model/prefs/browser_prefs.mm.
rkaplowf216caf2015-03-02 22:37:452186}
2187
2188// This method should be periodically pruned of year+ old migrations.
Gabriel Charette1eecf132021-04-15 16:55:532189// See chrome/browser/prefs/README.md for details.
rkaplowf216caf2015-03-02 22:37:452190void MigrateObsoleteProfilePrefs(Profile* profile) {
Scott Littlec463f3362022-02-15 18:44:242191 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
2192 // or cleared here, and that pref is also used in iOS Chrome, it may also need
2193 // to be migrated or cleared specifically for iOS as well. This could be by
2194 // doing the migration in feature code that's called by all platforms instead
2195 // of here, or by calling migration code in the appropriate place for iOS
Gauthier Ambardfd73b8a12023-05-17 09:54:432196 // specifically, e.g. ios/chrome/browser/shared/model/prefs/browser_prefs.mm.
Scott Littlec463f3362022-02-15 18:44:242197
Dominic Battre645d42342020-12-04 16:14:102198 // BEGIN_MIGRATE_OBSOLETE_PROFILE_PREFS
2199 // Please don't delete the preceding line. It is used by PRESUBMIT.py.
2200
rkaplowf216caf2015-03-02 22:37:452201 PrefService* profile_prefs = profile->GetPrefs();
2202
wutaobc9027e2020-04-08 02:01:442203 // Check MigrateDeprecatedAutofillPrefs() to see if this is safe to remove.
Moe Ahmadic3061bd2018-08-30 16:25:322204 autofill::prefs::MigrateDeprecatedAutofillPrefs(profile_prefs);
Alexandr Ilin273e20b2018-09-05 19:47:572205
Tarun Bansal99e447d2020-03-17 10:07:562206 // Added 3/2020.
Julian Pastarmov7da3bc22021-03-30 14:30:182207 // TODO(crbug.com/1062698): Remove this once the privacy settings redesign
2208 // is fully launched.
Ben Schwartz135746c2020-05-14 04:37:032209 chrome_browser_net::secure_dns::MigrateProbesSettingToOrFromBackup(
2210 profile_prefs);
wutao2e24aff2020-04-03 17:01:022211
Mihai Sardarescu3a27a8b2022-05-30 14:01:492212#if BUILDFLAG(ENABLE_DICE_SUPPORT)
2213 // Added 06/2022.
Mariam Ali15a343d2023-08-28 15:56:502214 // TODO(crbug.com/1476489): Remove when unit test code is updated.
Mihai Sardarescu3a27a8b2022-05-30 14:01:492215 profile_prefs->ClearPref(kTokenServiceDiceCompatible);
2216#endif // BUILDFLAG(ENABLE_DICE_SUPPORT)
Tom Andersoncb3408482022-09-02 19:06:412217
Theodore Olsauskas-Warren221e3ecd2022-09-08 08:21:242218 // Added 09/2022.
2219 profile_prefs->ClearPref(kPrivacySandboxFirstPartySetsDataAccessAllowed);
2220
Colin Kincaidf11f8562022-09-14 15:41:062221#if BUILDFLAG(IS_CHROMEOS_ASH)
2222 // Added 09/2022.
2223 profile_prefs->ClearPref(kClipboardHistoryNewFeatureBadgeCount);
2224#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2225
Jan Keitel4707c1f2022-11-30 11:08:592226// Added 09/2022.
Jan Keitel98b2cc42022-09-20 05:38:392227#if BUILDFLAG(IS_ANDROID)
Jan Keitelbb6f6472022-09-26 13:36:382228 auto migrate_shared_pref = [profile_prefs](const std::string& source,
2229 const std::string& target) {
2230 if (absl::optional<bool> shared_pref =
2231 android::shared_preferences::GetAndClearBoolean(source);
2232 shared_pref) {
2233 profile_prefs->SetBoolean(target, shared_pref.value());
2234 }
2235 };
2236
Clemens Arbesser46cb4f72022-12-07 15:08:172237 // These settings will also need to be deleted from ChromePreferenceKeys.java.
Jan Keitel4707c1f2022-11-30 11:08:592238 migrate_shared_pref(kDeprecatedAutofillAssistantConsent,
2239 kAutofillAssistantConsent);
2240 migrate_shared_pref(kDeprecatedAutofillAssistantEnabled,
2241 kAutofillAssistantEnabled);
2242 migrate_shared_pref(kDeprecatedAutofillAssistantTriggerScriptsEnabled,
2243 kAutofillAssistantTriggerScriptsEnabled);
2244 migrate_shared_pref(kDeprecatedAutofillAssistantTriggerScriptsIsFirstTimeUser,
2245 kAutofillAssistantTriggerScriptsIsFirstTimeUser);
Jan Keitel98b2cc42022-09-20 05:38:392246#endif
2247
Jonathan Freedff18fb6a2022-10-17 20:46:292248 // Added 10/2022
David Roger877bdc72022-10-19 09:38:512249#if BUILDFLAG(IS_ANDROID)
Jonathan Freedff18fb6a2022-10-17 20:46:292250 feed::MigrateObsoleteProfilePrefsOct_2022(profile_prefs);
2251#endif // BUILDFLAG(IS_ANDROID)
Peter Birk Pakkenberg71a43942023-01-04 13:50:372252 profile_prefs->ClearPref(kOriginTrialPrefKey);
Jonathan Freedff18fb6a2022-10-17 20:46:292253
David Roger877bdc72022-10-19 09:38:512254 // Once this migration is complete, the tracked preference
2255 // `kGoogleServicesLastAccountIdDeprecated` can be removed.
2256 if (profile_prefs->HasPrefPath(
2257 prefs::kGoogleServicesLastAccountIdDeprecated)) {
2258 std::string account_id =
2259 profile_prefs->GetString(prefs::kGoogleServicesLastAccountIdDeprecated);
2260 profile_prefs->ClearPref(prefs::kGoogleServicesLastAccountIdDeprecated);
2261 bool is_email = account_id.find('@') != std::string::npos;
Andrew Breggerf89f1322023-02-01 02:22:032262 if (!is_email && !account_id.empty()) {
David Roger877bdc72022-10-19 09:38:512263 profile_prefs->SetString(prefs::kGoogleServicesLastGaiaId, account_id);
Andrew Breggerf89f1322023-02-01 02:22:032264 }
David Roger877bdc72022-10-19 09:38:512265 }
2266
Martin Kreichgauerc86cc652022-10-28 16:52:042267 // Added 10/2022.
2268#if BUILDFLAG(ENABLE_EXTENSIONS)
2269 profile_prefs->ClearPref(kLoadCryptoTokenExtension);
2270#endif
2271
Yulun Wu066dab712022-11-01 17:20:242272#if BUILDFLAG(IS_CHROMEOS_ASH)
2273 // Added 10/2022.
2274 profile_prefs->ClearPref(kSuggestedContentInfoShownInLauncher);
2275 profile_prefs->ClearPref(kSuggestedContentInfoDismissedInLauncher);
2276#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2277
Jan Keitel4707c1f2022-11-30 11:08:592278 // Added 11/2022.
2279 profile_prefs->ClearPref(kAutofillAssistantEnabled);
2280 profile_prefs->ClearPref(kAutofillAssistantConsent);
2281 profile_prefs->ClearPref(kAutofillAssistantTriggerScriptsEnabled);
2282 profile_prefs->ClearPref(kAutofillAssistantTriggerScriptsIsFirstTimeUser);
2283
Mikel Astiz823b71012022-12-07 09:57:022284 // Added 12/2022.
Mikel Astiz231dd522023-04-23 15:51:442285 profile_prefs->ClearPref(kDeprecatedReadingListHasUnseenEntries);
Mikel Astiz823b71012022-12-07 09:57:022286
Vishwas Uppoorbcf36722022-12-30 18:55:222287 // Added 12/2022.
2288 profile_prefs->ClearPref(kAutofillWalletImportStorageCheckboxState);
2289
Daseul Lee56c5a8d2023-01-17 17:18:462290 // Added 01/2023.
2291 profile_prefs->ClearPref(kFileSystemSyncAccessHandleAsyncInterfaceEnabled);
2292
mark a. foltz264816212023-01-19 21:10:462293 // Added 01/2023.
2294#if !BUILDFLAG(IS_ANDROID)
2295 profile_prefs->ClearPref(kMediaRouterTabMirroringSources);
2296#endif // !BUILDFLAG(IS_ANDROID)
2297
Mahmoud Rashad96ac6022023-01-26 23:48:182298 // Added 01/2023
2299 profile_prefs->ClearPref(kAutofillCreditCardSigninPromoImpressionCount);
2300
Nasser Al-shawwafef41782023-01-27 20:43:502301 // Added 01/2023
2302 profile_prefs->ClearPref(kSendDownloadToCloudPref);
Osama Fathy592e239a2023-02-02 15:26:132303
2304 // Added 02/2023.
2305#if BUILDFLAG(IS_CHROMEOS_ASH)
2306 profile_prefs->ClearPref(kArcTermsShownInOobe);
2307#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2308
Maksim Moskvitin265fd062023-02-17 13:04:222309 // Added 02/2023.
2310 profile_prefs->ClearPref(kSyncInvalidationVersions);
2311 profile_prefs->ClearPref(kSyncInvalidationVersions2);
2312
Lei Zhang52efbb02023-02-21 22:56:382313 // Added 02/2023.
Lei Zhang5e1ffd62023-02-23 17:52:442314 profile_prefs->ClearPref(kClearPluginLSODataEnabled);
Lei Zhang543294f2023-02-23 19:53:432315 profile_prefs->ClearPref(kContentSettingsPluginAllowlist);
Lei Zhang5e1ffd62023-02-23 17:52:442316 profile_prefs->ClearPref(kPepperFlashSettingsEnabled);
Lei Zhang52efbb02023-02-21 22:56:382317 profile_prefs->ClearPref(kPluginsAllowOutdated);
Lei Zhang701e2342023-02-22 00:39:422318 profile_prefs->ClearPref(kPluginsLastInternalDirectory);
2319 profile_prefs->ClearPref(kPluginsPluginsList);
Lei Zhang52efbb02023-02-21 22:56:382320 profile_prefs->ClearPref(kPluginsShowDetails);
2321
Brittany Hartmire8a36b6e42023-02-24 23:09:092322// Added 02/2023.
2323#if BUILDFLAG(IS_CHROMEOS_ASH)
2324 profile_prefs->ClearPref(kHasSeenSmartLockSignInRemovedNotification);
2325#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2326
Eric Sumbed9fdd2023-03-15 18:06:302327// Added 03/2023.
2328#if BUILDFLAG(IS_CHROMEOS_ASH)
2329 ash::ambient::prefs::MigrateDeprecatedPrefs(*profile_prefs);
2330#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2331
Ari Chivukula951893d2023-03-03 18:03:292332 // Added 03/2023
2333 profile_prefs->ClearPref(
2334 kGoogleSearchDomainMixingMetricsEmitterLastMetricsTime);
2335
conniekxu4d14f65c2023-03-28 20:56:362336// Added 03/2023.
2337#if BUILDFLAG(IS_CHROMEOS_ASH)
2338 profile_prefs->ClearPref(kDarkLightModeNudgeLeftToShowCount);
2339#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2340
Adam Langley390670302023-03-31 00:43:312341 // Added 03/2023.
2342#if BUILDFLAG(IS_WIN)
2343 profile_prefs->ClearPref(kWebAuthnLastOperationWasNativeAPI);
2344#endif
2345
Richard Chui821cdad2023-04-07 21:39:572346// Added 04/2023.
2347#if BUILDFLAG(IS_CHROMEOS_ASH)
2348 profile_prefs->ClearPref(kBentoBarEnabled);
2349 profile_prefs->ClearPref(kUserHasUsedDesksRecently);
2350#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2351
Dan Harrington83791492023-04-10 20:49:272352// Added 04/2023.
2353#if BUILDFLAG(IS_ANDROID)
2354 profile_prefs->ClearPref(kBackoff);
2355 profile_prefs->ClearPref(kUserSettingEnabled);
2356 profile_prefs->ClearPref(kLimitlessPrefetchingEnabledTimePref);
2357 profile_prefs->ClearPref(kPrefetchTestingHeaderPref);
2358 profile_prefs->ClearPref(kEnabledByServer);
2359 profile_prefs->ClearPref(kNextForbiddenCheckTimePref);
2360 profile_prefs->ClearPref(kPrefetchCachedGCMToken);
2361#endif
2362
Artem Sumaneev77f80bb2023-04-11 14:04:582363 // Added 04/2023.
2364 profile_prefs->ClearPref(kTypeSubscribedForInvalidations);
2365 profile_prefs->ClearPref(kActiveRegistrationToken);
2366 profile_prefs->ClearPref(kFCMInvalidationClientIDCache);
2367
Dan Harrington899e25232023-04-11 18:23:572368 // Added 04/2023.
2369#if BUILDFLAG(IS_ANDROID)
2370 ntp_snippets::prefs::MigrateObsoleteProfilePrefsApril2023(profile_prefs);
2371#endif
2372
Jérémie Boulic8d672f22023-04-18 02:44:052373// Added 04/2023.
2374#if BUILDFLAG(IS_CHROMEOS_ASH)
2375 profile_prefs->ClearPref(kOfficeFilesAlwaysMove);
2376 profile_prefs->ClearPref(kOfficeMoveConfirmationShown);
2377#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2378
Brittany Hartmire402a3922023-04-18 22:15:362379// Added 04/2023.
2380#if BUILDFLAG(IS_CHROMEOS_ASH)
2381 profile_prefs->ClearPref(kProximityAuthIsChromeOSLoginEnabled);
2382#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2383
Brittany Hartmire22aa1ae82023-05-09 17:37:232384// Added 05/2023.
2385#if BUILDFLAG(IS_CHROMEOS_ASH)
2386 profile_prefs->ClearPref(kSmartLockSigninAllowed);
2387#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2388
David Trainorb7400c22023-05-10 19:17:062389// Added 05/2023.
2390#if BUILDFLAG(IS_ANDROID)
2391 profile_prefs->ClearPref(kVideoTutorialsPreferredLocaleKey);
2392 profile_prefs->ClearPref(kVideoTutorialsLastUpdatedTimeKey);
2393#endif // BUILDFLAG(IS_ANDROID
2394
Peter Marshall7fdea2b2023-05-15 01:16:382395// Added 05/2023.
2396#if BUILDFLAG(IS_CHROMEOS_ASH)
2397 profile_prefs->ClearPref(kOfficeSetupComplete);
2398#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2399
Elias Khsheibund1700562023-05-15 13:31:212400// Added 05/2023.
Michael Checo1f8625942023-05-23 19:33:472401#if BUILDFLAG(IS_CHROMEOS_ASH)
2402 profile_prefs->ClearPref(kEventRemappedToRightClick);
2403#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2404
2405// Added 05/2023.
Elias Khsheibund1700562023-05-15 13:31:212406#if BUILDFLAG(IS_ANDROID)
2407 profile_prefs->ClearPref(kTimesUPMAuthErrorShown);
2408#endif // BUILDFLAG(IS_ANDROID)
2409
Maciek Slusarczyk56833f02023-05-19 09:02:142410// Added 05/2023.
2411#if BUILDFLAG(IS_CHROMEOS_ASH)
2412 profile_prefs->ClearPref(kSamlPasswordSyncToken);
2413#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2414
Alan Cutter086bdf72023-06-09 02:40:112415// Added 06/2023.
2416#if BUILDFLAG(IS_CHROMEOS_ASH)
2417 profile_prefs->ClearPref(kWebAppCalculatorAppErasureFixAppliedPref);
2418#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2419
Alan Cutter3bfce6e2023-06-07 01:53:022420 // Added 06/2023.
2421 profile_prefs->ClearPref(kWebAppsExtensionIDs);
2422
Marc Treib7aaf21332023-06-14 08:30:012423 // Added 06/2023.
2424#if BUILDFLAG(IS_CHROMEOS_ASH)
2425 profile_prefs->ClearPref(kOsSyncPrefsMigrated);
2426#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2427
Yue Zhangf7cf6712023-06-16 18:11:322428 // Added 06/2023.
2429#if !BUILDFLAG(IS_ANDROID)
2430 profile_prefs->ClearPref(kShouldShowSidePanelBookmarkTab);
2431#endif // !BUILDFLAG(IS_ANDROID)
2432
Jian Li7541a082023-06-18 23:52:142433 // Added 06/2023
2434#if BUILDFLAG(ENABLE_FEED_V2)
2435 profile_prefs->ClearPref(kVideoPreviewsType);
2436#endif // BUILDFLAG(ENABLE_FEED_V2)
2437
Maciek Slusarczyk9fed52232023-06-21 14:46:072438 // Added 06/2023.
2439#if BUILDFLAG(IS_CHROMEOS_ASH)
2440 profile_prefs->ClearPref(kGaiaLastOnlineSignInTime);
2441 profile_prefs->ClearPref(kSAMLLastGAIASignInTime);
2442#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2443
Anthony Cui5e5dad9322023-07-10 17:34:542444 // Added 06/2023.
2445#if BUILDFLAG(IS_ANDROID)
2446 profile_prefs->ClearPref(kPrefExplicitLanguageAskShown);
2447#endif // BUILDFLAG(IS_ANDROID)
2448
Mihai Sardarescu6db89cf2023-07-04 07:36:022449// Added 07/2023.
2450#if !BUILDFLAG(IS_CHROMEOS_ASH)
2451 profile_prefs->ClearPref(kUnifiedConsentMigrationState);
2452#endif
2453
Viktor Semeniuk13075de02023-07-18 08:24:362454 // Added 07/2023.
2455 profile_prefs->ClearPref(kPasswordsGroupingInfoRequested);
2456
Hui Yingstd4c7a572023-07-18 18:16:152457 // Added 07/2023.
2458#if BUILDFLAG(IS_CHROMEOS_ASH)
2459 profile_prefs->ClearPref(kPowerMetricsIdleScreenOffCount);
2460 profile_prefs->ClearPref(kPowerMetricsIdleSuspendCount);
2461 profile_prefs->ClearPref(kPowerMetricsLidClosedSuspendCount);
2462#endif
Mikel Astiz5c4bda9b2023-07-21 10:28:032463 syncer::SyncPrefs::MigrateAutofillWalletImportEnabledPref(profile_prefs);
Hui Yingstd4c7a572023-07-18 18:16:152464
Christoph Schlosser1f1ec9b2023-07-26 08:12:562465// Added 07/2023.
2466#if BUILDFLAG(IS_CHROMEOS_ASH)
2467 profile_prefs->ClearPref(kHatsPrivacyHubBaselineIsSelected);
2468 profile_prefs->ClearPref(kHatsPrivacyHubBaselineCycleEndTs);
2469#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2470
Yuta Hijikata9cd674122023-07-29 15:43:372471// Added 07/2023.
2472#if BUILDFLAG(IS_CHROMEOS_ASH)
2473 profile_prefs->ClearPref(kClearUserDataDir1Pref);
2474#endif
2475
Rushan Suleymanov95b36922023-08-03 17:17:412476 // Added 08/2023.
2477 invalidation::InvalidatorRegistrarWithMemory::ClearDeprecatedPrefs(
2478 profile_prefs);
2479 invalidation::PerUserTopicSubscriptionManager::ClearDeprecatedPrefs(
2480 profile_prefs);
2481 invalidation::FCMInvalidationService::ClearDeprecatedPrefs(profile_prefs);
2482
François Degros82e8d052023-08-15 19:44:232483 // Added 08/2023.
2484 profile_prefs->ClearPref(kDriveFsBulkPinningMaxQueueSize);
2485
Nicola Tommasiff549832023-09-04 11:35:062486 // Added 09/2023
2487 profile_prefs->ClearPref(kPrivacySandboxM1Unrestricted);
Daniel Ruberya440a6b12023-09-08 22:04:332488#if BUILDFLAG(IS_WIN)
2489 profile_prefs->ClearPref(kSwReporter);
2490 profile_prefs->ClearPref(kSettingsResetPrompt);
2491 profile_prefs->ClearPref(kChromeCleaner);
2492#endif
Lily Chen492c670f2023-09-15 21:35:472493 profile_prefs->ClearPref(kDownloadBubbleEnabled);
Ankush Singh041ec0d2023-09-21 09:06:132494 profile_prefs->ClearPref(kPrivacySandboxManuallyControlled);
Mikel Astiz3dc3dabc2023-09-25 19:32:212495#if BUILDFLAG(IS_CHROMEOS_ASH)
2496 profile_prefs->ClearPref(kSyncInitialSyncFeatureSetupCompleteOnAsh);
2497#endif
Nicola Tommasiff549832023-09-04 11:35:062498
Dominic Battre645d42342020-12-04 16:14:102499 // Please don't delete the following line. It is used by PRESUBMIT.py.
2500 // END_MIGRATE_OBSOLETE_PROFILE_PREFS
Scott Littlec463f3362022-02-15 18:44:242501
2502 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
2503 // or cleared here, and that pref is also used in iOS Chrome, it may also need
2504 // to be migrated or cleared specifically for iOS as well. This could be by
2505 // doing the migration in feature code that's called by all platforms instead
2506 // of here, or by calling migration code in the appropriate place for iOS
Gauthier Ambardfd73b8a12023-05-17 09:54:432507 // specifically, e.g. ios/chrome/browser/shared/model/prefs/browser_prefs.mm.
[email protected]102253f2012-12-14 17:00:582508}