blob: 74f968f8a4916bfa4a10caef300fdb1b8f7d9af3 [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
David Blackdf74125d22024-02-12 19:00:057#include <array>
Arthur Sonzognife132ee2024-01-15 11:01:048#include <optional>
[email protected]c5d4b1842014-06-20 21:19:509#include <string>
John Palmer1e70a002023-08-15 02:20:3410#include <string_view>
[email protected]c5d4b1842014-06-20 21:19:5011
conniekxu4d14f65c2023-03-28 20:56:3612#include "ash/constants/ash_constants.h"
Artsiom Mitrokhincf332e22023-03-07 16:27:4713#include "base/time/time.h"
primiano6221e572015-01-28 12:14:3414#include "base/trace_event/trace_event.h"
Nico Webereaa08412019-08-14 01:24:3715#include "build/branding_buildflags.h"
avib896c712015-12-26 02:10:4316#include "build/build_config.h"
Maksim Sisovb2e86e272021-09-28 05:24:4917#include "build/chromecast_buildflags.h"
Yuta Hijikata31a359c2020-11-27 07:50:2618#include "build/chromeos_buildflags.h"
[email protected]1a47d7e2010-10-15 00:37:2419#include "chrome/browser/about_flags.h"
Dominic Mazzoni21fb0282019-02-13 18:32:4720#include "chrome/browser/accessibility/accessibility_labels_service.h"
[email protected]7a25d872012-05-21 19:14:1321#include "chrome/browser/accessibility/invert_bubble_prefs.h"
Evelynn Kaplan840e1c0e2024-02-01 00:47:2722#include "chrome/browser/accessibility/prefers_default_scrollbar_styles_prefs.h"
[email protected]b1de2c72013-02-06 02:45:4723#include "chrome/browser/browser_process_impl.h"
[email protected]bca18382012-06-25 19:15:2324#include "chrome/browser/chrome_content_browser_client.h"
Simon Hangl8ebaf732023-08-25 14:59:4725#include "chrome/browser/chromeos/enterprise/cloud_storage/policy_utils.h"
Andrew Rayskiy0ec947f2023-08-23 09:19:5426#include "chrome/browser/chromeos/upload_office_to_cloud/upload_office_to_cloud.h"
sorinebcfc8dd2016-08-12 21:57:1827#include "chrome/browser/component_updater/component_updater_prefs.h"
[email protected]70019152012-12-19 11:44:1928#include "chrome/browser/devtools/devtools_window.h"
[email protected]e5dc4222010-08-30 22:16:3229#include "chrome/browser/download/download_prefs.h"
dmurph93fa43b2017-02-07 23:45:1630#include "chrome/browser/engagement/important_sites_util.h"
Dominique Fauteux-Chapleau556bb84f2020-04-20 22:06:2931#include "chrome/browser/enterprise/connectors/connectors_prefs.h"
Og Astorga3089fd82021-09-21 00:02:3732#include "chrome/browser/enterprise/reporting/prefs.h"
Dominique Fauteux-Chapleau0e897db02021-04-19 18:42:2233#include "chrome/browser/enterprise/util/managed_browser_utils.h"
[email protected]ed2b1002011-05-25 14:12:1034#include "chrome/browser/external_protocol/external_protocol_handler.h"
[email protected]1b3588d2012-10-10 21:17:2535#include "chrome/browser/first_run/first_run.h"
[email protected]e6933d2a2013-03-12 22:32:2136#include "chrome/browser/gpu/gpu_mode_manager.h"
Avi Drissmand30927342018-05-22 15:04:2737#include "chrome/browser/lifetime/browser_shutdown.h"
rajendrantff2361da2020-12-16 09:18:2738#include "chrome/browser/login_detection/login_detection_prefs.h"
Becca Hughes6354b6b2017-08-31 22:01:5539#include "chrome/browser/media/media_engagement_service.h"
John Rummelle5621c12017-09-05 23:52:1040#include "chrome/browser/media/media_storage_id_salt.h"
Bryant Chandlerd638fb02023-11-03 23:40:1741#include "chrome/browser/media/prefs/capture_device_ranking.h"
George Benz13da3df02022-01-14 00:03:5242#include "chrome/browser/media/router/discovery/access_code/access_code_cast_feature.h"
Derek Cheng23a01402018-07-24 13:38:1443#include "chrome/browser/media/router/media_router_feature.h"
Simon Hangl2d73e742023-06-16 16:52:4744#include "chrome/browser/media/webrtc/capture_policy_utils.h"
mcasasa2023ab2016-09-08 01:06:3645#include "chrome/browser/media/webrtc/media_capture_devices_dispatcher.h"
Evan Stade32d635a2020-04-03 18:51:2546#include "chrome/browser/media/webrtc/permission_bubble_media_access_handler.h"
Sebastien Marchand5a63997a2019-09-27 19:15:3447#include "chrome/browser/memory/enterprise_memory_limit_pref_observer.h"
[email protected]4a55a712014-06-08 16:50:3448#include "chrome/browser/metrics/chrome_metrics_service_client.h"
Eric Secklera5c24e12018-11-28 16:09:2049#include "chrome/browser/net/net_error_tab_helper.h"
Matt Menkecfef87d2017-08-03 13:03:0650#include "chrome/browser/net/profile_network_context_service.h"
Ben Schwartz135746c2020-05-14 04:37:0351#include "chrome/browser/net/secure_dns_util.h"
Matt Menke4dfb375c2018-06-13 18:06:3152#include "chrome/browser/net/system_network_context_manager.h"
Tom Anderson1ef51d032020-02-11 01:05:0853#include "chrome/browser/notifications/notification_display_service_impl.h"
peterc4007912015-07-31 21:13:3754#include "chrome/browser/notifications/notifier_state_tracker.h"
Sharon Yangc6706902018-07-16 13:06:1955#include "chrome/browser/notifications/platform_notification_service_impl.h"
Balazs Engedy715b0ec2019-12-04 15:11:4556#include "chrome/browser/permissions/quiet_notification_permission_ui_state.h"
[email protected]24f95242014-02-10 17:55:2857#include "chrome/browser/prefs/chrome_pref_service_factory.h"
[email protected]4e94ab32011-08-05 05:28:2758#include "chrome/browser/prefs/incognito_mode_prefs.h"
[email protected]37858e52010-08-26 00:22:0259#include "chrome/browser/prefs/session_startup_pref.h"
Max Curran14dd7872023-03-20 19:57:3660#include "chrome/browser/preloading/prefetch/prefetch_service/prefetch_origin_decider.h"
Sreeja Kamishettyb8e18ae2022-07-22 03:12:4361#include "chrome/browser/preloading/prefetch/search_prefetch/search_prefetch_service.h"
Hiroki Nakagawa0977bd02023-09-08 15:33:1162#include "chrome/browser/preloading/preloading_prefs.h"
Nikita Podguzov26222d12019-12-04 11:44:3163#include "chrome/browser/printing/print_preview_sticky_settings.h"
[email protected]1bee6ed2012-03-14 06:46:3664#include "chrome/browser/profiles/chrome_version_service.h"
Thomas Tanglc67ace42019-06-07 19:31:5065#include "chrome/browser/profiles/profile_attributes_entry.h"
Alex Ilinbb08a0d2021-07-08 09:37:2466#include "chrome/browser/profiles/profile_attributes_storage.h"
[email protected]8ecad5e2010-12-02 21:18:3367#include "chrome/browser/profiles/profile_impl.h"
[email protected]de71ae992013-07-18 03:30:3868#include "chrome/browser/profiles/profiles_state.h"
johnmecf2da0c2015-10-28 19:42:1269#include "chrome/browser/push_messaging/push_messaging_app_identifier.h"
Illia Klimov4b72378ed2022-07-18 13:46:5770#include "chrome/browser/push_messaging/push_messaging_service_impl.h"
gab3ca4a492017-03-02 00:19:4171#include "chrome/browser/rlz/chrome_rlz_tracker_delegate.h"
[email protected]a7b8e43d2013-03-18 18:52:4372#include "chrome/browser/search/search.h"
Himanshu Jajubcf3b9292019-06-07 12:54:0773#include "chrome/browser/sharing/sharing_sync_preference.h"
Kristi Parkd0f72412021-07-02 01:09:0374#include "chrome/browser/sharing_hub/sharing_hub_features.h"
Ryan Sleevi4689ad32018-04-16 19:09:0575#include "chrome/browser/ssl/ssl_config_service_manager.h"
avi24d693f2016-08-06 18:03:5276#include "chrome/browser/task_manager/task_manager_interface.h"
Patricia Alfonsoc6f40b5c2023-09-14 21:02:4377#include "chrome/browser/tpcd/experiment/tpcd_pref_names.h"
oysteine386fc9e2015-06-07 18:45:4178#include "chrome/browser/tracing/chrome_tracing_delegate.h"
[email protected]2cd4fde2012-06-26 03:10:2679#include "chrome/browser/ui/browser_ui_prefs.h"
Florian Jackya33ad152023-11-22 11:46:0480#include "chrome/browser/ui/hats/hats_service_desktop.h"
[email protected]297fb7c22012-06-26 12:37:4981#include "chrome/browser/ui/network_profile_bubble.h"
[email protected]9ce7cb42011-12-07 18:53:0782#include "chrome/browser/ui/prefs/prefs_tab_helper.h"
[email protected]62f77772011-02-23 19:45:4283#include "chrome/browser/ui/search_engines/keyword_editor_controller.h"
Victor Hugo Vianna Silva3452787c2022-07-28 23:25:3084#include "chrome/browser/ui/send_tab_to_self/send_tab_to_self_bubble.h"
Caroline Risingf4b49092023-03-23 02:28:2685#include "chrome/browser/ui/side_panel/side_panel_prefs.h"
Taylor Bergquistc0109ac2023-11-18 01:10:0486#include "chrome/browser/ui/tabs/organization/prefs.h"
[email protected]b56e2e32012-05-11 21:18:0487#include "chrome/browser/ui/tabs/pinned_tab_codec.h"
dljames77eab0a2024-01-19 23:08:2588#include "chrome/browser/ui/toolbar/chrome_labs/chrome_labs_prefs.h"
Livvie Lin9141d0f132020-03-23 22:47:0489#include "chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.h"
dljames4b665b22023-09-21 19:35:0890#include "chrome/browser/ui/toolbar/toolbar_pref_names.h"
rbpottera58d7c52024-01-26 17:36:3191#include "chrome/browser/ui/webui/accessibility/accessibility_ui.h"
Emily Shack670f745c2023-03-03 19:47:3092#include "chrome/browser/ui/webui/bookmarks/bookmark_prefs.h"
dpapad2be5b61c62020-12-08 11:58:4993#include "chrome/browser/ui/webui/flags/flags_ui.h"
[email protected]7c5c6f3a2011-04-28 19:56:4994#include "chrome/browser/ui/webui/ntp/new_tab_ui.h"
Jayee07bb468c2023-06-01 18:25:3195#include "chrome/browser/ui/webui/policy/policy_ui.h"
Nicolas Ouellet-Payeur4dbdf1e52018-08-06 21:51:0296#include "chrome/browser/ui/webui/print_preview/policy_settings.h"
Xing Liu7252b8d2020-01-22 22:12:4797#include "chrome/browser/updates/announcement_notification/announcement_notification_service.h"
Dana Friedb723dc42023-10-26 22:14:2298#include "chrome/browser/user_education/browser_feature_promo_storage_service.h"
Martin Kreichgauer0e1b15ef2018-06-20 02:59:5099#include "chrome/browser/webauthn/chrome_authenticator_request_delegate.h"
Martin Kreichgauerd7aa4f92022-02-22 20:46:21100#include "chrome/browser/webauthn/webauthn_pref_names.h"
Scott Violet6200d332018-02-23 21:29:23101#include "chrome/common/buildflags.h"
[email protected]f87919d72011-02-02 18:46:16102#include "chrome/common/pref_names.h"
Ayu Ishiifbb1fad2020-06-22 20:15:07103#include "chrome/common/secure_origin_allowlist.h"
Moe Ahmadi173b0a2b2018-08-03 17:35:51104#include "components/autofill/core/common/autofill_prefs.h"
Clark DuVall8236b6a82020-05-28 22:54:32105#include "components/blocked_content/safe_browsing_triggered_popup_blocker.h"
Jesse McKenna0d767592023-11-03 19:31:52106#include "components/breadcrumbs/core/breadcrumbs_status.h"
Mikel Astiz9e85b4c2024-02-26 16:04:55107#include "components/browser_sync/sync_to_signin_migration.h"
ioanapa8bfbc72016-09-07 16:09:05108#include "components/browsing_data/core/pref_names.h"
Doug Turner9e79cf0c2018-04-05 21:32:30109#include "components/certificate_transparency/pref_names.h"
Matt Jones704e1a62022-09-20 16:28:24110#include "components/commerce/core/pref_names.h"
mukai8eaec822014-10-25 17:53:16111#include "components/content_settings/core/browser/host_content_settings_map.h"
Andrew Williams0e136592023-08-09 15:13:34112#include "components/content_settings/core/common/pref_names.h"
Javier Fernández García-Boente7966a892021-12-09 12:28:23113#include "components/custom_handlers/protocol_handler_registry.h"
[email protected]6a5b0712014-07-16 00:30:10114#include "components/dom_distiller/core/distilled_page_prefs.h"
Alex Chen9e56f7352023-01-20 22:56:15115#include "components/domain_reliability/domain_reliability_prefs.h"
Mugdha Lakhanida851fd2021-03-16 18:21:02116#include "components/embedder_support/origin_trials/origin_trial_prefs.h"
hmaree31cadf52022-11-09 22:32:55117#include "components/enterprise/browser/identifiers/identifiers_prefs.h"
Dominique Fauteux-Chapleaub6be8ae2023-09-26 13:48:40118#include "components/enterprise/buildflags/buildflags.h"
Zainab Rizvi766266982024-04-09 13:55:41119#include "components/fingerprinting_protection_filter/browser/fingerprinting_protection_filter_constants.h"
sdefresne8593e6432015-12-01 12:38:08120#include "components/flags_ui/pref_service_flags_storage.h"
Moe Ahmadi656dd532021-10-06 21:59:18121#include "components/history_clusters/core/history_clusters_prefs.h"
Brandon Wyliec7a94502018-10-18 18:43:25122#include "components/image_fetcher/core/cache/image_cache.h"
Anthony Vallee-Dubois43fded9702020-06-19 16:30:38123#include "components/invalidation/impl/fcm_invalidation_service.h"
Tanja Gornak5c8b5d952018-10-12 14:39:54124#include "components/invalidation/impl/invalidator_registrar_with_memory.h"
Marc Treib8c29f0c2019-12-19 12:48:07125#include "components/invalidation/impl/per_user_topic_subscription_manager.h"
Anthony Vallee-Dubois6f993122018-09-17 16:13:28126#include "components/language/content/browser/geo_language_provider.h"
Alexandre Frechette38f4ef92019-02-25 16:31:57127#include "components/language/content/browser/ulp_language_code_locator/ulp_language_code_locator.h"
Alexandre Frechette572755b2019-02-13 22:30:20128#include "components/language/core/browser/language_prefs.h"
Duncan Mercer8062eef2022-12-28 22:28:37129#include "components/lens/buildflags.h"
Joe DeBlasio59db500b2020-08-21 00:37:35130#include "components/lookalikes/core/lookalike_url_util.h"
Guido Urdaneta9f831c22023-06-22 13:44:34131#include "components/media_device_salt/media_device_id_salt.h"
Mikel Astizf4226912020-10-19 19:10:37132#include "components/metrics/demographics/user_demographics.h"
Peter Wen45025ea2018-09-17 15:16:27133#include "components/metrics/metrics_pref_names.h"
[email protected]d0ab865b2014-06-04 19:41:34134#include "components/network_time/network_time_tracker.h"
treibbb0c5af52016-12-09 17:34:15135#include "components/ntp_tiles/most_visited_sites.h"
Scott Violet9ae82892018-03-01 18:38:12136#include "components/offline_pages/buildflags/buildflags.h"
Travis Skare27cee15c2018-07-19 14:34:13137#include "components/omnibox/browser/document_provider.h"
Moe Ahmadi1266de82020-04-10 17:19:53138#include "components/omnibox/browser/omnibox_prefs.h"
blundell2102f7c2015-07-09 10:00:53139#include "components/omnibox/browser/zero_suggest_provider.h"
rajendrant19e545e2023-12-04 16:51:37140#include "components/optimization_guide/core/model_execution/model_execution_prefs.h"
Sophie Changf2da5f02021-01-07 19:38:47141#include "components/optimization_guide/core/optimization_guide_prefs.h"
[email protected]1f730bd2014-02-28 15:11:32142#include "components/password_manager/core/browser/password_manager.h"
anthonyvd6a43b932017-05-11 18:39:27143#include "components/payments/core/payment_prefs.h"
Anthony Vallee-Duboiscee55b12022-03-24 22:54:02144#include "components/performance_manager/public/user_tuning/prefs.h"
Florian Jackya33ad152023-11-22 11:46:04145#include "components/permissions/permission_hats_trigger_helper.h"
Aisulu Rakhmetullinaac4afcb62023-07-05 18:10:04146#include "components/permissions/pref_names.h"
Kirubel Aklilu7abc28662023-09-14 17:14:40147#include "components/plus_addresses/plus_address_prefs.h"
brettw03e61962016-03-15 06:27:04148#include "components/policy/core/browser/browser_policy_connector.h"
Aaron Colwellb4226222020-07-25 16:11:36149#include "components/policy/core/browser/url_blocklist_manager.h"
Jayeeb93166c2023-07-17 14:04:49150#include "components/policy/core/common/local_test_policy_provider.h"
Yann Dago9c1e19512022-02-28 22:27:31151#include "components/policy/core/common/management/management_service.h"
David Bienvenu554a2592020-02-13 20:20:54152#include "components/policy/core/common/policy_pref_names.h"
brettw03e61962016-03-15 06:27:04153#include "components/policy/core/common/policy_statistics_collector.h"
[email protected]f0c8c4992014-05-15 17:37:26154#include "components/pref_registry/pref_registry_syncable.h"
Martin Šrámek5921f6312020-03-25 09:31:47155#include "components/prefs/pref_registry.h"
brettwb1fc1b82016-02-02 00:19:08156#include "components/prefs/pref_registry_simple.h"
157#include "components/prefs/pref_service.h"
Sean Harrison4685ab72020-12-08 18:26:22158#include "components/privacy_sandbox/privacy_sandbox_prefs.h"
abhishek.a2171c612852015-08-31 10:48:19159#include "components/proxy_config/pref_proxy_config_tracker_impl.h"
Amanda Velasco Gallardo25f07362022-01-28 02:08:47160#include "components/safe_browsing/content/common/file_type_policies_prefs.h"
Ali Jumafb3dc1f2020-01-07 17:33:47161#include "components/safe_browsing/core/common/safe_browsing_prefs.h"
[email protected]0915b352014-06-25 19:58:14162#include "components/search_engines/template_url_prepopulate_data.h"
Carlos IL06e6c8c2020-07-28 00:25:19163#include "components/security_interstitials/content/insecure_form_blocking_page.h"
Colin Blundell7657b402020-02-25 09:46:50164#include "components/security_interstitials/content/stateful_ssl_host_state_delegate.h"
Anastasia Helfinstein33187fd2023-01-27 03:06:07165#include "components/segmentation_platform/embedder/default_model/device_switcher_result_dispatcher.h"
Shakti Sahu93bfba22021-06-17 18:05:21166#include "components/segmentation_platform/public/segmentation_platform_service.h"
Mikel Astizf61f4ba02018-06-01 10:50:19167#include "components/sessions/core/session_id_generator.h"
David Roger877bdc72022-10-19 09:38:51168#include "components/signin/public/base/signin_pref_names.h"
Henrique Ferreiro94eb46f2019-07-03 14:38:56169#include "components/signin/public/identity_manager/identity_manager.h"
Evan Stade89158192021-01-27 18:45:23170#include "components/site_engagement/content/site_engagement_service.h"
Zainab Rizvid53336d2024-04-03 03:25:42171#include "components/subresource_filter/content/shared/browser/ruleset_service.h"
Martin Verde176fc042024-02-27 22:41:33172#include "components/subresource_filter/core/browser/subresource_filter_constants.h"
[email protected]6189ab72023-11-06 15:55:08173#include "components/supervised_user/core/browser/supervised_user_preferences.h"
Mikel Astizd848587f2023-10-02 09:28:03174#include "components/sync/base/pref_names.h"
Mikel Astiz91c345c2023-05-16 14:18:56175#include "components/sync/service/glue/sync_transport_data_prefs.h"
Marc Treibd6c8540e2023-07-04 19:18:49176#include "components/sync/service/sync_prefs.h"
Jeffrey Cohen053be24d2019-07-23 23:44:05177#include "components/sync_device_info/device_info_prefs.h"
maxbogueea16ff412016-10-28 16:35:29178#include "components/sync_preferences/pref_service_syncable.h"
Mikel Astiz0889b2be2018-09-25 16:20:41179#include "components/sync_sessions/session_sync_prefs.h"
Jonathan Njeunje87096882024-04-22 16:17:31180#include "components/tpcd/metadata/browser/prefs.h"
Oksana Zhuravlova58c85282022-06-14 20:24:28181#include "components/tracing/common/pref_names.h"
[email protected]81135072014-02-14 14:11:02182#include "components/translate/core/browser/translate_prefs.h"
wafflesd2d9a332016-04-09 01:59:57183#include "components/update_client/update_client.h"
blundell0300cdea2015-09-03 12:47:44184#include "components/variations/service/variations_service.h"
[email protected]f3b1a082011-11-18 00:34:30185#include "content/public/browser/render_process_host.h"
Scott Violetc8240b02018-03-08 22:03:59186#include "extensions/buildflags/buildflags.h"
[email protected]ad66db12014-07-10 12:43:47187#include "net/http/http_server_properties_manager.h"
Andy Phan99ccfb42022-11-29 18:57:07188#include "pdf/buildflags.h"
Scott Violet02e38b92018-03-27 23:42:14189#include "ppapi/buildflags/buildflags.h"
Scott Violet318a55f2018-03-30 19:08:19190#include "printing/buildflags/buildflags.h"
Scott Violeta5f7ba12018-04-02 22:03:40191#include "rlz/buildflags/buildflags.h"
Abigail Klein7a63c572024-02-28 20:45:09192#include "services/screen_ai/buildflags/buildflags.h"
[email protected]a814d8632009-01-31 20:18:52193
Denis Kuznetsov32099f32017-12-15 14:04:57194#if BUILDFLAG(ENABLE_BACKGROUND_MODE)
thestige4155842014-10-20 18:58:02195#include "chrome/browser/background/background_mode_manager.h"
196#endif
197
brettw00899e62016-11-12 02:10:17198#if BUILDFLAG(ENABLE_EXTENSIONS)
je_julie.kim7fbb5a1a2015-02-09 17:26:05199#include "chrome/browser/accessibility/animation_policy_prefs.h"
Dominick Ng6ff51052018-07-06 05:30:20200#include "chrome/browser/apps/platform_apps/shortcut_manager.h"
[email protected]17510602014-06-05 11:02:28201#include "chrome/browser/extensions/activity_log/activity_log.h"
202#include "chrome/browser/extensions/api/commands/command_service.h"
203#include "chrome/browser/extensions/api/tabs/tabs_api.h"
[email protected]d5a74be2014-08-08 01:01:27204#include "chrome/browser/extensions/extension_web_ui.h"
Daniel Murphy3657906d2021-04-13 20:33:12205#include "chrome/browser/extensions/preinstalled_apps.h"
Devlin Cronina997c8e2021-03-18 00:33:18206#include "chrome/browser/ui/extensions/settings_api_bubble_helpers.h"
Devlin Cronin71f0f532018-04-26 16:35:06207#include "chrome/browser/ui/webui/extensions/extensions_ui.h"
tbarzicfa3c7ef62017-04-17 23:12:02208#include "extensions/browser/api/audio/audio_api.h"
afakhry2bd481832016-06-16 16:17:24209#include "extensions/browser/api/runtime/runtime_api.h"
[email protected]d5a74be2014-08-08 01:01:27210#include "extensions/browser/extension_prefs.h"
Emilia Paz363fa0062022-01-15 05:12:03211#include "extensions/browser/permissions_manager.h"
Yann Dago2cbd7cb2022-06-27 18:18:29212#include "extensions/browser/pref_names.h"
Yuta Hijikata31a359c2020-11-27 07:50:26213#if BUILDFLAG(IS_CHROMEOS_ASH)
Yuta Hijikata54df9132021-10-09 01:27:12214#include "chrome/browser/ash/crosapi/browser_data_migrator.h"
Henrique Ferreiro7967dce2021-09-23 11:37:47215#include "chrome/browser/ash/device_name/device_name_store.h"
Henrique Ferreirod67f0472022-11-05 00:40:09216#include "chrome/browser/ash/extensions/extensions_permissions_tracker.h"
Yeunjoo Choi5e8463292021-04-28 01:19:42217#include "chrome/browser/ash/kerberos/kerberos_credentials_manager.h"
Henrique Ferreirod57c4962021-09-29 07:26:59218#include "chrome/browser/ash/net/system_proxy_manager.h"
Henrique Ferreiro4ebaaa32021-10-13 16:59:35219#include "chrome/browser/ash/platform_keys/key_permissions/key_permissions_manager_impl.h"
Anatoliy Potapchuka460bc12021-11-05 19:23:10220#include "chrome/browser/ash/policy/networking/euicc_status_uploader.h"
Jeroen Dhollander148ee302023-12-08 11:22:22221#include "chrome/browser/ash/policy/remote_commands/crd/crd_admin_session_controller.h"
Danila Kuzmin90a42f02021-12-08 14:00:16222#include "chrome/browser/ash/settings/hardware_data_usage_controller.h"
Yeunjoo Choi5097e9c2021-02-25 08:46:52223#include "chrome/browser/ash/settings/stats_reporting_controller.h"
Xiaochu Liu48ab5932018-05-11 03:44:04224#include "chrome/browser/component_updater/metadata_table_chromeos.h"
Joel Hockeya9ccf0e2022-05-27 22:11:19225#include "chrome/browser/extensions/api/shared_storage/shared_storage_private_api.h"
yilkal95d9f882021-10-18 21:59:00226#include "chrome/browser/ui/ash/projector/projector_app_client_impl.h"
Yeunjoo Choi38cea422022-10-18 06:19:17227#include "chrome/browser/ui/webui/ash/edu_coexistence/edu_coexistence_login_handler.h"
Yeunjoo Choiebbdaa62022-10-20 01:05:31228#include "chrome/browser/ui/webui/signin/ash/inline_login_handler_impl.h"
Michal Mazur55ab4f52023-10-19 11:18:00229#include "chromeos/ash/components/carrier_lock/carrier_lock_manager.h"
Yuta Hijikata31a359c2020-11-27 07:50:26230#endif // BUILDFLAG(IS_CHROMEOS_ASH)
brettw00899e62016-11-12 02:10:17231#endif // BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]17510602014-06-05 11:02:28232
Andy Phan99ccfb42022-11-29 18:57:07233#if BUILDFLAG(ENABLE_PDF)
234#include "chrome/browser/pdf/pdf_pref_names.h"
235#endif // BUILDFLAG(ENABLE_PDF)
236
Ramin Halavati52a9a292022-04-28 04:27:49237#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Ramin Halavatic21eb8a2023-05-23 07:32:31238#include "chrome/browser/screen_ai/pref_names.h"
Ramin Halavati52a9a292022-04-28 04:27:49239#endif
240
Jian Lic9a227c2022-02-28 22:55:44241#include "components/feed/buildflags.h"
242#include "components/feed/core/common/pref_names.h"
243#include "components/feed/core/shared_prefs/pref_names.h"
244
Xiaohan Wangae7f9182022-01-16 00:37:52245#if BUILDFLAG(IS_ANDROID)
Amanda Lin Dietz8864d302023-06-26 18:36:39246#include "chrome/browser/accessibility/accessibility_prefs/android/accessibility_prefs_controller.h"
zpengdb4a58e2017-01-10 17:40:32247#include "chrome/browser/android/bookmarks/partner_bookmarks_shim.h"
zpengdb4a58e2017-01-10 17:40:32248#include "chrome/browser/android/ntp/recent_tabs_page_prefs.h"
Kenichi Ishibashi35ac7132017-12-08 03:44:30249#include "chrome/browser/android/oom_intervention/oom_intervention_decider.h"
mlliuee3a405c2016-10-28 22:34:52250#include "chrome/browser/android/preferences/browser_prefs_android.h"
Jan Keitel98b2cc42022-09-20 05:38:39251#include "chrome/browser/android/preferences/shared_preferences_migrator_android.h"
Patrick Noland87d9f842019-01-16 03:52:02252#include "chrome/browser/android/usage_stats/usage_stats_bridge.h"
Sky Maliced8eb4302020-08-03 05:46:44253#include "chrome/browser/first_run/android/first_run_prefs.h"
Yu Su4d459862021-04-15 04:19:54254#include "chrome/browser/lens/android/lens_prefs.h"
John Rummell4703af62019-02-15 02:31:00255#include "chrome/browser/media/android/cdm/media_drm_origin_id_manager.h"
Lei Zhangdb0c0872022-03-04 04:26:59256#include "chrome/browser/notifications/notification_channels_provider_android.h"
Victor Hugo Vianna Silva6cc84402023-12-06 15:21:57257#include "chrome/browser/password_manager/android/password_manager_android_util.h"
Ian Wells5d248f012023-11-07 17:30:02258#include "chrome/browser/readaloud/android/prefs.h"
Zaina Al-Mashnie9742422024-04-08 08:33:27259#include "chrome/browser/safety_hub/android/prefs.h"
Christopher Thompson2602fea2019-11-26 19:36:54260#include "chrome/browser/ssl/known_interception_disclosure_infobar_delegate.h"
Glen Robertson8a825ae4f2020-09-16 06:50:08261#include "components/cdm/browser/media_drm_storage_impl.h" // nogncheck crbug.com/1125897
Dan Harrington899e25232023-04-11 18:23:57262#include "components/ntp_snippets/register_prefs.h"
zpengdb4a58e2017-01-10 17:40:32263#include "components/ntp_tiles/popular_sites_impl.h"
Clark DuVall600abea2020-03-23 16:16:17264#include "components/permissions/contexts/geolocation_permission_context_android.h"
Xing Liu0327d832020-05-15 21:07:03265#include "components/query_tiles/tile_service_prefs.h"
Ella Gec7c64062023-05-02 17:16:14266#include "components/webapps/browser/android/install_prompt_prefs.h"
Xiaohan Wangae7f9182022-01-16 00:37:52267#else // BUILDFLAG(IS_ANDROID)
Yue Zhang87902392020-12-23 23:12:05268#include "chrome/browser/cart/cart_service.h"
Shakti Sahue7597fd2023-04-05 23:32:39269#include "chrome/browser/companion/core/promo_handler.h"
Anqing Zhao9595e482021-06-10 11:33:55270#include "chrome/browser/device_api/device_service_impl.h"
peter9f4490a2017-01-27 00:58:36271#include "chrome/browser/gcm/gcm_product_util.h"
Matt Reynolds1914ff6b2022-02-04 08:48:26272#include "chrome/browser/hid/hid_policy_allowed_devices.h"
Tommy Lid5b7c22b2020-10-28 01:26:51273#include "chrome/browser/intranet_redirect_detector.h"
Lei Zhang6cb9b842019-12-16 20:29:12274#include "chrome/browser/media/unified_autoplay_config.h"
Sebastien Marchande9f7b992021-02-10 03:11:08275#include "chrome/browser/metrics/tab_stats/tab_stats_tracker.h"
Josh Nohle13ea6b432020-07-21 20:46:59276#include "chrome/browser/nearby_sharing/common/nearby_share_prefs.h"
Riley Tatum1af2f442024-04-08 18:55:34277#include "chrome/browser/new_tab_page/modules/file_suggestion/drive_service.h"
Jeremy Selier730b56d32021-09-17 02:59:39278#include "chrome/browser/new_tab_page/modules/photos/photos_service.h"
Riley Tatumc48258f12022-08-18 22:13:13279#include "chrome/browser/new_tab_page/modules/recipes/recipes_service.h"
Rohit Bhatia22e544f2021-10-05 15:32:26280#include "chrome/browser/new_tab_page/modules/safe_browsing/safe_browsing_handler.h"
Marlon Facey79d84f77b2024-02-08 18:49:43281#include "chrome/browser/new_tab_page/modules/v2/tab_resumption/tab_resumption_page_handler.h"
Tibor Goldschwendt53a0eab2021-07-29 10:40:25282#include "chrome/browser/new_tab_page/promos/promo_service.h"
Yann Dago44d6cc322022-07-13 17:46:25283#include "chrome/browser/policy/developer_tools_policy_handler.h"
Tibor Goldschwendtf3a3ce92021-08-17 00:42:16284#include "chrome/browser/search/background/ntp_custom_background_service.h"
Jack Yammine1aae2ba2023-12-16 06:56:36285#include "chrome/browser/search_engine_choice/search_engine_choice_client_side_trial.h"
Boris Sazonovc7c3b8b02024-01-05 11:08:01286#include "chrome/browser/search_engine_choice/search_engine_choice_dialog_service.h"
Reilly Grantd4fb5842021-03-15 23:16:49287#include "chrome/browser/serial/serial_policy_allowed_ports.h"
thestigc91176f42014-10-28 20:16:35288#include "chrome/browser/signin/signin_promo.h"
Matt Jones43bca672023-11-22 15:19:27289#include "chrome/browser/ui/commerce/commerce_ui_tab_helper.h"
Eduard Hez55d711f2023-07-12 12:10:07290#include "chrome/browser/ui/safety_hub/safety_hub_prefs.h"
zpengdb4a58e2017-01-10 17:40:32291#include "chrome/browser/ui/startup/startup_browser_creator.h"
Yuheng Huang841960592024-04-12 22:28:40292#include "chrome/browser/ui/tabs/saved_tab_groups/saved_tab_group_utils.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"
Caroline Rising065085a22023-02-22 14:34:09306#include "components/user_notes/user_notes_prefs.h"
Xiaohan Wangae7f9182022-01-16 00:37:52307#endif // BUILDFLAG(IS_ANDROID)
thestigc91176f42014-10-28 20:16:35308
Nicolas MacBeth53fa8142023-06-20 15:06:09309#if !BUILDFLAG(IS_ANDROID) && BUILDFLAG(GOOGLE_CHROME_BRANDING)
310#include "chrome/browser/promos/promos_utils.h"
311#endif // !BUILDFLAG(IS_ANDROID) && BUILDFLAG(GOOGLE_CHROME_BRANDING)
312
Xiaohan Wangae7f9182022-01-16 00:37:52313#if BUILDFLAG(IS_CHROMEOS)
Erik Chen643355d2022-04-22 05:44:49314#include "chrome/browser/chromeos/extensions/echo_private/echo_private_api.h"
Maria Petrisorbb5226b2022-06-02 09:10:51315#include "chrome/browser/chromeos/extensions/login_screen/login/login_api_prefs.h"
Alvin Lee99f8d9a82021-11-18 18:45:55316#include "chrome/browser/chromeos/policy/dlp/dlp_rules_manager_impl.h"
Josh Simmons29bce0e82023-08-31 05:59:50317#include "chrome/browser/chromeos/quickoffice/quickoffice_prefs.h"
Vignesh Shenvidfab2b12023-08-07 19:13:00318#include "chrome/browser/chromeos/reporting/metric_reporting_prefs.h"
Benjamin Gordon24cc3552023-11-29 01:03:43319#include "chrome/browser/extensions/api/document_scan/document_scan_api_handler.h"
Olya Kalitova39e913d52021-03-16 22:26:22320#include "chrome/browser/extensions/api/enterprise_platform_keys/enterprise_platform_keys_api.h"
Kuo-Hsin Yang40227972022-05-16 18:39:09321#include "chrome/browser/memory/oom_kills_monitor.h"
Michael Ershov5b2a7062022-01-17 14:28:45322#include "chrome/browser/policy/networking/policy_cert_service.h"
Ben Franz73537362021-11-08 11:53:40323#include "chrome/browser/policy/system_features_disable_list_policy_handler.h"
Michael Ershovd9a627e2021-11-03 13:55:27324#include "chrome/browser/ui/webui/certificates_handler.h"
anina koehlerf1e29df62022-08-10 07:22:32325#include "chromeos/ui/wm/fullscreen/pref_names.h"
Andrew Rayskiy16f8cab2022-12-15 16:28:33326#if BUILDFLAG(USE_CUPS)
Pranav Batrae71407672021-08-16 23:53:00327#include "chrome/browser/extensions/api/printing/printing_api_handler.h"
Andrew Rayskiy16f8cab2022-12-15 16:28:33328#endif // BUILDFLAG(USE_CUPS)
Xiaohan Wangae7f9182022-01-16 00:37:52329#endif // BUILDFLAG(IS_CHROMEOS)
Olya Kalitova39e913d52021-03-16 22:26:22330
Yuta Hijikata31a359c2020-11-27 07:50:26331#if BUILDFLAG(IS_CHROMEOS_ASH)
Yao Li646187a2021-11-16 01:02:11332#include "ash/components/arc/arc_prefs.h"
Henrique Ferreirof9d1cb22021-07-13 01:32:47333#include "ash/constants/ash_pref_names.h"
Xiyuan Xia5a8c4172019-05-13 16:23:48334#include "ash/public/cpp/ash_prefs.h"
Nikki Fangac3f0592023-02-14 01:31:19335#include "chrome/browser/apps/app_deduplication_service/app_deduplication_service.h"
Elitsa Bankova984491f2023-10-06 07:40:11336#include "chrome/browser/apps/app_discovery_service/almanac_fetcher.h"
Jeevan Shikarama73dec1a2022-09-08 05:51:52337#include "chrome/browser/apps/app_preload_service/app_preload_service.h"
Nancy Wang811fe4f92021-10-08 12:28:13338#include "chrome/browser/apps/app_service/metrics/app_platform_metrics_service.h"
Tim Sergeant1231dcc2021-05-10 14:00:57339#include "chrome/browser/apps/app_service/webapk/webapk_prefs.h"
Anastasiia N0582a902021-12-08 17:44:59340#include "chrome/browser/ash/account_manager/account_apps_availability.h"
Pranav Batra468fbe622021-06-23 01:42:36341#include "chrome/browser/ash/account_manager/account_manager_edu_coexistence_controller.h"
Yeunjoo Choife4364d2022-12-14 10:41:37342#include "chrome/browser/ash/app_list/app_list_syncable_service.h"
Yeunjoo Choi366e3462022-12-06 08:58:53343#include "chrome/browser/ash/app_list/arc/arc_app_list_prefs.h"
Henrique Ferreiro53d4dc42021-01-27 01:02:38344#include "chrome/browser/ash/app_mode/arc/arc_kiosk_app_manager.h"
Edman Anjos0f2ad562023-11-08 10:40:49345#include "chrome/browser/ash/app_mode/kiosk_chrome_app_manager.h"
Henrique Ferreiro53d4dc42021-01-27 01:02:38346#include "chrome/browser/ash/app_mode/kiosk_cryptohome_remover.h"
Emmanuel Arias Soto24bf9f32024-01-31 13:27:42347#include "chrome/browser/ash/app_mode/kiosk_system_session.h"
Henrique Ferreiro53d4dc42021-01-27 01:02:38348#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"
Hidehiko Abe13bceaf92024-04-08 17:53:13391#include "chrome/browser/ash/login/session/chrome_session_manager.h"
Henrique Ferreiroad3c6a572021-03-02 12:43:51392#include "chrome/browser/ash/login/session/user_session_manager.h"
Henrique Ferreiroa264c8c02021-07-20 08:31:47393#include "chrome/browser/ash/login/signin/signin_error_notifier.h"
Kush Sinha31d120b72023-09-04 12:21:54394#include "chrome/browser/ash/login/signin/token_handle_fetcher.h"
Henrique Ferreiro995b1db2021-03-06 00:41:41395#include "chrome/browser/ash/login/startup_utils.h"
Henrique Ferreiro2dc9e1c2021-03-04 17:33:58396#include "chrome/browser/ash/login/users/avatar/user_image_manager.h"
Aiden Chiavatti112d3672023-03-17 21:13:41397#include "chrome/browser/ash/login/users/avatar/user_image_prefs.h"
Henrique Ferreiro2dc9e1c2021-03-04 17:33:58398#include "chrome/browser/ash/login/users/avatar/user_image_sync_observer.h"
399#include "chrome/browser/ash/login/users/chrome_user_manager_impl.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"
Erik Chenc2927bbd2021-09-22 23:20:07434#include "chrome/browser/ui/ash/shelf/chrome_shelf_prefs.h"
Yeunjoo Choi3fc970b2022-10-28 02:55:48435#include "chrome/browser/ui/webui/ash/login/enable_debugging_screen_handler.h"
Xiaohui Chen0b04ceb2023-10-20 21:22:17436#include "chrome/browser/ui/webui/ash/settings/os_settings_ui.h"
Behnood Momenzadeh1684ef642024-01-30 09:35:45437#include "chrome/browser/ui/webui/settings/reset_settings_handler.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"
Yuta Hijikata4538fc02023-09-26 15:19:55448#include "chromeos/ash/components/standalone_browser/migrator_util.h"
Henrique Ferreiroacf002702022-10-06 21:54:59449#include "chromeos/ash/components/timezone/timezone_resolver.h"
Yeunjoo Choi2d3704c12022-06-21 02:44:34450#include "chromeos/ash/services/assistant/public/cpp/assistant_prefs.h"
Anastasiia N1ad94e1e2022-09-15 08:47:28451#include "chromeos/ash/services/auth_factor_config/auth_factor_config.h"
Henrique Ferreiroae001e92022-09-01 16:58:46452#include "chromeos/ash/services/bluetooth_config/bluetooth_power_controller_impl.h"
453#include "chromeos/ash/services/bluetooth_config/device_name_manager_impl.h"
Yeunjoo Choia292ed72022-11-01 01:19:55454#include "chromeos/ash/services/device_sync/public/cpp/device_sync_prefs.h"
Yeunjoo Choie4980f452022-10-21 16:07:58455#include "chromeos/ash/services/multidevice_setup/multidevice_setup_service.h"
Yue Lif0da5bf2021-11-19 22:01:57456#include "chromeos/components/quick_answers/public/cpp/quick_answers_prefs.h"
Kushagra Sinhab37e24db2021-07-02 15:14:24457#include "components/account_manager_core/chromeos/account_manager.h"
stevenjbf22f82e2016-10-26 21:47:38458#include "components/onc/onc_pref_names.h"
glevin5dd01a72016-03-23 23:08:12459#include "components/quirks/quirks_manager.h"
tbarzicd9a88fc92017-07-14 02:18:10460#include "extensions/browser/api/lock_screen_data/lock_screen_item_storage.h"
Pranav Batra468fbe622021-06-23 01:42:36461
Pranav Batra468fbe622021-06-23 01:42:36462#endif // BUILDFLAG(IS_CHROMEOS_ASH)
463
Xiaohan Wangae7f9182022-01-16 00:37:52464#if BUILDFLAG(IS_MAC)
Lei Zhangdb0c0872022-03-04 04:26:59465#include "chrome/browser/media/webrtc/system_media_capture_permissions_stats_mac.h"
[email protected]425f7a02014-04-29 01:51:44466#include "chrome/browser/ui/cocoa/apps/quit_with_apps_controller_mac.h"
Tom Anderson6a496032018-08-30 23:38:37467#include "chrome/browser/ui/cocoa/confirm_quit.h"
Song Fangzhencda4af62021-09-09 05:24:02468#include "chrome/browser/web_applications/app_shim_registry_mac.h"
[email protected]2366a3a2012-10-02 20:41:14469#endif
470
Xiaohan Wangae7f9182022-01-16 00:37:52471#if BUILDFLAG(IS_WIN)
Igor Ruvinov13e658e2022-12-13 03:15:20472#include "chrome/browser/enterprise/platform_auth/platform_auth_policy_observer.h"
Scott Violet3ff87d062021-12-21 06:10:10473#include "chrome/browser/font_prewarmer_tab_helper.h"
Alex St-Onge9e4b9b72021-06-08 15:35:54474#include "chrome/browser/media/cdm_pref_service_helper.h"
Xiaohan Wang259f34c7a2022-03-26 23:18:19475#include "chrome/browser/media/media_foundation_service_monitor.h"
Will Harriseb364b2c2022-06-23 00:49:01476#include "chrome/browser/os_crypt/app_bound_encryption_metrics_win.h"
Will Harrisdda71e212024-03-25 23:56:39477#include "chrome/browser/os_crypt/app_bound_encryption_provider_win.h"
Nico Webereaa08412019-08-14 01:24:37478#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
Patrick Monettebb543942019-05-17 17:45:32479#include "chrome/browser/win/conflicts/incompatible_applications_updater.h"
480#include "chrome/browser/win/conflicts/module_database.h"
481#include "chrome/browser/win/conflicts/third_party_conflicts_manager.h"
Nico Webereaa08412019-08-14 01:24:37482#endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
Daniel Ruberyd17b2fd2023-09-07 23:31:36483#endif // BUILDFLAG(IS_WIN)
[email protected]bdb8a1e2013-10-03 08:14:00484
Xiaohan Wangae7f9182022-01-16 00:37:52485#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
Will Harris93d0dcd52023-03-14 23:38:47486#include "components/os_crypt/sync/os_crypt.h"
Will Harris265b3942019-10-21 01:01:33487#endif
488
Sebastien Lalancette413625312023-05-08 13:58:01489#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
490 BUILDFLAG(IS_CHROMEOS_ASH)
Sebastien Lalancette120e0592023-05-04 21:02:33491#include "components/device_signals/core/browser/pref_names.h" // nogncheck due to crbug.com/1125897
Lu Huangcd11f21c2021-02-03 22:24:56492#endif
493
Yuta Hijikata31a359c2020-11-27 07:50:26494// TODO(crbug.com/1052397): Revisit the macro expression once build flag switch
495// of lacros-chrome is complete.
Xiaohan Wangae7f9182022-01-16 00:37:52496#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || \
497 (BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_CHROMEOS_LACROS))
Nicolas Ouellet-Payeur9a4a94d2018-09-17 15:26:11498#include "chrome/browser/browser_switcher/browser_switcher_prefs.h"
499#endif
500
Nicolas Ouellet-Payeurcb894532023-09-28 04:03:15501#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
502#include "chrome/browser/enterprise/signin/enterprise_signin_prefs.h"
503#endif
504
Erik Chen38ceca082020-12-16 01:31:35505#if BUILDFLAG(IS_CHROMEOS_LACROS)
Nancy Wangc84098e2022-10-24 10:30:36506#include "chrome/browser/apps/app_service/metrics/website_metrics_service_lacros.h"
Alex Ilin953f1092021-11-26 15:49:10507#include "chrome/browser/lacros/account_manager/account_cache.h"
Polina Bondarenko3f3dc4f2022-04-25 07:55:01508#include "chrome/browser/lacros/app_mode/kiosk_session_service_lacros.h"
Erik Chen38ceca082020-12-16 01:31:35509#include "chrome/browser/lacros/lacros_prefs.h"
Andreea Costinas68cad91f2021-09-22 15:58:09510#include "chrome/browser/lacros/net/proxy_config_service_lacros.h"
Nicolas Dossou-Gbete7ccc8802022-11-10 15:12:46511#endif
512
513#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(ENABLE_DICE_SUPPORT)
514#include "chrome/browser/ui/startup/first_run_service.h"
Erik Chen38ceca082020-12-16 01:31:35515#endif
516
Georg Neisf11427f92024-02-02 01:27:46517#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS)
518#include "chrome/browser/downgrade/downgrade_prefs.h"
519#endif
520
Xiaohan Wangae7f9182022-01-16 00:37:52521#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Yusuke Sato28ab25092021-05-07 23:04:02522#include "chrome/browser/device_identity/device_oauth2_token_store_desktop.h"
thestigf2a0fa92016-09-07 09:37:29523#include "chrome/browser/ui/startup/default_browser_prompt.h"
524#endif
525
[email protected]ceafc462013-11-04 12:26:03526#if defined(TOOLKIT_VIEWS)
527#include "chrome/browser/ui/browser_view_prefs.h"
Yuheng Huang9ce54892022-05-06 19:29:39528#include "chrome/browser/ui/side_search/side_search_prefs.h"
[email protected]ceafc462013-11-04 12:26:03529#endif
530
Scott Violet53fb03c2021-01-15 23:48:16531#if BUILDFLAG(ENABLE_SESSION_SERVICE)
Christian Dullweber0747d7c92021-05-10 10:05:13532#include "chrome/browser/sessions/session_data_service.h"
Scott Violet53fb03c2021-01-15 23:48:16533#include "chrome/browser/sessions/session_service_log.h"
534#endif
tomc5dd0cd2021-10-01 22:15:52535
Tom Andersoncb3408482022-09-02 19:06:41536#if BUILDFLAG(IS_LINUX)
537#include "ui/color/system_theme.h"
538#endif
539
Chris Mullinse59586192023-03-06 17:42:17540#if BUILDFLAG(IS_CHROMEOS_ASH)
541#include "chrome/browser/ash/wallpaper_handlers/wallpaper_prefs.h"
542#endif
543
Dominique Fauteux-Chapleaub6be8ae2023-09-26 13:48:40544#if BUILDFLAG(ENTERPRISE_DATA_CONTROLS)
545#include "components/enterprise/data_controls/prefs.h"
546#endif
547
[email protected]572f40c9b2012-07-06 20:35:33548namespace {
Yao Xiao9255aec2022-02-05 00:02:19549
Lei Zhang9523de82022-03-14 21:40:21550// Please keep the list of deprecated prefs in chronological order. i.e. Add to
551// the bottom of the list, not here at the top.
Toby Huang33753282020-05-05 18:55:22552
Mariam Alib8c79732024-03-11 08:39:55553// Deprecated 04/2023.
Brittany Hartmire1ffd662e2023-04-04 22:46:51554#if BUILDFLAG(IS_CHROMEOS_ASH)
555const char kEasyUnlockHardlockState[] = "easy_unlock.hardlock_state";
556#endif // BUILDFLAG(IS_CHROMEOS_ASH)
557
Richard Chui821cdad2023-04-07 21:39:57558// Deprecated 04/2023.
559#if BUILDFLAG(IS_CHROMEOS_ASH)
560const char kBentoBarEnabled[] = "ash.bento_bar.enabled";
561const char kUserHasUsedDesksRecently[] = "ash.user_has_used_desks_recently";
562#endif // BUILDFLAG(IS_CHROMEOS_ASH)
563
Dan Harrington83791492023-04-10 20:49:27564// Deprecated 04/2023.
565#if BUILDFLAG(IS_ANDROID)
566const char kUserSettingEnabled[] = "offline_prefetch.enabled";
567const char kBackoff[] = "offline_prefetch.backoff";
568const char kLimitlessPrefetchingEnabledTimePref[] =
569 "offline_prefetch.limitless_prefetching_enabled_time";
570const char kPrefetchTestingHeaderPref[] =
571 "offline_prefetch.testing_header_value";
572const char kEnabledByServer[] = "offline_prefetch.enabled_by_server";
573const char kNextForbiddenCheckTimePref[] = "offline_prefetch.next_gpb_check";
574const char kPrefetchCachedGCMToken[] = "offline_prefetch.gcm_token";
575#endif
576
Artem Sumaneev77f80bb2023-04-11 14:04:58577// Deprecated 04/2023.
578const char kTypeSubscribedForInvalidations[] =
579 "invalidation.registered_for_invalidation";
580const char kActiveRegistrationToken[] =
581 "invalidation.active_registration_token";
582const char kFCMInvalidationClientIDCache[] = "fcm.invalidation.client_id_cache";
583
Osama Fathy5d236652023-04-17 17:31:12584// Deprecated 04/2023.
585#if BUILDFLAG(IS_CHROMEOS_ASH)
586const char kConsolidatedConsentTrial[] = "per_user_metrics.trial_group";
587#endif // BUILDFLAG(IS_CHROMEOS_ASH)
588
Jérémie Boulic8d672f22023-04-18 02:44:05589// Deprecated 04/2023.
590#if BUILDFLAG(IS_CHROMEOS_ASH)
591const char kOfficeFilesAlwaysMove[] = "filebrowser.office.always_move";
592const char kOfficeMoveConfirmationShown[] =
593 "filebrowser.office.move_confirmation_shown";
594#endif // BUILDFLAG(IS_CHROMEOS_ASH)
595
Brittany Hartmire402a3922023-04-18 22:15:36596// Deprecated 04/2023.
597#if BUILDFLAG(IS_CHROMEOS_ASH)
598const char kProximityAuthIsChromeOSLoginEnabled[] =
599 "proximity_auth.is_chromeos_login_enabled";
600#endif // BUILDFLAG(IS_CHROMEOS_ASH)
601
Roland Bock8e21dd022023-04-27 09:33:48602// Deprecated 04/2023.
603#if BUILDFLAG(IS_CHROMEOS_ASH)
604const char kEnrollmentIdUploadedOnChromad[] = "chromad.enrollment_id_uploaded";
605const char kLastChromadMigrationAttemptTime[] =
606 "chromad.last_migration_attempt_time";
607#endif // BUILDFLAG(IS_CHROMEOS_ASH)
608
Brittany Hartmire22aa1ae82023-05-09 17:37:23609// Deprecated 05/2023.
610#if BUILDFLAG(IS_CHROMEOS_ASH)
611const char kSmartLockSigninAllowed[] = "smart_lock_signin.allowed";
612#endif // BUILDFLAG(IS_CHROMEOS_ASH)
613
Mariam Ali4c166962024-01-04 12:18:16614// Deprecated 05/2023.
David Trainorb7400c22023-05-10 19:17:06615#if BUILDFLAG(IS_ANDROID)
616const char kVideoTutorialsPreferredLocaleKey[] =
617 "video_tutorials.perferred_locale";
618const char kVideoTutorialsLastUpdatedTimeKey[] =
619 "video_tutorials.last_updated_time";
Cathy Li7ff029622023-05-26 04:56:52620const char kWeeklyStatsReportingTimestamp[] =
621 "explore_sites.weekly_stats_reporting_timestamp";
David Trainorb7400c22023-05-10 19:17:06622#endif // BUILDFLAG(IS_ANDROID)
623
Mariam Ali4c166962024-01-04 12:18:16624// Deprecated 05/2023.
Colin Blundella2aea272023-05-15 09:50:00625const char kForceEnablePepperVideoDecoderDevAPI[] =
626 "policy.force_enable_pepper_video_decoder_dev_api";
627
Mariam Ali4c166962024-01-04 12:18:16628// Deprecated 05/2023.
Pilar Molina Lopezef825502023-05-12 18:08:48629const char kUseMojoVideoDecoderForPepperAllowed[] =
630 "policy.use_mojo_video_decoder_for_pepper_allowed";
631
Vasiliy Telezhnikov2a786452023-05-12 23:53:37632// Deprecated 05/2023.
633const char kPPAPISharedImagesSwapChainAllowed[] =
634 "policy.ppapi_shared_images_swap_chain_allowed";
635
Peter Marshall7fdea2b2023-05-15 01:16:38636// Deprecated 05/2023.
637#if BUILDFLAG(IS_CHROMEOS_ASH)
638const char kOfficeSetupComplete[] = "filebrowser.office.setup_complete";
639#endif // BUILDFLAG(IS_CHROMEOS_ASH)
640
Elias Khsheibund1700562023-05-15 13:31:21641// Deprecated 05/2023.
642#if BUILDFLAG(IS_ANDROID)
643const char kTimesUPMAuthErrorShown[] = "times_upm_auth_error_shown";
644#endif // BUILDFLAG(IS_ANDROID)
645
Maciek Slusarczyk56833f02023-05-19 09:02:14646// Deprecated 05/2023.
647#if BUILDFLAG(IS_CHROMEOS_ASH)
648const char kSamlPasswordSyncToken[] = "saml.password_sync_token";
649#endif // BUILDFLAG(IS_CHROMEOS_ASH)
650
Ramin Halavatiec90e022023-05-23 13:55:05651// Deprecated 05/2023.
652#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
653const char kScreenAIScheduledDeletionTimePrefName[] =
654 "accessibility.screen_ai.scheduled_deletion_time";
655#endif
656
Michael Checo1f8625942023-05-23 19:33:47657// Deprecated 05/2023.
658#if BUILDFLAG(IS_CHROMEOS_ASH)
659const char kEventRemappedToRightClick[] =
660 "ash.settings.event_remapped_to_right_click";
661#endif
662
Hidehiko Abead7991f22023-05-31 14:32:22663// Deprecated 05/2023.
664#if BUILDFLAG(IS_CHROMEOS_ASH)
Tim Sergeantaffc95a2023-10-17 17:38:21665const char kSupervisedUserSyncId[] = "ManagedUserSyncId";
666const char kSupervisedUserManagers[] = "ManagedUserManagers";
667const char kSupervisedUserManagerNames[] = "ManagedUserManagerNames";
668const char kSupervisedUserManagerDisplayEmails[] =
Hidehiko Abead7991f22023-05-31 14:32:22669 "ManagedUserManagerDisplayEmails";
Tim Sergeantaffc95a2023-10-17 17:38:21670const char kSupervisedUsersFirstRun[] = "LocallyManagedUsersFirstRun";
671const char kSupervisedUserPasswordSchema[] = "SupervisedUserPasswordSchema";
672const char kSupervisedUserPasswordSalt[] = "SupervisedUserPasswordSalt";
673const char kSupervisedUserPasswordRevision[] = "SupervisedUserPasswordRevision";
674const char kSupervisedUserNeedPasswordUpdate[] =
Hidehiko Abead7991f22023-05-31 14:32:22675 "SupervisedUserNeedPasswordUpdate";
Tim Sergeantaffc95a2023-10-17 17:38:21676const char kSupervisedUserIncompleteKey[] = "SupervisedUserHasIncompleteKey";
Hidehiko Abead7991f22023-05-31 14:32:22677#endif
678
Alan Cutter3bfce6e2023-06-07 01:53:02679// Deprecated 06/2023.
Alan Cutter086bdf72023-06-09 02:40:11680#if BUILDFLAG(IS_CHROMEOS_ASH)
681const char kWebAppCalculatorAppErasureFixAppliedPref[] =
682 "web_app.calculator_app_erasure_fix_applied";
683#endif // BUILDFLAG(IS_CHROMEOS_ASH)
684
685// Deprecated 06/2023.
Alan Cutter3bfce6e2023-06-07 01:53:02686const char kWebAppsExtensionIDs[] = "web_apps.extension_ids";
687
Marc Treib7aaf21332023-06-14 08:30:01688// Deprecated 06/2023.
689#if BUILDFLAG(IS_CHROMEOS_ASH)
Tim Sergeantaffc95a2023-10-17 17:38:21690const char kOsSyncPrefsMigrated[] = "sync.os_sync_prefs_migrated";
Marc Treib7aaf21332023-06-14 08:30:01691#endif // BUILDFLAG(IS_CHROMEOS_ASH)
692
Mariam Ali4c166962024-01-04 12:18:16693// Deprecated 06/2023.
Yue Zhangf7cf6712023-06-16 18:11:32694#if !BUILDFLAG(IS_ANDROID)
695const char kShouldShowSidePanelBookmarkTab[] =
696 "should_show_side_panel_bookmark_tab";
697#endif // !BUILDFLAG(IS_ANDROID)
698
Maciek Slusarczyk9fed52232023-06-21 14:46:07699// Deprecated 06/2023.
700#if BUILDFLAG(IS_CHROMEOS_ASH)
701const char kGaiaLastOnlineSignInTime[] = "gaia.last_online_sign_in_time";
702const char kSAMLLastGAIASignInTime[] = "saml.last_gaia_sign_in_time";
703#endif // BUILDFLAG(IS_CHROMEOS_ASH)
704
Mariam Ali4c166962024-01-04 12:18:16705// Deprecated 07/2023.
Eshwar Stalin883b5a72023-07-11 02:05:59706#if !BUILDFLAG(IS_ANDROID)
707const char kLegacyHoverCardImagesEnabled[] = "browser.hovercard_images_enabled";
708#endif // !BUILDFLAG(IS_ANDROID)
709
Jian Li7541a082023-06-18 23:52:14710#if BUILDFLAG(ENABLE_FEED_V2)
711const char kVideoPreviewsType[] = "ntp_snippets.video_previews_type";
712#endif // BUILDFLAG(ENABLE_FEED_V2)
713
Anthony Cui5e5dad9322023-07-10 17:34:54714// Deprecated 06/2023.
715#if BUILDFLAG(IS_ANDROID)
716const char kPrefExplicitLanguageAskShown[] =
717 "translate_explicit_language_ask_shown";
718#endif // BUILDFLAG(IS_ANDROID)
719
Mihai Sardarescu6db89cf2023-07-04 07:36:02720// Deprecated 07/2023.
721#if !BUILDFLAG(IS_CHROMEOS_ASH)
722const char kUnifiedConsentMigrationState[] = "unified_consent.migration_state";
723#endif // !BUILDFLAG(IS_CHROMEOS_ASH)
724
Viktor Semeniuk13075de02023-07-18 08:24:36725// Deprecated 07/2023.
726const char kPasswordsGroupingInfoRequested[] =
727 "password_manager.passwords_grouping_info_requested";
728
Hui Yingstd4c7a572023-07-18 18:16:15729// Deprecated 07/2023.
730#if BUILDFLAG(IS_CHROMEOS_ASH)
731const char kPowerMetricsIdleScreenOffCount[] =
732 "power.metrics.idle_screen_off_count";
733const char kPowerMetricsIdleSuspendCount[] = "power.metrics.idle_suspend_count";
734const char kPowerMetricsLidClosedSuspendCount[] =
735 "power.metrics.lid_closed_suspend_count";
736#endif // BUILDFLAG(IS_CHROMEOS_ASH)
737
Christoph Schlosser1f1ec9b2023-07-26 08:12:56738// Deprecated 07/2023.
739#if BUILDFLAG(IS_CHROMEOS_ASH)
740const char kHatsPrivacyHubBaselineIsSelected[] =
741 "hats_privacy_hub_baseline_is_selected";
742const char kHatsPrivacyHubBaselineCycleEndTs[] =
743 "hats_privacy_hub_baseline_end_timestamp";
744#endif // BUILDFLAG(IS_CHROMEOS_ASH)
745
Yuta Hijikata9cd674122023-07-29 15:43:37746// Deprecated 07/2023.
747#if BUILDFLAG(IS_CHROMEOS_ASH)
748const char kClearUserDataDir1Pref[] = "lacros.clear_user_data_dir_1";
749#endif
750
Etienne Bergeron6ac228e2023-08-02 17:39:04751// Deprecated 07/2023.
752const char kShutdownNumProcesses[] = "shutdown.num_processes";
753const char kShutdownNumProcessesSlow[] = "shutdown.num_processes_slow";
Etienne Bergeronec5c88fb2023-08-07 15:09:39754const char kShutdownType[] = "shutdown.type";
Etienne Bergeron6ac228e2023-08-02 17:39:04755
François Degros82e8d052023-08-15 19:44:23756// Deprecated 08/2023.
757const char kDriveFsBulkPinningMaxQueueSize[] =
758 "drivefs.bulk_pinning.max_queue_size";
759
Nicola Tommasiff549832023-09-04 11:35:06760// Deprecated 09/2023.
761const char kPrivacySandboxM1Unrestricted[] = "privacy_sandbox.m1.unrestricted";
Daniel Ruberya440a6b12023-09-08 22:04:33762#if BUILDFLAG(IS_WIN)
763const char kSwReporter[] = "software_reporter";
Lily Chene658b27b2023-10-11 19:06:19764const char kChromeCleaner[] = "chrome_cleaner";
765const char kSettingsResetPrompt[] = "settings_reset_prompt";
Daniel Ruberya440a6b12023-09-08 22:04:33766#endif
Lily Chen492c670f2023-09-15 21:35:47767// A boolean specifying whether the new download bubble UI is enabled. If it is
768// set to false, the old download shelf UI will be shown instead.
Lily Chene658b27b2023-10-11 19:06:19769const char kDownloadBubbleEnabled[] = "download_bubble_enabled";
Nicola Tommasiff549832023-09-04 11:35:06770
Ahmed Mehfooze6c06892023-09-14 00:48:17771// Deprecated 09/2023.
772#if BUILDFLAG(IS_CHROMEOS_ASH)
Lily Chene658b27b2023-10-11 19:06:19773const char kGestureEducationNotificationShown[] =
Ahmed Mehfooze6c06892023-09-14 00:48:17774 "ash.gesture_education.notification_shown";
Mikel Astiz3dc3dabc2023-09-25 19:32:21775
776// Note that this very name is used outside ChromeOS Ash, where it isn't
777// deprecated.
Lily Chene658b27b2023-10-11 19:06:19778const char kSyncInitialSyncFeatureSetupCompleteOnAsh[] =
Mikel Astiz3dc3dabc2023-09-25 19:32:21779 "sync.has_setup_completed";
Ahmed Mehfooze6c06892023-09-14 00:48:17780#endif
781
Ankush Singh041ec0d2023-09-21 09:06:13782// Deprecated 09/2023.
Lily Chene658b27b2023-10-11 19:06:19783const char kPrivacySandboxManuallyControlled[] =
Ankush Singh041ec0d2023-09-21 09:06:13784 "privacy_sandbox.manually_controlled";
785
Ivana Žužić2fa04d12023-09-29 13:46:31786// Deprecated 09/2023.
Ivana Žužić2fa04d12023-09-29 13:46:31787#if BUILDFLAG(IS_ANDROID)
788const char kSettingsMigratedToUPM[] = "profile.settings_migrated_to_upm";
789#endif
790
Mikel Astizd848587f2023-10-02 09:28:03791// Deprecated 10/2023.
Lily Chene658b27b2023-10-11 19:06:19792const char kSyncRequested[] = "sync.requested";
793const char kDownloadLastCompleteTime[] = "download.last_complete_time";
Mikel Astizd848587f2023-10-02 09:28:03794
James Hawkins8d2adfd2023-10-05 08:24:56795// Deprecated 10/2023.
796#if BUILDFLAG(IS_CHROMEOS_ASH)
797const char kLastSuccessfulDomainPref[] = "android_sms.last_successful_domain";
798const char kShouldAttemptReenable[] = "android_sms.should_attempt_reenable";
Jeremy Wu52e5c852023-10-31 01:45:09799const char kAudioVolumePercent[] = "settings.audio.volume_percent";
James Hawkins8d2adfd2023-10-05 08:24:56800#endif // BUILDFLAG(IS_CHROMEOS_ASH)
801
Tim Sergeantce1539d2023-10-12 00:35:49802// Deprecated 10/2023.
803#if BUILDFLAG(IS_CHROMEOS)
Tim Sergeantaffc95a2023-10-17 17:38:21804const char kSupportedLinksAppPrefsKey[] = "supported_links_infobar.apps";
Tim Sergeantce1539d2023-10-12 00:35:49805#endif // BUILDFLAG(IS_CHROMEOS)
806
Eric Suma2add402023-10-24 03:48:53807// Deprecated 10/2023.
808#if BUILDFLAG(IS_CHROMEOS_ASH)
809constexpr char kNightLightCachedLatitude[] = "ash.night_light.cached_latitude";
810constexpr char kNightLightCachedLongitude[] =
811 "ash.night_light.cached_longitude";
Zauri Meshvelianic39cff7c2023-11-14 20:31:11812#endif // BUILDFLAG(IS_CHROMEOS_ASH)
813
Mariam Ali4c166962024-01-04 12:18:16814// Deprecated 11/2023.
Zauri Meshvelianic39cff7c2023-11-14 20:31:11815#if BUILDFLAG(IS_CHROMEOS_ASH)
816constexpr char kUserGeolocationAllowed[] = "ash.user.geolocation_allowed";
817#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Eric Suma2add402023-10-24 03:48:53818
Ryan Kalla4bd74b412023-11-03 16:11:36819// Deprecated 11/2023.
820const char kPrivacySandboxAntiAbuseInitialized[] =
821 "privacy_sandbox.anti_abuse_initialized";
822
Guido Urdaneta39d28bb72023-11-09 14:40:58823// Deprecated 11/2023.
824constexpr char kWebRTCAllowLegacyTLSProtocols[] =
825 "webrtc.allow_legacy_tls_protocols";
826
Jiaming Chengbf012ae2023-11-10 22:00:12827// Deprecated 11/2023.
828#if BUILDFLAG(IS_CHROMEOS_ASH)
829constexpr char kSystemTrayExpanded[] = "ash.system_tray.expanded";
830#endif
831
Jan Keitel17fdab22023-11-17 12:41:36832// Deprecated 11/2023.
833constexpr char kPasswordChangeSuccessTrackerFlows[] =
834 "password_manager.password_change_success_tracker.flows";
835constexpr char kPasswordChangeSuccessTrackerVersion[] =
836 "password_manager.password_change_success_tracker.version";
837
Wen-Chien Wang29111192023-11-30 02:13:30838// Deprecated 11/2023.
839#if BUILDFLAG(IS_CHROMEOS_ASH)
840constexpr char kImageSearchPrivacyNotice[] =
841 "ash.launcher.image_search_privacy_notice";
842#endif // BUILDFLAG(IS_CHROMEOS_ASH)
843
Matt Jones90c86302023-12-07 18:06:38844// Deprecated 11/2023.
845constexpr char kWebAndAppActivityEnabledForShopping[] =
846 "web_and_app_activity_enabled_for_shopping";
847
Wenyu Fuae0324f2023-12-12 19:10:28848// Deprecated 12/2023.
849#if BUILDFLAG(IS_ANDROID)
850const char kTemplatesRandomOrder[] = "content_creation.notes.random_order";
851#endif
852
Shu Yangfc961acb2023-12-15 10:58:55853// Deprecated 12/2023.
854#if BUILDFLAG(IS_ANDROID)
855const char kDesktopSitePeripheralSettingEnabled[] =
856 "desktop_site.peripheral_setting";
857const char kDesktopSiteDisplaySettingEnabled[] = "desktop_site.display_setting";
858#endif
859
Lily Chen4766ba32023-12-15 17:37:12860// Deprecated 12/2023.
861constexpr char kDownloadDuplicateFilePromptEnabled[] =
862 "download_duplicate_file_prompt_enabled";
863
Zelin Liuafae5a22023-12-18 22:16:07864// Deprecated 12/2023.
865#if BUILDFLAG(IS_CHROMEOS_ASH)
866constexpr char kIsolatedWebAppsEnabled[] = "ash.isolated_web_apps_enabled";
867#endif // BUILDFLAG(IS_CHROMEOS_ASH)
868
Antonio Sartori910f325932023-12-19 16:19:03869// Deprecated 12/2023.
870const char kPrivacyBudgetReportedReidBlocks[] =
871 "privacy_budget.reported_reid_blocks";
872
Sophie Chang97c75f02023-12-21 17:36:30873// Deprecated from profile prefs 12/2023.
874const char kModelQualityLoggingClientId[] =
875 "optimization_guide.model_quality_logging_client_id";
876
Ryan Sultanem3b4f5952023-12-21 14:27:36877// Deprecated 12/2023.
878const char kSync_ExplicitBrowserSignin[] = "sync.explicit_browser_signin";
879
Mariam Alid43a5d42024-01-04 11:28:28880// Deprecated 01/2024.
881const char kPrivacySandboxPageViewed[] = "privacy_sandbox.page_viewed";
Sophie Chang97c75f02023-12-21 17:36:30882
Mariam Ali454bafbf2024-01-04 16:24:09883// Deprecated 01/2024.
884const char kPrivacySandboxApisEnabledV2[] = "privacy_sandbox.apis_enabled_v2";
885const char kPrivacySandboxManuallyControlledV2[] =
886 "privacy_sandbox.manually_controlled_v2";
887
Anthony Cui74262132024-01-04 20:29:58888// Deprecated 01/2024.
889#if BUILDFLAG(ENABLE_COMPOSE)
890constexpr char kPrefHasAcceptedComposeConsent[] =
891 "compose_has_accepted_consent";
Anthony Cui1f26306a2024-01-08 18:19:48892constexpr char kAutofillAssistanceEnabled[] = "autofill_assistance.enabled";
Anthony Cui74262132024-01-04 20:29:58893#endif
894
Side Yilmazcdc4cd92024-01-08 14:28:36895// Deprecated 01/2024.
896const char kSyncedLastTimePasswordCheckCompleted[] =
897 "profile.credentials_last_password_checkup_time";
898
Lily Chenf7aa1fc2024-01-09 16:25:05899// Deprecated 01/2024.
900const char kDownloadBubbleIphSuppression[] = "suppress_download_bubble_iph";
901
Andrea Orru162346b2024-01-12 10:24:45902#if BUILDFLAG(IS_CHROMEOS_ASH)
903// Deprecated 01/2024.
904const char kPersistedSystemExtensions[] = "system_extensions.persisted";
905#endif // BUILDFLAG(IS_CHROMEOS_ASH)
906
Vasiliy Telezhnikov3600f1e2024-01-13 01:28:34907// Deprecated 01/2024.
908const char kPPAPISharedImagesForVideoDecoderAllowed[] =
909 "policy.ppapi_shared_images_for_video_decoder_allowed";
910
Nicholas Hollingum8cef1a72024-01-17 23:12:51911#if BUILDFLAG(IS_CHROMEOS_ASH)
912// Deprecated 01/2024.
913const char kBorealisVmTokenHash[] = "borealis.vm_token_hash";
914#endif // BUILDFLAG(IS_CHROMEOS_ASH)
915
Michael Checoc64e6b0f2024-01-24 03:00:38916// Deprecated 01/2024.
917#if BUILDFLAG(IS_CHROMEOS_ASH)
918constexpr char kExtendedFkeysModifier[] =
919 "ash.settings.extended_fkeys_modifier";
920#endif // BUILDFLAG(IS_CHROMEOS_ASH)
921
Daniel Murphy93abb662024-01-25 17:11:14922// Deprecated 01/2024.
923constexpr char kNtpShownPage[] = "ntp.shown_page";
924constexpr char kNtpAppPageNames[] = "ntp.app_page_names";
925
Ian Kilpatrick3990a492024-01-26 00:31:55926// Deprecated 01/2024.
927#if BUILDFLAG(IS_WIN)
928const char kSearchResultsPagePrimaryFontsPref[] =
929 "cached_fonts.search_results_page.primary";
930const char kSearchResultsPageFallbackFontsPref[] =
931 "cached_fonts.search_results_page.fallback";
932#endif // BUILDFLAG(IS_WIN)
933
Jiaming Chengbdc479b2024-01-29 21:47:30934// Deprecated 01/2024.
935#if BUILDFLAG(IS_CHROMEOS_ASH)
936constexpr char kUpdateNotificationLastShownMilestone[] =
937 "update_notification_last_shown_milestone";
938#endif // BUILDFLAG(IS_CHROMEOS_ASH)
939
Viktor Semeniuk02ce9b82024-02-05 12:11:07940// Deprecated 02/2024.
941#if BUILDFLAG(IS_ANDROID)
942constexpr char kSavePasswordsSuspendedByError[] =
943 "profile.save_passwords_suspended_by_error";
944#endif
Daniel Rubery0d9dc312024-02-06 02:21:37945constexpr char kSafeBrowsingDeepScanPromptSeen[] =
946 "safebrowsing.deep_scan_prompt_seen";
947constexpr char kSafeBrowsingEsbEnabledTimestamp[] =
948 "safebrowsing.esb_enabled_timestamp";
Viktor Semeniuk02ce9b82024-02-05 12:11:07949
Leonard Grey8f81011a2024-02-07 17:59:45950#if BUILDFLAG(IS_MAC)
951constexpr char kScreenTimeEnabled[] = "policy.screen_time";
952#endif
953
David Blackdf74125d22024-02-12 19:00:05954// Deprecated 02/2024.
955#if BUILDFLAG(IS_CHROMEOS_ASH)
956constexpr std::array<const char*, 6u>
957 kWelcomeTourTimeBucketsOfFirstInteractions = {
958 "ash.welcome_tour.interaction_time.ExploreApp.first_time_bucket",
959 "ash.welcome_tour.interaction_time.FilesApp.first_time_bucket",
960 "ash.welcome_tour.interaction_time.Launcher.first_time_bucket",
961 "ash.welcome_tour.interaction_time.QuickSettings.first_time_bucket",
962 "ash.welcome_tour.interaction_time.Search.first_time_bucket",
963 "ash.welcome_tour.interaction_time.SettingsApp.first_time_bucket",
964};
Zufeng Wangfb1cfcb2024-02-22 08:13:07965
966// Deprecated 02/2024.
967constexpr char kDiscoverTabSuggestionChipTimesLeftToShow[] =
968 "times_left_to_show_discover_tab_suggestion_chip";
David Blackdf74125d22024-02-12 19:00:05969#endif
970
Nicolas Dossou-Gbete166dffd2024-02-16 15:46:51971// Deprecated 02/2024
972constexpr char kSearchEnginesChoiceProfile[] = "search_engines.choice_profile";
973
Curt Clemens446950b32024-02-20 23:57:15974// Deprecated 02/2024.
975#if BUILDFLAG(IS_CHROMEOS_ASH)
976constexpr char kHatsUnlockSurveyCycleEndTs[] =
977 "hats_unlock_cycle_end_timestamp";
978constexpr char kHatsUnlockDeviceIsSelected[] = "hats_unlock_device_is_selected";
979constexpr char kHatsSmartLockSurveyCycleEndTs[] =
980 "hats_smartlock_cycle_end_timestamp";
981constexpr char kHatsSmartLockDeviceIsSelected[] =
982 "hats_smartlock_device_is_selected";
983#endif // BUILDFLAG(IS_CHROMEOS_ASH)
984
Alison Gale861cb4022024-02-21 19:20:26985// Deprecated 02/2024
986constexpr char kResetCheckDefaultBrowser[] =
987 "browser.should_reset_check_default_browser";
988
Will Harris234a5252024-02-26 23:44:57989#if BUILDFLAG(IS_WIN)
990// Deprecated 02/2024
991constexpr char kOsCryptAppBoundFixedDataPrefName[] =
992 "os_crypt.app_bound_fixed_data";
Will Harrisd511eaa2024-03-26 17:52:47993// Deprecated 03/2024
994constexpr char kOsCryptAppBoundFixedData2PrefName[] =
995 "os_crypt.app_bound_fixed_data2";
Will Harris234a5252024-02-26 23:44:57996#endif // BUILDFLAG(IS_WIN)
997
Abigail Klein6a099f272024-03-06 20:31:39998// Deprecated 02/2024.
999constexpr char kOfferReaderMode[] = "dom_distiller.offer_reader_mode";
1000
Jan Keitel86e1e22a2024-03-09 05:27:001001// Deprecated 03/2024.
1002constexpr char kPlusAddressLastFetchedTime[] = "plus_address.last_fetched_time";
1003
Mariam Ali2edf0f0a2024-03-11 08:32:081004// Deprecated 03/2024.
1005constexpr char kPrivacySandboxApisEnabled[] = "privacy_sandbox.apis_enabled";
1006
Hirthanan Subenderanc7a6c192024-03-12 19:14:361007#if BUILDFLAG(IS_CHROMEOS_ASH)
1008// Deprecated 03/2024
1009constexpr char kOobeGuestAcceptedTos[] = "oobe.guest_accepted_tos";
1010#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1011
Jacques Newmand516dda2024-03-20 21:49:551012// Deprecated 03/2024.
1013constexpr char kShowInternalAccessibilityTree[] =
1014 "accessibility.show_internal_accessibility_tree";
1015
Nicolas Dossou-Gbete745c6c6a2024-03-25 19:20:131016// Deprecated 03/2024.
1017// A `kDefaultSearchProviderChoicePending` pref persists (migrated to a new
1018// pref name to reset the data), so the variable name has been changed here.
1019constexpr char kDefaultSearchProviderChoicePendingDeprecated[] =
1020 "default_search_provider.choice_pending";
1021
Jacob Stanleya3e3fb42024-03-28 13:40:011022// Deprecated 03/2024.
1023constexpr char kTrackingProtectionSentimentSurveyGroup[] =
1024 "tracking_protection.tracking_protection_sentiment_survey_group";
1025constexpr char kTrackingProtectionSentimentSurveyStartTime[] =
1026 "tracking_protection.tracking_protection_sentiment_survey_start_time";
1027constexpr char kTrackingProtectionSentimentSurveyEndTime[] =
1028 "tracking_protection.tracking_protection_sentiment_survey_end_time";
1029
Filipa Senraac341cc2024-03-29 09:47:261030// Deprecated 03/2024
1031constexpr char kPreferencesMigratedToBasic[] =
1032 "browser.clear_data.preferences_migrated_to_basic";
1033
Orin Jaworski64918a72024-04-08 19:51:391034// Deprecated 04/2024.
1035inline constexpr char kOmniboxInstantKeywordUsed[] =
1036 "omnibox.instant_keyword_used";
1037
Ryan Tarpine97eabb92024-04-15 21:56:501038// Deprecated 04/2024.
Glen Robertson2604df72024-04-17 02:37:331039inline constexpr char kWebAppPreinstalledAppWindowExperiment[] =
1040 "web_apps.preinstalled_app_window_experiment";
1041
1042// Deprecated 04/2024.
Ryan Tarpine97eabb92024-04-15 21:56:501043inline constexpr char kDIPSTimerLastUpdate[] = "dips_timer_last_update";
1044
Hirthanan Subenderanf298e902024-04-17 18:01:051045#if BUILDFLAG(IS_CHROMEOS_ASH)
1046// Deprecated 04/2024
1047constexpr char kMetricsUserInheritOwnerConsent[] =
1048 "metrics.user_inherit_owner_consent";
1049#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1050
Lei Zhangb76b80e32020-04-08 16:58:161051// Register local state used only for migration (clearing or moving to a new
1052// key).
1053void RegisterLocalStatePrefsForMigration(PrefRegistrySimple* registry) {
Brittany Hartmire1ffd662e2023-04-04 22:46:511054// Deprecated 04/2023.
1055#if BUILDFLAG(IS_CHROMEOS_ASH)
1056 registry->RegisterDictionaryPref(kEasyUnlockHardlockState);
1057#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Artem Sumaneev77f80bb2023-04-11 14:04:581058
1059 // Deprecated 04/2023.
1060 registry->RegisterDictionaryPref(kTypeSubscribedForInvalidations);
1061 registry->RegisterStringPref(kActiveRegistrationToken, std::string());
1062 registry->RegisterStringPref(kFCMInvalidationClientIDCache, std::string());
Osama Fathy5d236652023-04-17 17:31:121063
1064// Deprecated 04/2023.
1065#if BUILDFLAG(IS_CHROMEOS_ASH)
1066 registry->RegisterStringPref(kConsolidatedConsentTrial, std::string());
1067#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Roland Bock8e21dd022023-04-27 09:33:481068
1069// Deprecated 04/2023.
1070#if BUILDFLAG(IS_CHROMEOS_ASH)
1071 registry->RegisterBooleanPref(kEnrollmentIdUploadedOnChromad, false);
1072 registry->RegisterTimePref(kLastChromadMigrationAttemptTime,
1073 /*default_value=*/base::Time());
1074#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Pilar Molina Lopezef825502023-05-12 18:08:481075
1076 // Deprecated 05/2023.
Colin Blundella2aea272023-05-15 09:50:001077 registry->RegisterBooleanPref(kForceEnablePepperVideoDecoderDevAPI, false);
1078
1079 // Deprecated 05/2023.
Pilar Molina Lopezef825502023-05-12 18:08:481080 registry->RegisterBooleanPref(kUseMojoVideoDecoderForPepperAllowed, true);
Vasiliy Telezhnikov2a786452023-05-12 23:53:371081
1082 // Deprecated 05/2023.
1083 registry->RegisterBooleanPref(kPPAPISharedImagesSwapChainAllowed, true);
Ramin Halavatiec90e022023-05-23 13:55:051084
1085// Deprecated 05/2023.
1086#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
1087 registry->RegisterTimePref(kScreenAIScheduledDeletionTimePrefName,
1088 base::Time());
1089#endif
Cathy Li7ff029622023-05-26 04:56:521090
Mariam Ali4c166962024-01-04 12:18:161091// Deprecated 05/2023.
Cathy Li7ff029622023-05-26 04:56:521092#if BUILDFLAG(IS_ANDROID)
1093 registry->RegisterTimePref(kWeeklyStatsReportingTimestamp, base::Time());
1094#endif // BUILDFLAG(IS_ANDROID)
Hidehiko Abead7991f22023-05-31 14:32:221095
1096// Deprecated 05/2023.
1097#if BUILDFLAG(IS_CHROMEOS_ASH)
1098 registry->RegisterListPref(kSupervisedUsersFirstRun);
1099 registry->RegisterDictionaryPref(kSupervisedUserSyncId);
1100 registry->RegisterDictionaryPref(kSupervisedUserManagers);
1101 registry->RegisterDictionaryPref(kSupervisedUserManagerNames);
1102 registry->RegisterDictionaryPref(kSupervisedUserManagerDisplayEmails);
1103
1104 registry->RegisterDictionaryPref(kSupervisedUserPasswordSchema);
1105 registry->RegisterDictionaryPref(kSupervisedUserPasswordSalt);
1106 registry->RegisterDictionaryPref(kSupervisedUserPasswordRevision);
1107
1108 registry->RegisterDictionaryPref(kSupervisedUserNeedPasswordUpdate);
1109 registry->RegisterDictionaryPref(kSupervisedUserIncompleteKey);
1110#endif
Eshwar Stalin883b5a72023-07-11 02:05:591111
Mariam Ali4c166962024-01-04 12:18:161112// Deprecated 07/2023.
Eshwar Stalin883b5a72023-07-11 02:05:591113#if !BUILDFLAG(IS_ANDROID)
1114 registry->RegisterBooleanPref(kLegacyHoverCardImagesEnabled, false);
1115#endif // !BUILDFLAG(IS_ANDROID)
Etienne Bergeron6ac228e2023-08-02 17:39:041116
1117 // Deprecated 07/2023.
1118 registry->RegisterIntegerPref(kShutdownNumProcesses, 0);
1119 registry->RegisterIntegerPref(kShutdownNumProcessesSlow, 0);
Etienne Bergeronec5c88fb2023-08-07 15:09:391120 registry->RegisterIntegerPref(kShutdownType, 0);
Daniel Ruberya440a6b12023-09-08 22:04:331121
1122 // Deprecated 09/2023.
1123#if BUILDFLAG(IS_WIN)
1124 registry->RegisterDictionaryPref(kSwReporter);
1125 registry->RegisterDictionaryPref(kChromeCleaner);
1126#endif
Ahmed Mehfooze6c06892023-09-14 00:48:171127
1128 // Deprecated 09/2023.
1129#if BUILDFLAG(IS_CHROMEOS_ASH)
1130 registry->RegisterBooleanPref(kGestureEducationNotificationShown, true);
1131#endif
Zelin Liuafae5a22023-12-18 22:16:071132
1133 // Deprecated 11/2023.
1134#if BUILDFLAG(IS_CHROMEOS_ASH)
1135 registry->RegisterBooleanPref(kIsolatedWebAppsEnabled, false);
1136#endif
Antonio Sartori910f325932023-12-19 16:19:031137
Mariam Ali4c166962024-01-04 12:18:161138 // Deprecated 12/2023.
Antonio Sartori910f325932023-12-19 16:19:031139 registry->RegisterStringPref(kPrivacyBudgetReportedReidBlocks, std::string());
Vasiliy Telezhnikov3600f1e2024-01-13 01:28:341140
1141 // Deprecated 01/2024.
1142 registry->RegisterBooleanPref(kPPAPISharedImagesForVideoDecoderAllowed, true);
Michael Checoc64e6b0f2024-01-24 03:00:381143
1144 // Deprecated 01/2024.
1145#if BUILDFLAG(IS_CHROMEOS_ASH)
1146 registry->RegisterIntegerPref(kExtendedFkeysModifier, 0);
1147#endif
Leonard Grey8f81011a2024-02-07 17:59:451148
1149 // Deprecated 02/2024
1150#if BUILDFLAG(IS_MAC)
1151 registry->RegisterBooleanPref(kScreenTimeEnabled, true);
1152#endif
Nicolas Dossou-Gbete166dffd2024-02-16 15:46:511153
1154 // Deprecated 02/2024.
1155 registry->RegisterFilePathPref(kSearchEnginesChoiceProfile, base::FilePath());
Will Harris234a5252024-02-26 23:44:571156
1157#if BUILDFLAG(IS_WIN)
1158 // Deprecated 02/2024.
1159 registry->RegisterStringPref(kOsCryptAppBoundFixedDataPrefName,
1160 std::string());
Will Harrisd511eaa2024-03-26 17:52:471161 // Deprecated 03/2024.
1162 registry->RegisterStringPref(kOsCryptAppBoundFixedData2PrefName,
1163 std::string());
Will Harris234a5252024-02-26 23:44:571164#endif
Hirthanan Subenderanc7a6c192024-03-12 19:14:361165
1166#if BUILDFLAG(IS_CHROMEOS_ASH)
1167 // Deprecated 03/2024.
1168 registry->RegisterBooleanPref(kOobeGuestAcceptedTos, false);
1169#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhangb76b80e32020-04-08 16:58:161170}
1171
James Cook0ba192bf2017-12-01 20:53:111172// Register prefs used only for migration (clearing or moving to a new key).
1173void RegisterProfilePrefsForMigration(
1174 user_prefs::PrefRegistrySyncable* registry) {
Ben Schwartz135746c2020-05-14 04:37:031175 chrome_browser_net::secure_dns::RegisterProbesSettingBackupPref(registry);
wutao2e24aff2020-04-03 17:01:021176
Richard Chui821cdad2023-04-07 21:39:571177// Deprecated 04/2023.
1178#if BUILDFLAG(IS_CHROMEOS_ASH)
1179 registry->RegisterBooleanPref(kBentoBarEnabled, false);
1180 registry->RegisterBooleanPref(kUserHasUsedDesksRecently, false);
1181#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Dan Harrington83791492023-04-10 20:49:271182
1183// Deprecated 04/2023.
1184#if BUILDFLAG(IS_ANDROID)
1185 registry->RegisterListPref(kBackoff);
1186 registry->RegisterBooleanPref(kUserSettingEnabled, true);
1187 registry->RegisterTimePref(kLimitlessPrefetchingEnabledTimePref,
1188 base::Time());
1189 registry->RegisterStringPref(kPrefetchTestingHeaderPref, std::string());
1190 registry->RegisterBooleanPref(kEnabledByServer, false);
1191 registry->RegisterTimePref(kNextForbiddenCheckTimePref, base::Time());
1192 registry->RegisterStringPref(kPrefetchCachedGCMToken, std::string());
1193#endif
Artem Sumaneev77f80bb2023-04-11 14:04:581194
1195 // Deprecated 04/2023.
1196 registry->RegisterDictionaryPref(kTypeSubscribedForInvalidations);
1197 registry->RegisterStringPref(kActiveRegistrationToken, std::string());
1198 registry->RegisterStringPref(kFCMInvalidationClientIDCache, std::string());
Dan Harrington899e25232023-04-11 18:23:571199
1200 // Deprecated 04/2023.
1201#if BUILDFLAG(IS_ANDROID)
1202 ntp_snippets::prefs::RegisterProfilePrefsForMigrationApril2023(registry);
1203#endif
Jérémie Boulic8d672f22023-04-18 02:44:051204
1205// Deprecated 04/2023.
1206#if BUILDFLAG(IS_CHROMEOS_ASH)
1207 registry->RegisterBooleanPref(kOfficeFilesAlwaysMove, false);
1208 registry->RegisterBooleanPref(kOfficeMoveConfirmationShown, false);
1209#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Brittany Hartmire402a3922023-04-18 22:15:361210
1211// Deprecated 04/2023.
1212#if BUILDFLAG(IS_CHROMEOS_ASH)
1213 registry->RegisterBooleanPref(kProximityAuthIsChromeOSLoginEnabled, false);
1214#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Brittany Hartmire22aa1ae82023-05-09 17:37:231215
1216// Deprecated 05/2023.
1217#if BUILDFLAG(IS_CHROMEOS_ASH)
1218 registry->RegisterBooleanPref(kSmartLockSigninAllowed, false);
1219#endif // BUILDFLAG(IS_CHROMEOS_ASH)
David Trainorb7400c22023-05-10 19:17:061220
1221 // Deprecated 05/2023.
1222#if BUILDFLAG(IS_ANDROID)
1223 registry->RegisterStringPref(kVideoTutorialsPreferredLocaleKey,
1224 std::string());
1225 registry->RegisterTimePref(kVideoTutorialsLastUpdatedTimeKey, base::Time());
1226#endif // BUILDFLAG(IS_ANDROID)
Peter Marshall7fdea2b2023-05-15 01:16:381227
1228// Deprecated 05/2023.
1229#if BUILDFLAG(IS_CHROMEOS_ASH)
1230 registry->RegisterBooleanPref(kOfficeSetupComplete, false);
1231#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Elias Khsheibund1700562023-05-15 13:31:211232
1233// Deprecated 05/2023.
1234#if BUILDFLAG(IS_ANDROID)
1235 registry->RegisterIntegerPref(kTimesUPMAuthErrorShown, 0);
1236#endif // BUILDFLAG(IS_ANDROID)
Maciek Slusarczyk56833f02023-05-19 09:02:141237
1238// Deprecated 05/2023.
1239#if BUILDFLAG(IS_CHROMEOS_ASH)
1240 registry->RegisterStringPref(kSamlPasswordSyncToken, std::string());
1241#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Michael Checo1f8625942023-05-23 19:33:471242
1243// Deprecated 05/2023.
1244#if BUILDFLAG(IS_CHROMEOS_ASH)
1245 registry->RegisterBooleanPref(kEventRemappedToRightClick, false);
1246#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Alan Cutter3bfce6e2023-06-07 01:53:021247
Alan Cutter086bdf72023-06-09 02:40:111248// Deprecated 06/2023.
1249#if BUILDFLAG(IS_CHROMEOS_ASH)
1250 registry->RegisterBooleanPref(kWebAppCalculatorAppErasureFixAppliedPref,
1251 false);
1252#endif // BUILDFLAG(IS_CHROMEOS_ASH)
1253
Alan Cutter3bfce6e2023-06-07 01:53:021254 // Deprecated 06/2023.
1255 registry->RegisterDictionaryPref(kWebAppsExtensionIDs);
Marc Treib7aaf21332023-06-14 08:30:011256
1257 // Deprecated 06/2023.
1258#if BUILDFLAG(IS_CHROMEOS_ASH)
1259 registry->RegisterBooleanPref(kOsSyncPrefsMigrated, false);
1260#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Yue Zhangf7cf6712023-06-16 18:11:321261
1262 // Deprecated 06/2023.
1263#if !BUILDFLAG(IS_ANDROID)
1264 registry->RegisterBooleanPref(kShouldShowSidePanelBookmarkTab, false);
1265#endif // !BUILDFLAG(IS_ANDROID)
Jian Li7541a082023-06-18 23:52:141266
1267 // Deprecated 06/2023.
1268#if BUILDFLAG(ENABLE_FEED_V2)
1269 registry->RegisterIntegerPref(kVideoPreviewsType, 1);
1270#endif // BUILDFLAG(ENABLE_FEED_V2)
Maciek Slusarczyk9fed52232023-06-21 14:46:071271
1272// Deprecated 06/2023.
1273#if BUILDFLAG(IS_CHROMEOS_ASH)
1274 registry->RegisterTimePref(kGaiaLastOnlineSignInTime, base::Time());
1275 registry->RegisterTimePref(kSAMLLastGAIASignInTime, base::Time());
1276#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Mihai Sardarescu6db89cf2023-07-04 07:36:021277
Anthony Cui5e5dad9322023-07-10 17:34:541278 // Deprecated 06/2023.
1279#if BUILDFLAG(IS_ANDROID)
1280 registry->RegisterBooleanPref(kPrefExplicitLanguageAskShown, false);
1281#endif // BUILDFLAG(IS_ANDROID)
1282
Mihai Sardarescu6db89cf2023-07-04 07:36:021283// Deprecated 07/2023.
1284#if !BUILDFLAG(IS_CHROMEOS_ASH)
1285 registry->RegisterIntegerPref(kUnifiedConsentMigrationState, 0);
1286#endif // !BUILDFLAG(IS_CHROMEOS_ASH)
Viktor Semeniuk13075de02023-07-18 08:24:361287
Mariam Ali4c166962024-01-04 12:18:161288 // Deprecated 07/2023.
Viktor Semeniuk13075de02023-07-18 08:24:361289 registry->RegisterBooleanPref(kPasswordsGroupingInfoRequested, false);
Hui Yingstd4c7a572023-07-18 18:16:151290
1291// Deprecated 07/2023.
1292#if BUILDFLAG(IS_CHROMEOS_ASH)
1293 registry->RegisterIntegerPref(kPowerMetricsIdleScreenOffCount, 0);
1294 registry->RegisterIntegerPref(kPowerMetricsIdleSuspendCount, 0);
1295 registry->RegisterIntegerPref(kPowerMetricsLidClosedSuspendCount, 0);
1296#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Christoph Schlosser1f1ec9b2023-07-26 08:12:561297
1298// Deprecated 07/2023.
1299#if BUILDFLAG(IS_CHROMEOS_ASH)
1300 registry->RegisterIntegerPref(kHatsPrivacyHubBaselineIsSelected, false);
1301 registry->RegisterIntegerPref(kHatsPrivacyHubBaselineCycleEndTs, 0);
1302#endif // BUILDFLAG(IS_CHROMEOS_ASH)
François Degros82e8d052023-08-15 19:44:231303
1304 // Deprecated 08/2023.
1305 registry->RegisterIntegerPref(kDriveFsBulkPinningMaxQueueSize, 0);
Nicola Tommasiff549832023-09-04 11:35:061306
1307 // Deprecated 09/2023.
1308 registry->RegisterBooleanPref(kPrivacySandboxM1Unrestricted, false);
Daniel Ruberya440a6b12023-09-08 22:04:331309#if BUILDFLAG(IS_WIN)
1310 registry->RegisterDictionaryPref(kSwReporter);
1311 registry->RegisterDictionaryPref(kSettingsResetPrompt);
1312 registry->RegisterDictionaryPref(kChromeCleaner);
1313#endif
Lily Chen492c670f2023-09-15 21:35:471314 registry->RegisterBooleanPref(kDownloadBubbleEnabled, true);
Ankush Singh041ec0d2023-09-21 09:06:131315 registry->RegisterBooleanPref(kPrivacySandboxManuallyControlled, false);
Mikel Astiz3dc3dabc2023-09-25 19:32:211316#if BUILDFLAG(IS_CHROMEOS_ASH)
1317 registry->RegisterBooleanPref(kSyncInitialSyncFeatureSetupCompleteOnAsh,
1318 false);
1319#endif
Ivana Žužić2fa04d12023-09-29 13:46:311320#if BUILDFLAG(IS_ANDROID)
1321 registry->RegisterBooleanPref(kSettingsMigratedToUPM, false);
1322#endif
Mikel Astizd848587f2023-10-02 09:28:031323 registry->RegisterBooleanPref(kSyncRequested, false);
James Hawkins8d2adfd2023-10-05 08:24:561324
1325 // Deprecated 10/2023.
1326#if BUILDFLAG(IS_CHROMEOS_ASH)
1327 registry->RegisterStringPref(kLastSuccessfulDomainPref, std::string());
1328 registry->RegisterBooleanPref(kShouldAttemptReenable, true);
Jeremy Wu52e5c852023-10-31 01:45:091329 registry->RegisterDoublePref(kAudioVolumePercent, 0);
James Hawkins8d2adfd2023-10-05 08:24:561330#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Lily Chene658b27b2023-10-11 19:06:191331 registry->RegisterTimePref(kDownloadLastCompleteTime, base::Time());
Tim Sergeantce1539d2023-10-12 00:35:491332
1333// Deprecated 10/2023.
1334#if BUILDFLAG(IS_CHROMEOS)
1335 registry->RegisterDictionaryPref(kSupportedLinksAppPrefsKey);
1336#endif // BUILDFLAG(IS_CHROMEOS)
Eric Suma2add402023-10-24 03:48:531337
1338// Deprecated 10/2023.
1339#if BUILDFLAG(IS_CHROMEOS_ASH)
1340 registry->RegisterDoublePref(kNightLightCachedLatitude, 0.0);
1341 registry->RegisterDoublePref(kNightLightCachedLongitude, 0.0);
1342#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Ryan Kalla4bd74b412023-11-03 16:11:361343
1344 // Deprecated 11/2023.
1345 registry->RegisterBooleanPref(kPrivacySandboxAntiAbuseInitialized, false);
Guido Urdaneta39d28bb72023-11-09 14:40:581346
1347 // Deprecated 11/2023.
1348 registry->RegisterBooleanPref(kWebRTCAllowLegacyTLSProtocols, false);
Jiaming Chengbf012ae2023-11-10 22:00:121349
1350// Deprecated 11/2023.
1351#if BUILDFLAG(IS_CHROMEOS_ASH)
1352 registry->RegisterBooleanPref(kSystemTrayExpanded, true);
1353#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Zauri Meshvelianic39cff7c2023-11-14 20:31:111354
Mariam Ali4c166962024-01-04 12:18:161355// Deprecated 11/2023.
Zauri Meshvelianic39cff7c2023-11-14 20:31:111356#if BUILDFLAG(IS_CHROMEOS_ASH)
1357 registry->RegisterBooleanPref(kUserGeolocationAllowed, true);
1358#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Jan Keitel17fdab22023-11-17 12:41:361359
1360 // Deprecated 11/2023.
1361 registry->RegisterListPref(kPasswordChangeSuccessTrackerFlows);
1362 registry->RegisterIntegerPref(kPasswordChangeSuccessTrackerVersion, 0);
Wen-Chien Wang29111192023-11-30 02:13:301363
1364 // Deprecated 11/2023.
1365#if BUILDFLAG(IS_CHROMEOS_ASH)
1366 registry->RegisterDictionaryPref(kImageSearchPrivacyNotice);
1367#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Matt Jones90c86302023-12-07 18:06:381368
1369 // Deprecated 11/2023.
1370 registry->RegisterBooleanPref(kWebAndAppActivityEnabledForShopping, true);
Wenyu Fuae0324f2023-12-12 19:10:281371
1372 // Deprecated 12/2023.
1373#if BUILDFLAG(IS_ANDROID)
1374 registry->RegisterListPref(kTemplatesRandomOrder);
1375#endif
Shu Yangfc961acb2023-12-15 10:58:551376
1377// Deprecated 12/2023.
1378#if BUILDFLAG(IS_ANDROID)
1379 registry->RegisterBooleanPref(kDesktopSitePeripheralSettingEnabled, false);
1380 registry->RegisterBooleanPref(kDesktopSiteDisplaySettingEnabled, false);
1381#endif
Lily Chen4766ba32023-12-15 17:37:121382
1383 // Deprecated 12/2023.
1384 registry->RegisterBooleanPref(kDownloadDuplicateFilePromptEnabled, true);
Ryan Sultanem3b4f5952023-12-21 14:27:361385
1386 // Deprecated 12/2023.
Sophie Chang97c75f02023-12-21 17:36:301387 registry->RegisterInt64Pref(kModelQualityLoggingClientId, true);
Ryan Sultanem3b4f5952023-12-21 14:27:361388 registry->RegisterBooleanPref(kSync_ExplicitBrowserSignin, false);
Mariam Alid43a5d42024-01-04 11:28:281389
1390 // Deprecated 01/2024.
1391 registry->RegisterBooleanPref(kPrivacySandboxPageViewed, false);
Mariam Ali454bafbf2024-01-04 16:24:091392
1393 // Deprecated 01/2024.
1394 registry->RegisterBooleanPref(kPrivacySandboxApisEnabledV2, false);
1395 registry->RegisterBooleanPref(kPrivacySandboxManuallyControlledV2, false);
Anthony Cui74262132024-01-04 20:29:581396
1397// Deprecated 01/2024.
1398#if BUILDFLAG(ENABLE_COMPOSE)
1399 registry->RegisterBooleanPref(kPrefHasAcceptedComposeConsent, false);
Anthony Cui1f26306a2024-01-08 18:19:481400 registry->RegisterBooleanPref(kAutofillAssistanceEnabled, false);
Anthony Cui74262132024-01-04 20:29:581401#endif
Side Yilmazcdc4cd92024-01-08 14:28:361402
1403 // Deprecated 01/2024.
1404 registry->RegisterTimePref(kSyncedLastTimePasswordCheckCompleted,
1405 base::Time());
Lily Chenf7aa1fc2024-01-09 16:25:051406
1407 // Deprecated 01/2024.
1408 registry->RegisterBooleanPref(kDownloadBubbleIphSuppression, false);
Andrea Orru162346b2024-01-12 10:24:451409
Nicholas Hollingum8cef1a72024-01-17 23:12:511410// Deprecated 01/2024.
Andrea Orru162346b2024-01-12 10:24:451411#if BUILDFLAG(IS_CHROMEOS_ASH)
1412 registry->RegisterDictionaryPref(kPersistedSystemExtensions);
Nicholas Hollingum8cef1a72024-01-17 23:12:511413 registry->RegisterStringPref(kBorealisVmTokenHash, "");
Andrea Orru162346b2024-01-12 10:24:451414#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Daniel Murphy93abb662024-01-25 17:11:141415
1416 // Deprecated 01/2024.
1417 registry->RegisterIntegerPref(kNtpShownPage, 0);
1418 registry->RegisterListPref(kNtpAppPageNames);
Ian Kilpatrick3990a492024-01-26 00:31:551419
1420 // Deprecated 01/2024.
1421#if BUILDFLAG(IS_WIN)
1422 registry->RegisterListPref(kSearchResultsPagePrimaryFontsPref);
1423 registry->RegisterListPref(kSearchResultsPageFallbackFontsPref);
1424#endif
Jiaming Chengbdc479b2024-01-29 21:47:301425
1426 // Deprecated 01/2024.
1427#if BUILDFLAG(IS_CHROMEOS_ASH)
1428 registry->RegisterIntegerPref(kUpdateNotificationLastShownMilestone, -10);
1429#endif
Viktor Semeniuk02ce9b82024-02-05 12:11:071430
1431 // Deprecated 02/2024.
1432#if BUILDFLAG(IS_ANDROID)
1433 registry->RegisterBooleanPref(kSavePasswordsSuspendedByError, false);
1434#endif
Daniel Rubery0d9dc312024-02-06 02:21:371435 registry->RegisterBooleanPref(kSafeBrowsingDeepScanPromptSeen, false);
1436 registry->RegisterTimePref(kSafeBrowsingEsbEnabledTimestamp, base::Time());
David Blackdf74125d22024-02-12 19:00:051437
1438// Deprecated 02/2024.
1439#if BUILDFLAG(IS_CHROMEOS_ASH)
1440 for (const char* pref : kWelcomeTourTimeBucketsOfFirstInteractions) {
1441 registry->RegisterIntegerPref(pref, -1);
1442 }
Zufeng Wangfb1cfcb2024-02-22 08:13:071443
1444 // Deprecated 02/2024.
1445 registry->RegisterIntegerPref(kDiscoverTabSuggestionChipTimesLeftToShow, 0);
David Blackdf74125d22024-02-12 19:00:051446#endif
Curt Clemens446950b32024-02-20 23:57:151447
1448 // Deprecated 02/2024.
1449#if BUILDFLAG(IS_CHROMEOS_ASH)
1450 registry->RegisterInt64Pref(kHatsSmartLockSurveyCycleEndTs, 0);
1451 registry->RegisterBooleanPref(kHatsSmartLockDeviceIsSelected, false);
1452 registry->RegisterInt64Pref(kHatsUnlockSurveyCycleEndTs, 0);
1453 registry->RegisterBooleanPref(kHatsUnlockDeviceIsSelected, false);
1454#endif
Alison Gale861cb4022024-02-21 19:20:261455
1456 // Deprecated 02/2024
1457 registry->RegisterBooleanPref(kResetCheckDefaultBrowser, false);
Abigail Klein6a099f272024-03-06 20:31:391458
1459 // Deprecated 02/2024.
1460 registry->RegisterBooleanPref(kOfferReaderMode, false);
Jan Keitel86e1e22a2024-03-09 05:27:001461
1462 // Deprecated 03/2024.
1463 registry->RegisterTimePref(kPlusAddressLastFetchedTime, base::Time());
Mariam Ali2edf0f0a2024-03-11 08:32:081464
1465 // Deprecated 03/2024.
1466 registry->RegisterBooleanPref(kPrivacySandboxApisEnabled, true);
Jacques Newmand516dda2024-03-20 21:49:551467
1468 // Deprecated 03/2024.
1469 registry->RegisterBooleanPref(kShowInternalAccessibilityTree, false);
Nicolas Dossou-Gbete745c6c6a2024-03-25 19:20:131470
1471 // Deprecated 03/2024.
1472 registry->RegisterBooleanPref(kDefaultSearchProviderChoicePendingDeprecated,
1473 false);
Jacob Stanleya3e3fb42024-03-28 13:40:011474
1475 // Deprecated 03/2024
1476 registry->RegisterIntegerPref(kTrackingProtectionSentimentSurveyGroup, 0);
1477 registry->RegisterTimePref(kTrackingProtectionSentimentSurveyStartTime,
1478 base::Time());
1479 registry->RegisterTimePref(kTrackingProtectionSentimentSurveyEndTime,
1480 base::Time());
Filipa Senraac341cc2024-03-29 09:47:261481
1482 // Deprecated 03/2024.
1483 registry->RegisterBooleanPref(kPreferencesMigratedToBasic, false);
Orin Jaworski64918a72024-04-08 19:51:391484
1485 // Deprecated 04/2024.
1486 registry->RegisterBooleanPref(kOmniboxInstantKeywordUsed, false);
Ryan Tarpine97eabb92024-04-15 21:56:501487
1488 // Deprecated 04/2024.
Glen Robertson2604df72024-04-17 02:37:331489 registry->RegisterDictionaryPref(kWebAppPreinstalledAppWindowExperiment);
1490
1491 // Deprecated 04/2024.
Ryan Tarpine97eabb92024-04-15 21:56:501492 registry->RegisterTimePref(kDIPSTimerLastUpdate, base::Time());
Hirthanan Subenderanf298e902024-04-17 18:01:051493
1494 // Deprecated 04/2024.
1495#if BUILDFLAG(IS_CHROMEOS_ASH)
1496 registry->RegisterBooleanPref(kMetricsUserInheritOwnerConsent, true);
1497#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Mikel Astizd848587f2023-10-02 09:28:031498}
1499
1500void ClearSyncRequestedPrefAndMaybeMigrate(PrefService* profile_prefs) {
1501#if BUILDFLAG(IS_CHROMEOS_ASH)
1502 // On Ash specifically, if `kSyncRequested` was set to false explicitly, the
1503 // value needs to be migrated to syncer::internal::kSyncDisabledViaDashboard.
1504 if (profile_prefs->GetUserPrefValue(kSyncRequested) != nullptr &&
1505 !profile_prefs->GetUserPrefValue(kSyncRequested)->GetBool()) {
1506 profile_prefs->SetBoolean(
1507 syncer::prefs::internal::kSyncDisabledViaDashboard, true);
1508 }
1509#endif
1510 profile_prefs->ClearPref(kSyncRequested);
Osama Fathy592e239a2023-02-02 15:26:131511}
Rushan Suleymanov95b36922023-08-03 17:17:411512
[email protected]572f40c9b2012-07-06 20:35:331513} // namespace
1514
John Palmer1e70a002023-08-15 02:20:341515std::string GetCountry() {
1516 if (!g_browser_process || !g_browser_process->variations_service()) {
1517 // This should only happen in tests. Ideally this would be guarded by
1518 // CHECK_IS_TEST, but that is not set on Android, so no specific guard.
1519 return std::string();
1520 }
1521 return std::string(
1522 g_browser_process->variations_service()->GetStoredPermanentCountry());
1523}
1524
[email protected]4082306d92013-02-21 14:51:011525void RegisterLocalState(PrefRegistrySimple* registry) {
Chris Hamilton65c41312020-06-10 13:14:401526 // Call outs to individual subsystems that register Local State (browser-wide)
1527 // prefs en masse. See RegisterProfilePrefs for per-profile prefs. Please
1528 // keep this list alphabetized.
Amanda Lin Dietz8864d302023-06-26 18:36:391529#if BUILDFLAG(IS_ANDROID)
1530 accessibility::AccessibilityPrefsController::RegisterLocalStatePrefs(
1531 registry);
1532#endif
Jesse McKenna0d767592023-11-03 19:31:521533 breadcrumbs::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471534 browser_shutdown::RegisterPrefs(registry);
1535 BrowserProcessImpl::RegisterPrefs(registry);
Chris Palmerac7d75642017-11-22 20:12:541536 ChromeContentBrowserClient::RegisterLocalStatePrefs(registry);
Elaine Chienf8d13692021-07-26 23:05:561537 chrome_labs_prefs::RegisterLocalStatePrefs(registry);
[email protected]4a55a712014-06-08 16:50:341538 ChromeMetricsServiceClient::RegisterPrefs(registry);
Dominique Fauteux-Chapleau0e897db02021-04-19 18:42:221539 chrome::enterprise_util::RegisterLocalStatePrefs(registry);
sorinebcfc8dd2016-08-12 21:57:181540 component_updater::RegisterPrefs(registry);
Alex Chen9e56f7352023-01-20 22:56:151541 domain_reliability::RegisterPrefs(registry);
Mugdha Lakhanida851fd2021-03-16 18:21:021542 embedder_support::OriginTrialPrefs::RegisterPrefs(registry);
Og Astorga3089fd82021-09-21 00:02:371543 enterprise_reporting::RegisterLocalStatePrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471544 ExternalProtocolHandler::RegisterPrefs(registry);
sdefresne8593e6432015-12-01 12:38:081545 flags_ui::PrefServiceFlagsStorage::RegisterPrefs(registry);
[email protected]e6933d2a2013-03-12 22:32:211546 GpuModeManager::RegisterPrefs(registry);
Miyoung Shin23737f62019-07-23 15:43:311547 signin::IdentityManager::RegisterLocalStatePrefs(registry);
Anthony Vallee-Dubois43fded9702020-06-19 16:30:381548 invalidation::FCMInvalidationService::RegisterPrefs(registry);
Maksim Moskvitinf5f5f736c2021-01-12 12:13:281549 invalidation::InvalidatorRegistrarWithMemory::RegisterPrefs(registry);
1550 invalidation::PerUserTopicSubscriptionManager::RegisterPrefs(registry);
Anthony Vallee-Dubois6f993122018-09-17 16:13:281551 language::GeoLanguageProvider::RegisterLocalStatePrefs(registry);
Alexandre Frechette38f4ef92019-02-25 16:31:571552 language::UlpLanguageCodeLocator::RegisterLocalStatePrefs(registry);
Sebastien Marchand5a63997a2019-09-27 19:15:341553 memory::EnterpriseMemoryLimitPrefObserver::RegisterPrefs(registry);
Roger McFarlane1c1147ae2022-11-07 17:25:171554 metrics::RegisterDemographicsLocalStatePrefs(registry);
[email protected]d0ab865b2014-06-04 19:41:341555 network_time::NetworkTimeTracker::RegisterPrefs(registry);
rajendrant5fb61c52022-11-21 19:42:551556 optimization_guide::prefs::RegisterLocalStatePrefs(registry);
Tonko Sabolčec6f271d32018-08-17 14:35:471557 password_manager::PasswordManager::RegisterLocalPrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101558 policy::BrowserPolicyConnector::RegisterPrefs(registry);
Jayee7b9b6df2023-07-31 16:39:241559 policy::LocalTestPolicyProvider::RegisterLocalStatePrefs(registry);
Yann Dago9c1e19512022-02-28 22:27:311560 policy::ManagementService::RegisterLocalStatePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101561 policy::PolicyStatisticsCollector::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471562 PrefProxyConfigTrackerImpl::RegisterPrefs(registry);
Thomas Tanglc67ace42019-06-07 19:31:501563 ProfileAttributesEntry::RegisterLocalStatePrefs(registry);
Alex Ilinbb08a0d2021-07-08 09:37:241564 ProfileAttributesStorage::RegisterPrefs(registry);
Nick Harper030046f2019-09-05 23:36:091565 ProfileNetworkContextService::RegisterLocalStatePrefs(registry);
[email protected]de71ae992013-07-18 03:30:381566 profiles::RegisterPrefs(registry);
Illia Klimov4b72378ed2022-07-18 13:46:571567#if BUILDFLAG(IS_ANDROID)
1568 PushMessagingServiceImpl::RegisterPrefs(registry);
1569#endif
[email protected]ceafc462013-11-04 12:26:031570 RegisterScreenshotPrefs(registry);
Luke Zielinski63784cd2018-05-22 14:08:161571 safe_browsing::RegisterLocalStatePrefs(registry);
Ayu Ishiifbb1fad2020-06-22 20:15:071572 secure_origin_allowlist::RegisterPrefs(registry);
Min Qinc4012282022-04-15 16:53:581573 segmentation_platform::SegmentationPlatformService::RegisterLocalStatePrefs(
1574 registry);
Xiaohan Wangae7f9182022-01-16 00:37:521575#if !BUILDFLAG(IS_ANDROID)
Reilly Grantbfc2ab72021-06-02 23:57:301576 SerialPolicyAllowedPorts::RegisterPrefs(registry);
Matt Reynolds1914ff6b2022-02-04 08:48:261577 HidPolicyAllowedDevices::RegisterLocalStatePrefs(registry);
Reilly Grantbfc2ab72021-06-02 23:57:301578#endif
Mikel Astizf61f4ba02018-06-01 10:50:191579 sessions::SessionIdGenerator::RegisterPrefs(registry);
Ryan Sleevi4689ad32018-04-16 19:09:051580 SSLConfigServiceManager::RegisterPrefs(registry);
Martin Verde176fc042024-02-27 22:41:331581 subresource_filter::IndexedRulesetVersion::RegisterPrefs(
Martin Verde9c54fca12024-03-27 15:48:411582 registry, subresource_filter::kSafeBrowsingRulesetConfig.filter_tag);
Zainab Rizvi766266982024-04-09 13:55:411583 subresource_filter::IndexedRulesetVersion::RegisterPrefs(
1584 registry,
1585 fingerprinting_protection_filter::kFingerprintingProtectionRulesetConfig
1586 .filter_tag);
Matt Menke4dfb375c2018-06-13 18:06:311587 SystemNetworkContextManager::RegisterPrefs(registry);
Patricia Alfonsoc6f40b5c2023-09-14 21:02:431588 tpcd::experiment::RegisterLocalStatePrefs(registry);
Jonathan Njeunje73b97ef2024-04-17 14:11:491589 tpcd::metadata::RegisterLocalStatePrefs(registry);
Oksana Zhuravlova58c85282022-06-14 20:24:281590 tracing::RegisterPrefs(registry);
wafflesd2d9a332016-04-09 01:59:571591 update_client::RegisterPrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571592 variations::VariationsService::RegisterPrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:341593
Chris Hamilton65c41312020-06-10 13:14:401594 // Individual preferences. If you have multiple preferences that should
1595 // clearly be grouped together, please group them together into a helper
1596 // function called above. Please keep this list alphabetized.
1597 registry->RegisterBooleanPref(
1598 policy::policy_prefs::kIntensiveWakeUpThrottlingEnabled, false);
Aaron Tagliaboschi8f3a28302020-06-24 03:08:261599 registry->RegisterBooleanPref(
Matt Reichhoff2f190122021-11-02 19:28:191600 policy::policy_prefs::kUserAgentClientHintsGREASEUpdateEnabled, true);
Xiaohan Wangae7f9182022-01-16 00:37:521601#if BUILDFLAG(IS_ANDROID)
Rakina Zata Amnic123bd22020-07-31 19:08:391602 registry->RegisterBooleanPref(policy::policy_prefs::kBackForwardCacheEnabled,
1603 true);
Andrea Gomezf2316d92023-07-19 16:30:571604 registry->RegisterBooleanPref(policy::policy_prefs::kReadAloudEnabled, true);
Xiaohan Wangae7f9182022-01-16 00:37:521605#endif // BUILDFLAG(IS_ANDROID)
Chris Hamilton65c41312020-06-10 13:14:401606
1607 // Below this point is for platform-specific and compile-time conditional
1608 // calls. Please follow the helper-function-first-then-direct-calls pattern
1609 // established above, and keep things alphabetized.
1610
Denis Kuznetsov32099f32017-12-15 14:04:571611#if BUILDFLAG(ENABLE_BACKGROUND_MODE)
Michael Giuffridab41fa5c42017-11-13 23:30:571612 BackgroundModeManager::RegisterPrefs(registry);
1613#endif
1614
Xiaohan Wangae7f9182022-01-16 00:37:521615#if BUILDFLAG(IS_ANDROID)
Mark Pearsonee17df912017-04-27 21:51:041616 ::android::RegisterPrefs(registry);
Sky Maliced8eb4302020-08-03 05:46:441617
Sky Malicef7dd9422020-10-26 22:12:401618 registry->RegisterIntegerPref(first_run::kTosDialogBehavior, 0);
Yu Su4d459862021-04-15 04:19:541619 registry->RegisterBooleanPref(lens::kLensCameraAssistedSearchEnabled, true);
Xiaohan Wangae7f9182022-01-16 00:37:521620#else // BUILDFLAG(IS_ANDROID)
Nasser Al-shawwa067cc3712023-03-01 17:55:391621 enterprise_connectors::RegisterLocalStatePrefs(registry);
johnme627dc8c72016-08-19 21:49:391622 gcm::RegisterPrefs(registry);
Peter Kvitek6567a8a3a2023-01-31 01:03:571623 headless::RegisterPrefs(registry);
Tommy Lid5b7c22b2020-10-28 01:26:511624 IntranetRedirectDetector::RegisterPrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101625 media_router::RegisterLocalStatePrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571626 metrics::TabStatsTracker::RegisterPrefs(registry);
Anthony Vallee-Dubois2b822262022-04-25 19:31:441627 performance_manager::user_tuning::prefs::RegisterLocalStatePrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571628 RegisterBrowserPrefs(registry);
Jack Yammine1aae2ba2023-12-16 06:56:361629 SearchEngineChoiceClientSideTrial::RegisterLocalStatePrefs(registry);
Amanda Deacon9535c972021-04-29 04:26:511630 speech::SodaInstaller::RegisterLocalStatePrefs(registry);
Michael Giuffridab41fa5c42017-11-13 23:30:571631 StartupBrowserCreator::RegisterLocalStatePrefs(registry);
1632 task_manager::TaskManagerInterface::RegisterPrefs(registry);
thestigd75ce5532015-10-05 22:08:341633 UpgradeDetector::RegisterPrefs(registry);
rbpotter73c13252021-07-16 21:29:341634 WhatsNewUI::RegisterLocalStatePrefs(registry);
Xiaohan Wangae7f9182022-01-16 00:37:521635#endif // BUILDFLAG(IS_ANDROID)
[email protected]3954f332012-02-25 02:51:541636
Nicolas Dossou-Gbete7ccc8802022-11-10 15:12:461637#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(ENABLE_DICE_SUPPORT)
1638 FirstRunService::RegisterLocalStatePrefs(registry);
Nicolas Dossou-Gbete2804a372022-11-09 17:25:351639#endif
1640
Yuta Hijikata31a359c2020-11-27 07:50:261641#if BUILDFLAG(IS_CHROMEOS_ASH)
Shao-Chuan Lee85a46992019-03-05 04:46:151642 arc::prefs::RegisterLocalStatePrefs(registry);
[email protected]8304f61a2014-05-24 12:17:331643 ChromeOSMetricsProvider::RegisterPrefs(registry);
Henrique Ferreiro7a4401aa2022-11-11 21:37:331644 ash::ArcKioskAppManager::RegisterPrefs(registry);
Henrique Ferreiro3d9d93d2021-02-19 22:17:391645 ash::AudioDevicesPrefHandlerImpl::RegisterPrefs(registry);
Michal Mazur55ab4f52023-10-19 11:18:001646 ash::carrier_lock::CarrierLockManager::RegisterLocalPrefs(registry);
Yeunjoo Choicd4cc5382021-03-25 08:50:491647 ash::cert_provisioning::RegisterLocalStatePrefs(registry);
Yeunjoo Choi6c99c4d2022-08-08 03:11:111648 ash::CellularESimProfileHandlerImpl::RegisterLocalStatePrefs(registry);
1649 ash::ManagedCellularPrefHandler::RegisterLocalStatePrefs(registry);
Hidehiko Abe13bceaf92024-04-08 17:53:131650 ash::ChromeSessionManager::RegisterPrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151651 ash::ChromeUserManagerImpl::RegisterPrefs(registry);
Yuta Hijikata82c304ff2021-04-30 19:24:571652 crosapi::browser_util::RegisterLocalStatePrefs(registry);
Yeunjoo Choi47a6a142022-02-11 02:35:231653 ash::CupsPrintersManager::RegisterLocalStatePrefs(registry);
Yuta Hijikata368cc4b92021-12-23 07:39:101654 ash::BrowserDataMigratorImpl::RegisterLocalStatePrefs(registry);
Henrique Ferreirobbaee882022-09-08 07:15:551655 ash::bluetooth_config::BluetoothPowerControllerImpl::RegisterLocalStatePrefs(
1656 registry);
1657 ash::bluetooth_config::DeviceNameManagerImpl::RegisterLocalStatePrefs(
Gordon Setob2b7c7bc2021-10-12 17:42:551658 registry);
Henrique Ferreirod71de902021-05-10 18:57:111659 ash::DemoModeResourcesRemover::RegisterLocalStatePrefs(registry);
1660 ash::DemoSession::RegisterLocalStatePrefs(registry);
1661 ash::DemoSetupController::RegisterLocalStatePrefs(registry);
Henrique Ferreiro7967dce2021-09-23 11:37:471662 ash::DeviceNameStore::RegisterLocalStatePrefs(registry);
Anthony Vallee-Dubois85edf222020-03-24 20:30:021663 chromeos::DeviceOAuth2TokenStoreChromeOS::RegisterPrefs(registry);
Yeunjoo Choid461f872021-03-11 06:52:191664 ash::device_settings_cache::RegisterPrefs(registry);
Henrique Ferreirod1c3fe72021-05-14 13:26:151665 ash::EnableAdbSideloadingScreen::RegisterPrefs(registry);
Hirthanan Subenderan088f7322023-09-20 15:10:291666 ash::report::ReportController::RegisterPrefs(registry);
Yeunjoo Choif3fe34c2022-11-04 02:02:301667 ash::EnableDebuggingScreenHandler::RegisterPrefs(registry);
Yeunjoo Choid0b242f2022-07-28 02:23:021668 ash::FastTransitionObserver::RegisterPrefs(registry);
Danila Kuzmin90a42f02021-12-08 14:00:161669 ash::HWDataUsageController::RegisterLocalStatePrefs(registry);
Yeunjoo Choi4530b1792021-05-10 02:32:271670 ash::KerberosCredentialsManager::RegisterLocalStatePrefs(registry);
Edman Anjos0f2ad562023-11-08 10:40:491671 ash::KioskChromeAppManager::RegisterLocalStatePrefs(registry);
Emmanuel Arias Soto24bf9f32024-01-31 13:27:421672 ash::KioskSystemSession::RegisterLocalStatePrefs(registry);
Henrique Ferreiro26ed25a2021-02-01 21:59:291673 ash::KioskCryptohomeRemover::RegisterPrefs(registry);
Henrique Ferreirodef18c22021-11-04 19:36:001674 ash::language_prefs::RegisterPrefs(registry);
Henrique Ferreiro234c7dff2022-09-08 02:44:541675 ash::local_search_service::SearchMetricsReporter::RegisterLocalStatePrefs(
1676 registry);
Henrique Ferreirob403be32021-09-22 07:15:361677 ash::login::SecurityTokenSessionController::RegisterLocalStatePrefs(registry);
Ahmed Nasrbe0670b72022-03-09 23:28:171678 ash::reporting::LoginLogoutReporter::RegisterPrefs(registry);
Marc Grimme803938832024-01-11 15:41:581679 ash::reporting::RegisterLocalStatePrefs(registry);
Yeunjoo Choi6c99c4d2022-08-08 03:11:111680 ash::NetworkMetadataStore::RegisterPrefs(registry);
Henrique Ferreiroe2cbaaf2022-01-10 15:02:231681 ash::NetworkThrottlingObserver::RegisterPrefs(registry);
Yeunjoo Choic2000932021-06-10 01:54:081682 ash::PowerMetricsReporter::RegisterLocalStatePrefs(registry);
Henrique Ferreiroa8763b62021-10-13 18:37:531683 ash::platform_keys::KeyPermissionsManagerImpl::RegisterLocalStatePrefs(
Omar Morsi4febb4d2020-10-30 07:55:211684 registry);
Yeunjoo Choif3c7e402021-06-04 04:28:561685 ash::power::auto_screen_brightness::MetricsReporter::RegisterLocalStatePrefs(
1686 registry);
Henrique Ferreiro4b21d142021-11-10 11:47:371687 ash::Preferences::RegisterPrefs(registry);
Henrique Ferreirod1c3fe72021-05-14 13:26:151688 ash::ResetScreen::RegisterPrefs(registry);
Behnood Momenzadeh1684ef642024-01-30 09:35:451689 settings::ResetSettingsHandler::RegisterLocalStatePrefs(registry);
Henrique Ferreiro4b21d142021-11-10 11:47:371690 ash::SchedulerConfigurationManager::RegisterLocalStatePrefs(registry);
Yeunjoo Choicf61fba2021-04-23 02:43:091691 ash::ServicesCustomizationDocument::RegisterPrefs(registry);
Yuta Hijikata4538fc02023-09-26 15:19:551692 ash::standalone_browser::migrator_util::RegisterLocalStatePrefs(registry);
Henrique Ferreirob403be32021-09-22 07:15:361693 ash::StartupUtils::RegisterPrefs(registry);
Yeunjoo Choid461f872021-03-11 06:52:191694 ash::StatsReportingController::RegisterLocalStatePrefs(registry);
Yeunjoo Choi03b09c62021-02-18 21:40:051695 ash::system::AutomaticRebootManager::RegisterPrefs(registry);
Yeunjoo Choi953a4c32021-10-15 05:20:441696 ash::TimeZoneResolver::RegisterPrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:151697 ash::UserImageManager::RegisterPrefs(registry);
Henrique Ferreirod70b5c22021-04-30 10:55:271698 ash::UserSessionManager::RegisterPrefs(registry);
Henrique Ferreiro26ed25a2021-02-01 21:59:291699 ash::WebKioskAppManager::RegisterPrefs(registry);
Xiaochu Liu48ab5932018-05-11 03:44:041700 component_updater::MetadataTable::RegisterPrefs(registry);
Henrique Ferreirob902d6c2021-10-14 19:55:441701 ash::CryptAuthDeviceIdProviderImpl::RegisterLocalPrefs(registry);
[email protected]5a145e82014-05-29 22:19:071702 extensions::ExtensionAssetsManagerChromeOS::RegisterPrefs(registry);
Aya ElAttarb4f7a5f2020-03-05 00:47:241703 extensions::ExtensionsPermissionsTracker::RegisterLocalStatePrefs(registry);
tbarzicd9a88fc92017-07-14 02:18:101704 extensions::lock_screen_data::LockScreenItemStorage::RegisterLocalState(
1705 registry);
Jit Yao Yap8e247322019-06-24 16:56:591706 extensions::login_api::RegisterLocalStatePrefs(registry);
stevenjbf22f82e2016-10-26 21:47:381707 ::onc::RegisterPrefs(registry);
Jana Grill784b1e52020-06-26 18:22:121708 policy::AdbSideloadingAllowanceModePolicyHandler::RegisterPrefs(registry);
Sergiy Belozorov757bc002023-03-13 19:13:191709 // TODO(b/265923216): Replace with EnrollmentStateFetcher::RegisterPrefs.
Pavol Marko35bcf1a2018-05-23 15:33:071710 policy::AutoEnrollmentClientImpl::RegisterPrefs(registry);
Yeunjoo Choi7227dba2021-08-04 06:35:471711 policy::BrowserPolicyConnectorAsh::RegisterPrefs(registry);
Ashutosh Singhal96d051012023-07-26 11:00:491712 policy::CrdAdminSessionController::RegisterLocalStatePrefs(registry);
Yeunjoo Choiead8b3c2021-07-27 08:08:191713 policy::DeviceCloudPolicyManagerAsh::RegisterPrefs(registry);
[email protected]b1de2c72013-02-06 02:45:471714 policy::DeviceStatusCollector::RegisterPrefs(registry);
Nikita Podguzov72c21f02019-06-17 14:48:411715 policy::DeviceWallpaperImageExternalDataHandler::RegisterPrefs(registry);
rsorokin3c13ece2017-01-16 15:58:411716 policy::DMTokenStorage::RegisterPrefs(registry);
Sergey Poromovd6575a0b2020-05-19 21:41:091717 policy::EnrollmentRequisitionManager::RegisterPrefs(registry);
Saurabh Nijhara839c17c2020-05-19 00:18:291718 policy::MinimumVersionPolicyHandler::RegisterPrefs(registry);
Anatoliy Potapchuka460bc12021-11-05 19:23:101719 policy::EuiccStatusUploader::RegisterLocalStatePrefs(registry);
Andreea Costinasc4b76ff2019-04-11 15:52:131720 policy::TPMAutoUpdateModePolicyHandler::RegisterPrefs(registry);
glevin5dd01a72016-03-23 23:08:121721 quirks::QuirksManager::RegisterPrefs(registry);
Roman Aleksandrovd32e34e72019-05-22 17:29:501722 UpgradeDetectorChromeos::RegisterPrefs(registry);
James Hawkins225001cf2020-09-18 16:04:341723 RegisterNearbySharingLocalPrefs(registry);
Yuta Hijikata31a359c2020-11-27 07:50:261724#endif // BUILDFLAG(IS_CHROMEOS_ASH)
[email protected]b6366ffa2012-02-29 17:12:261725
Xiaohan Wangae7f9182022-01-16 00:37:521726#if BUILDFLAG(IS_CHROMEOS)
Erik Chen643355d2022-04-22 05:44:491727 chromeos::echo_offer::RegisterPrefs(registry);
Kuo-Hsin Yang40227972022-05-16 18:39:091728 memory::OOMKillsMonitor::RegisterPrefs(registry);
Ben Franz73537362021-11-08 11:53:401729 policy::SystemFeaturesDisableListPolicyHandler::RegisterPrefs(registry);
Alvin Lee99f8d9a82021-11-18 18:45:551730 policy::DlpRulesManagerImpl::RegisterPrefs(registry);
Xiaohan Wangae7f9182022-01-16 00:37:521731#endif // BUILDFLAG(IS_CHROMEOS)
Ben Franz73537362021-11-08 11:53:401732
Xiaohan Wangae7f9182022-01-16 00:37:521733#if BUILDFLAG(IS_MAC)
[email protected]b1de2c72013-02-06 02:45:471734 confirm_quit::RegisterLocalState(registry);
[email protected]425f7a02014-04-29 01:51:441735 QuitWithAppsController::RegisterPrefs(registry);
Henrik Grunelle11045a2019-04-12 09:27:271736 system_media_permissions::RegisterSystemMediaPermissionStatesPrefs(registry);
Christopher Cameron81f442e2019-11-14 06:50:141737 AppShimRegistry::Get()->RegisterLocalPrefs(registry);
[email protected]b6366ffa2012-02-29 17:12:261738#endif
[email protected]bdb8a1e2013-10-03 08:14:001739
Erik Chen38ceca082020-12-16 01:31:351740#if BUILDFLAG(IS_CHROMEOS_LACROS)
Alex Ilin953f1092021-11-26 15:49:101741 AccountCache::RegisterLocalStatePrefs(registry);
Erik Chen38ceca082020-12-16 01:31:351742 lacros_prefs::RegisterLocalStatePrefs(registry);
Polina Bondarenko3f3dc4f2022-04-25 07:55:011743 KioskSessionServiceLacros::RegisterLocalStatePrefs(registry);
Erik Chen38ceca082020-12-16 01:31:351744#endif
1745
Xiaohan Wangae7f9182022-01-16 00:37:521746#if BUILDFLAG(IS_WIN)
Will Harris265b3942019-10-21 01:01:331747 OSCrypt::RegisterLocalPrefs(registry);
Will Harris956e0ca2019-08-23 20:47:391748 registry->RegisterBooleanPref(prefs::kRendererCodeIntegrityEnabled, true);
Will Harrisf09e40d2022-06-02 21:15:401749 registry->RegisterBooleanPref(prefs::kRendererAppContainerEnabled, true);
Stefan Smolenfd3965b2021-08-17 19:27:181750 registry->RegisterBooleanPref(prefs::kBlockBrowserLegacyExtensionPoints,
1751 true);
Will Harrisceadf692024-04-03 20:44:041752 registry->RegisterBooleanPref(prefs::kApplicationBoundEncryptionEnabled,
1753 true);
David Bienvenu554a2592020-02-13 20:20:541754 registry->RegisterBooleanPref(
1755 policy::policy_prefs::kNativeWindowOcclusionEnabled, true);
Xiaohan Wang259f34c7a2022-03-26 23:18:191756 MediaFoundationServiceMonitor::RegisterPrefs(registry);
Will Harriseb364b2c2022-06-23 00:49:011757 os_crypt::RegisterLocalStatePrefs(registry);
Will Harrisdda71e212024-03-25 23:56:391758 os_crypt_async::AppBoundEncryptionProviderWin::RegisterLocalPrefs(registry);
Nico Webereaa08412019-08-14 01:24:371759#if BUILDFLAG(GOOGLE_CHROME_BRANDING)
Patrick Monettef8fd8b22018-05-10 20:58:041760 IncompatibleApplicationsUpdater::RegisterLocalStatePrefs(registry);
Patrick Monette6b7c475b2018-06-12 14:58:081761 ModuleDatabase::RegisterLocalStatePrefs(registry);
Patrick Monettee31f63e22018-06-06 00:10:341762 ThirdPartyConflictsManager::RegisterLocalStatePrefs(registry);
Nico Webereaa08412019-08-14 01:24:371763#endif // BUILDFLAG(GOOGLE_CHROME_BRANDING)
Xiaohan Wangae7f9182022-01-16 00:37:521764#endif // BUILDFLAG(IS_WIN)
[email protected]ceafc462013-11-04 12:26:031765
Georg Neisf11427f92024-02-02 01:27:461766#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS)
1767 downgrade::RegisterPrefs(registry);
1768#endif
1769
Xiaohan Wangae7f9182022-01-16 00:37:521770#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
Lei Zhang92c15542020-01-10 17:05:101771 RegisterDefaultBrowserPromptPrefs(registry);
Anthony Vallee-Dubois85edf222020-03-24 20:30:021772 DeviceOAuth2TokenStoreDesktop::RegisterPrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101773#endif
1774
Ramin Halavati52a9a292022-04-28 04:27:491775#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Ramin Halavati69bf7752022-04-04 09:58:151776 screen_ai::RegisterLocalStatePrefs(registry);
Ramin Halavati52a9a292022-04-28 04:27:491777#endif // BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Ramin Halavati69bf7752022-04-04 09:58:151778
Igor Ruvinov13e658e2022-12-13 03:15:201779#if BUILDFLAG(IS_WIN)
1780 PlatformAuthPolicyObserver::RegisterPrefs(registry);
1781#endif // BUILDFLAG(IS_WIN)
1782
Alan Screen661060f82023-11-20 19:58:561783 // Platform-specific and compile-time conditional individual preferences.
1784 // If you have multiple preferences that should clearly be grouped together,
1785 // please group them together into a helper function called above. Please
1786 // keep this list alphabetized.
1787
1788#if BUILDFLAG(ENABLE_OOP_PRINTING)
1789 registry->RegisterBooleanPref(prefs::kOopPrintDriversAllowedByPolicy, true);
1790#endif
1791
Andy Phanb46ec9b2024-04-19 23:18:421792#if BUILDFLAG(ENABLE_PDF)
1793 registry->RegisterBooleanPref(prefs::kPdfViewerOutOfProcessIframeEnabled,
1794 true);
1795#endif // BUILDFLAG(ENABLE_PDF)
1796
Peter Kvitek82f9e1e2024-02-07 22:19:041797#if BUILDFLAG(IS_LINUX) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_WIN)
1798 registry->RegisterBooleanPref(prefs::kChromeForTestingAllowed, true);
1799#endif
1800
Greg Thompsond351fde2024-03-27 17:55:511801#if BUILDFLAG(IS_WIN)
1802 registry->RegisterBooleanPref(prefs::kUiAutomationProviderEnabled, false);
1803#endif
1804
Chris Hamilton65c41312020-06-10 13:14:401805 // This is intentionally last.
Lei Zhangb76b80e32020-04-08 16:58:161806 RegisterLocalStatePrefsForMigration(registry);
[email protected]9acc48602009-11-30 21:18:511807}
initial.commit09911bf2008-07-26 23:55:291808
[email protected]37ca3fe02013-07-05 15:32:441809// Register prefs applicable to all profiles.
Xi Han25a7f032019-04-18 21:44:211810void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry,
1811 const std::string& locale) {
rkaplow058da3132015-02-19 18:18:381812 TRACE_EVENT0("browser", "chrome::RegisterProfilePrefs");
[email protected]2a5f29632012-11-26 17:17:551813 // User prefs. Please keep this list alphabetized.
Dominic Mazzoni21fb0282019-02-13 18:32:471814 AccessibilityLabelsService::RegisterProfilePrefs(registry);
James Wallace-Lee25a1b05e2018-07-24 00:06:311815 AccessibilityUIMessageHandler::RegisterProfilePrefs(registry);
Xing Liu7252b8d2020-01-22 22:12:471816 AnnouncementNotificationService::RegisterProfilePrefs(registry);
Moe Ahmadi173b0a2b2018-08-03 17:35:511817 autofill::prefs::RegisterProfilePrefs(registry);
Bernhard Bauer19190732017-09-28 09:03:331818 browsing_data::prefs::RegisterBrowserUserPrefs(registry);
Simon Hangl2d73e742023-06-16 16:52:471819 capture_policy::RegisterProfilePrefs(registry);
Doug Turner9e79cf0c2018-04-05 21:32:301820 certificate_transparency::prefs::RegisterPrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441821 ChromeContentBrowserClient::RegisterProfilePrefs(registry);
Elaine Chien07f137d2021-01-14 02:57:211822 chrome_labs_prefs::RegisterProfilePrefs(registry);
Livvie Lin9141d0f132020-03-23 22:47:041823 ChromeLocationBarModelDelegate::RegisterProfilePrefs(registry);
Fiona Macintosh72b7c7f2024-04-19 14:40:021824 content_settings::CookieSettings::RegisterProfilePrefs(registry);
Colin Blundell7657b402020-02-25 09:46:501825 StatefulSSLHostStateDelegate::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441826 ChromeVersionService::RegisterProfilePrefs(registry);
Eric Secklera5c24e12018-11-28 16:09:201827 chrome_browser_net::NetErrorTabHelper::RegisterProfilePrefs(registry);
[email protected]06690dc2014-03-07 08:44:001828 chrome_prefs::RegisterProfilePrefs(registry);
Matt Jones704e1a62022-09-20 16:28:241829 commerce::RegisterPrefs(registry);
Travis Skare27cee15c2018-07-19 14:34:131830 DocumentProvider::RegisterProfilePrefs(registry);
hmaree31cadf52022-11-09 22:32:551831 enterprise::RegisterIdentifiersProfilePrefs(registry);
Owen Min9867b162022-01-20 21:39:071832 enterprise_reporting::RegisterProfilePrefs(registry);
Katie D1ca4328b2020-02-19 18:08:471833 dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441834 DownloadPrefs::RegisterProfilePrefs(registry);
Florian Jackya33ad152023-11-22 11:46:041835 permissions::PermissionHatsTriggerHelper::RegisterProfilePrefs(registry);
Moe Ahmadi656dd532021-10-06 21:59:181836 history_clusters::prefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441837 HostContentSettingsMap::RegisterProfilePrefs(registry);
Brandon Wylie6961a2e2018-09-19 23:03:371838 image_fetcher::ImageCache::RegisterProfilePrefs(registry);
Evan Stade7a984802020-12-14 19:10:151839 site_engagement::ImportantSitesUtil::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441840 IncognitoModePrefs::RegisterProfilePrefs(registry);
Maksim Moskvitinf5f5f736c2021-01-12 12:13:281841 invalidation::PerUserTopicSubscriptionManager::RegisterProfilePrefs(registry);
1842 invalidation::InvalidatorRegistrarWithMemory::RegisterProfilePrefs(registry);
Alexandre Frechette37edd93a2019-03-19 15:57:201843 language::LanguagePrefs::RegisterProfilePrefs(registry);
rajendrantff2361da2020-12-16 09:18:271844 login_detection::prefs::RegisterProfilePrefs(registry);
Joe DeBlasio59db500b2020-08-21 00:37:351845 lookalikes::RegisterProfilePrefs(registry);
Bryant Chandlerd638fb02023-11-03 23:40:171846 media_prefs::RegisterUserPrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441847 MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry);
Guido Urdaneta9f831c22023-06-22 13:44:341848 media_device_salt::MediaDeviceIDSalt::RegisterProfilePrefs(registry);
Becca Hughes6354b6b2017-08-31 22:01:551849 MediaEngagementService::RegisterProfilePrefs(registry);
John Rummelle5621c12017-09-05 23:52:101850 MediaStorageIdSalt::RegisterProfilePrefs(registry);
Mikel Astizf4226912020-10-19 19:10:371851 metrics::RegisterDemographicsProfilePrefs(registry);
Tom Anderson1ef51d032020-02-11 01:05:081852 NotificationDisplayServiceImpl::RegisterProfilePrefs(registry);
brettw1f92eed2016-12-07 01:12:581853 NotifierStateTracker::RegisterProfilePrefs(registry);
treibbb0c5af52016-12-09 17:34:151854 ntp_tiles::MostVisitedSites::RegisterProfilePrefs(registry);
Sophie Chang5ff4b942019-05-23 20:04:321855 optimization_guide::prefs::RegisterProfilePrefs(registry);
rajendrant19e545e2023-12-04 16:51:371856 optimization_guide::model_execution::prefs::RegisterProfilePrefs(registry);
[email protected]a8564212014-04-09 16:16:511857 password_manager::PasswordManager::RegisterProfilePrefs(registry);
anthonyvd6a43b932017-05-11 18:39:271858 payments::RegisterProfilePrefs(registry);
Anthony Vallee-Duboiscee55b12022-03-24 22:54:021859 performance_manager::user_tuning::prefs::RegisterProfilePrefs(registry);
Aisulu Rakhmetullinaac4afcb62023-07-05 18:10:041860 permissions::RegisterProfilePrefs(registry);
Evan Stade32d635a2020-04-03 18:51:251861 PermissionBubbleMediaAccessHandler::RegisterProfilePrefs(registry);
Sharon Yangc6706902018-07-16 13:06:191862 PlatformNotificationServiceImpl::RegisterProfilePrefs(registry);
Matt Reichhoff329eea7e2023-09-28 17:11:281863 plus_addresses::RegisterProfilePrefs(registry);
Aaron Colwellf94fd97a2020-07-21 19:37:081864 policy::URLBlocklistManager::RegisterProfilePrefs(registry);
Jayee07bb468c2023-06-01 18:25:311865 PolicyUI::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441866 PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry);
Simon Pelchate74bbb62021-12-03 23:57:551867 prefetch::RegisterPredictionOptionsProfilePrefs(registry);
Max Curran14dd7872023-03-20 19:57:361868 PrefetchOriginDecider::RegisterPrefs(registry);
Xi Han25a7f032019-04-18 21:44:211869 PrefsTabHelper::RegisterProfilePrefs(registry, locale);
harrisonsean04618302020-11-27 16:00:531870 privacy_sandbox::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441871 Profile::RegisterProfilePrefs(registry);
1872 ProfileImpl::RegisterProfilePrefs(registry);
Matt Menkecfef87d2017-08-03 13:03:061873 ProfileNetworkContextService::RegisterProfilePrefs(registry);
Javier Fernández García-Boente7966a892021-12-09 12:28:231874 custom_handlers::ProtocolHandlerRegistry::RegisterProfilePrefs(registry);
johnmecf2da0c2015-10-28 19:42:121875 PushMessagingAppIdentifier::RegisterProfilePrefs(registry);
Balazs Engedy715b0ec2019-12-04 15:11:451876 QuietNotificationPermissionUiState::RegisterProfilePrefs(registry);
[email protected]c753f142013-02-10 13:14:041877 RegisterBrowserUserPrefs(registry);
Evelynn Kaplan840e1c0e2024-02-01 00:47:271878 RegisterPrefersDefaultScrollbarStylesPrefs(registry);
Amanda Velasco Gallardo25f07362022-01-28 02:08:471879 safe_browsing::file_type::RegisterProfilePrefs(registry);
Luke Zielinski12ef88552017-06-23 15:36:271880 safe_browsing::RegisterProfilePrefs(registry);
Ryan Sturm010e2f52021-01-08 00:13:561881 SearchPrefetchService::RegisterProfilePrefs(registry);
Clark DuVall8236b6a82020-05-28 22:54:321882 blocked_content::SafeBrowsingTriggeredPopupBlocker::RegisterProfilePrefs(
1883 registry);
Carlos IL06e6c8c2020-07-28 00:25:191884 security_interstitials::InsecureFormBlockingPage::RegisterProfilePrefs(
1885 registry);
Shakti Sahu93bfba22021-06-17 18:05:211886 segmentation_platform::SegmentationPlatformService::RegisterProfilePrefs(
1887 registry);
Anastasia Helfinstein33187fd2023-01-27 03:06:071888 segmentation_platform::DeviceSwitcherResultDispatcher::RegisterProfilePrefs(
1889 registry);
[email protected]37ca3fe02013-07-05 15:32:441890 SessionStartupPref::RegisterProfilePrefs(registry);
Himanshu Jajubcf3b9292019-06-07 12:54:071891 SharingSyncPreference::RegisterProfilePrefs(registry);
Evan Stade89158192021-01-27 18:45:231892 site_engagement::SiteEngagementService::RegisterProfilePrefs(registry);
Liza Bipin822edb1e2024-03-26 19:12:381893 supervised_user::RegisterProfilePrefs(registry);
Mikel Astiz0889b2be2018-09-25 16:20:411894 sync_sessions::SessionSyncPrefs::RegisterProfilePrefs(registry);
Jeffrey Cohen053be24d2019-07-23 23:44:051895 syncer::DeviceInfoPrefs::RegisterProfilePrefs(registry);
Bernhard Bauer19190732017-09-28 09:03:331896 syncer::SyncPrefs::RegisterProfilePrefs(registry);
Mikel Astiz89473c442021-07-13 09:46:121897 syncer::SyncTransportDataPrefs::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:441898 TemplateURLPrepopulateData::RegisterProfilePrefs(registry);
Patricia Alfonsoc6f40b5c2023-09-14 21:02:431899 tpcd::experiment::RegisterProfilePrefs(registry);
[email protected]e5e72cc2014-07-22 19:06:491900 translate::TranslatePrefs::RegisterProfilePrefs(registry);
Moe Ahmadi1266de82020-04-10 17:19:531901 omnibox::RegisterProfilePrefs(registry);
[email protected]855ebff2014-05-09 07:14:381902 ZeroSuggestProvider::RegisterProfilePrefs(registry);
[email protected]cc36c2c2012-03-01 00:57:341903
Nicolas MacBeth53fa8142023-06-20 15:06:091904#if !BUILDFLAG(IS_ANDROID) && BUILDFLAG(GOOGLE_CHROME_BRANDING)
1905 promos_utils::RegisterProfilePrefs(registry);
1906#endif // !BUILDFLAG(IS_ANDROID) && BUILDFLAG(GOOGLE_CHROME_BRANDING)
1907
Scott Violet53fb03c2021-01-15 23:48:161908#if BUILDFLAG(ENABLE_SESSION_SERVICE)
1909 RegisterSessionServiceLogProfilePrefs(registry);
Christian Dullweber0747d7c92021-05-10 10:05:131910 SessionDataService::RegisterProfilePrefs(registry);
Scott Violet53fb03c2021-01-15 23:48:161911#endif
1912
brettw00899e62016-11-12 02:10:171913#if BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]17510602014-06-05 11:02:281914 ExtensionWebUI::RegisterProfilePrefs(registry);
je_julie.kim7fbb5a1a2015-02-09 17:26:051915 RegisterAnimationPolicyPrefs(registry);
mfoltz96f329c2016-01-13 18:16:581916 extensions::ActivityLog::RegisterProfilePrefs(registry);
tbarzicfa3c7ef62017-04-17 23:12:021917 extensions::AudioAPI::RegisterUserPrefs(registry);
mfoltz96f329c2016-01-13 18:16:581918 extensions::ExtensionPrefs::RegisterProfilePrefs(registry);
Devlin Cronin71f0f532018-04-26 16:35:061919 extensions::ExtensionsUI::RegisterProfilePrefs(registry);
Joel Hockeya9ccf0e2022-05-27 22:11:191920#if BUILDFLAG(IS_CHROMEOS_ASH)
1921 extensions::shared_storage::RegisterProfilePrefs(registry);
1922#endif // BUILDFLAG(IS_CHROMEOS_ASH)
Emilia Paz363fa0062022-01-15 05:12:031923 extensions::PermissionsManager::RegisterProfilePrefs(registry);
afakhry2bd481832016-06-16 16:17:241924 extensions::RuntimeAPI::RegisterPrefs(registry);
Devlin Cronina997c8e2021-03-18 00:33:181925 // TODO(devlin): This would be more inline with the other calls here if it
1926 // were nested in either a class or separate namespace with a simple
1927 // Register[Profile]Prefs() name.
1928 extensions::RegisterSettingsOverriddenUiPrefs(registry);
Minh X. Nguyen3aa40692018-03-28 01:15:591929 update_client::RegisterProfilePrefs(registry);
brettw00899e62016-11-12 02:10:171930#endif // BUILDFLAG(ENABLE_EXTENSIONS)
[email protected]c2ac1dda2013-09-23 05:04:561931
Andy Phan99ccfb42022-11-29 18:57:071932#if BUILDFLAG(ENABLE_PDF)
1933 registry->RegisterListPref(prefs::kPdfLocalFileAccessAllowedForDomains,
1934 base::Value::List());
Hui Yingsta4a03ec82023-05-16 00:00:171935 registry->RegisterBooleanPref(prefs::kPdfUseSkiaRendererEnabled, true);
Andy Phan99ccfb42022-11-29 18:57:071936#endif // BUILDFLAG(ENABLE_PDF)
1937
Brett Wilson65f951c2016-11-03 22:06:121938#if BUILDFLAG(ENABLE_PRINT_PREVIEW)
Nicolas Ouellet-Payeur4dbdf1e52018-08-06 21:51:021939 printing::PolicySettings::RegisterProfilePrefs(registry);
Nikita Podguzov26222d12019-12-04 11:44:311940 printing::PrintPreviewStickySettings::RegisterProfilePrefs(registry);
bauerb4da36132014-12-26 19:53:131941#endif
1942
Lei Zhang92c15542020-01-10 17:05:101943#if BUILDFLAG(ENABLE_RLZ)
1944 ChromeRLZTrackerDelegate::RegisterProfilePrefs(registry);
1945#endif
1946
Jian Lic9a227c2022-02-28 22:55:441947#if BUILDFLAG(ENABLE_FEED_V2)
1948 feed::prefs::RegisterFeedSharedProfilePrefs(registry);
1949 feed::RegisterProfilePrefs(registry);
1950#endif
1951
Xiaohan Wangae7f9182022-01-16 00:37:521952#if BUILDFLAG(IS_ANDROID)
Lei Zhang92c15542020-01-10 17:05:101953 cdm::MediaDrmStorageImpl::RegisterProfilePrefs(registry);
Christopher Thompson2602fea2019-11-26 19:36:541954 KnownInterceptionDisclosureInfoBarDelegate::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101955 MediaDrmOriginIdManager::RegisterProfilePrefs(registry);
1956 NotificationChannelsProviderAndroid::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101957 ntp_tiles::PopularSitesImpl::RegisterProfilePrefs(registry);
1958 OomInterventionDecider::RegisterProfilePrefs(registry);
[email protected]084f82b2013-11-01 00:09:591959 PartnerBookmarksShim::RegisterProfilePrefs(registry);
Wolfgang Billenstein546bd4d72022-09-20 11:34:261960 permissions::GeolocationPermissionContextAndroid::RegisterProfilePrefs(
1961 registry);
Xing Liu0327d832020-05-15 21:07:031962 query_tiles::RegisterPrefs(registry);
Ian Wells5d248f012023-11-07 17:30:021963 readaloud::RegisterProfilePrefs(registry);
mvanouwerkerkc1751e02017-01-06 12:16:431964 RecentTabsPagePrefs::RegisterProfilePrefs(registry);
Zaina Al-Mashnie9742422024-04-08 08:33:271965 safety_hub_prefs::RegisterSafetyHubAndroidProfilePrefs(registry);
Patrick Noland87d9f842019-01-16 03:52:021966 usage_stats::UsageStatsBridge::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101967 variations::VariationsService::RegisterProfilePrefs(registry);
Ella Gebf864d372023-06-06 17:44:311968 webapps::InstallPromptPrefs::RegisterProfilePrefs(registry);
Jan Keitel98b2cc42022-09-20 05:38:391969#else // BUILDFLAG(IS_ANDROID)
Emily Shack670f745c2023-03-03 19:47:301970 bookmarks_webui::RegisterProfilePrefs(registry);
johnme627dc8c72016-08-19 21:49:391971 browser_sync::ForeignSessionHandler::RegisterProfilePrefs(registry);
Dana Fried68baeb002023-09-18 20:25:041972 BrowserFeaturePromoStorageService::RegisterProfilePrefs(registry);
evliuc5b5a722022-10-28 00:05:491973 captions::LiveTranslateController::RegisterProfilePrefs(registry);
dljames4b665b22023-09-21 19:35:081974 CartService::RegisterProfilePrefs(registry);
Nina Satragno8c832df2019-07-29 15:59:391975 ChromeAuthenticatorRequestDelegate::RegisterProfilePrefs(registry);
Matt Jones43bca672023-11-22 15:19:271976 commerce::CommerceUiTabHelper::RegisterProfilePrefs(registry);
Shakti Sahu05ea4e12023-03-28 07:33:101977 companion::PromoHandler::RegisterProfilePrefs(registry);
Anqing Zhao9595e482021-06-10 11:33:551978 DeviceServiceImpl::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101979 DevToolsWindow::RegisterProfilePrefs(registry);
Tibor Goldschwendt610d0372021-05-11 01:39:021980 DriveService::RegisterProfilePrefs(registry);
Dominique Fauteux-Chapleau130242bf2020-12-07 19:07:481981 enterprise_connectors::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101982 extensions::CommandService::RegisterProfilePrefs(registry);
1983 extensions::TabsCaptureVisibleTabFunction::RegisterProfilePrefs(registry);
gabdac09c03b2017-03-22 20:00:111984 first_run::RegisterProfilePrefs(registry);
johnme627dc8c72016-08-19 21:49:391985 gcm::RegisterProfilePrefs(registry);
Florian Jackya33ad152023-11-22 11:46:041986 HatsServiceDesktop::RegisterProfilePrefs(registry);
Tibor Goldschwendtf3a3ce92021-08-17 00:42:161987 NtpCustomBackgroundService::RegisterProfilePrefs(registry);
George Benz13da3df02022-01-14 00:03:521988 media_router::RegisterAccessCodeProfilePrefs(registry);
Derek Cheng23a01402018-07-24 13:38:141989 media_router::RegisterProfilePrefs(registry);
Tibor Goldschwendt53ca78b2020-10-07 19:56:181990 NewTabPageHandler::RegisterProfilePrefs(registry);
Tibor Goldschwendtbbdbe8f2021-05-20 19:27:391991 NewTabPageUI::RegisterProfilePrefs(registry);
Rohit Bhatia22e544f2021-10-05 15:32:261992 ntp::SafeBrowsingHandler::RegisterProfilePrefs(registry);
kristiparkc0199772018-07-18 05:25:421993 ntp_tiles::CustomLinksManagerImpl::RegisterProfilePrefs(registry);
Jeremy Selier730b56d32021-09-17 02:59:391994 PhotosService::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101995 PinnedTabCodec::RegisterProfilePrefs(registry);
Yann Dago44d6cc322022-07-13 17:46:251996 policy::DeveloperToolsPolicyHandler::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:101997 PromoService::RegisterProfilePrefs(registry);
dljames4b665b22023-09-21 19:35:081998 RecipesService::RegisterProfilePrefs(registry);
Mark Schillaciba4a7322022-06-29 15:08:351999 RegisterReadAnythingProfilePrefs(registry);
Eduard Hez55d711f2023-07-12 12:10:072000 RegisterSafetyHubProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:102001 settings::SettingsUI::RegisterProfilePrefs(registry);
Victor Hugo Vianna Silva3452787c2022-07-28 23:25:302002 send_tab_to_self::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:102003 signin::RegisterProfilePrefs(registry);
tmartino6254f472016-11-21 01:22:562004 StartupBrowserCreator::RegisterProfilePrefs(registry);
Marlon Facey79d84f77b2024-02-08 18:49:432005 TabResumptionPageHandler::RegisterProfilePrefs(registry);
Taylor Bergquistc0109ac2023-11-18 01:10:042006 tab_organization_prefs::RegisterProfilePrefs(registry);
Roman Aroracd8462c2021-08-03 01:20:332007 tab_search_prefs::RegisterProfilePrefs(registry);
Roman Arorabc876bf2023-08-03 15:25:212008 ThemeColorPickerHandler::RegisterProfilePrefs(registry);
dljames4b665b22023-09-21 19:35:082009 toolbar::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:102010 UnifiedAutoplayConfig::RegisterProfilePrefs(registry);
Caroline Rising065085a22023-02-22 14:34:092011 user_notes::RegisterProfilePrefs(registry);
Yuheng Huang841960592024-04-12 22:28:402012 tab_groups::SavedTabGroupUtils::RegisterProfilePrefs(registry);
dljames4b665b22023-09-21 19:35:082013
Michael Martis8b35dd72023-01-26 01:07:472014#if !BUILDFLAG(IS_CHROMEOS_LACROS)
2015 captions::LiveCaptionController::RegisterProfilePrefs(registry);
2016#endif // !BUILDFLAG(IS_CHROMEOS_LACROS)
Xiaohan Wangae7f9182022-01-16 00:37:522017#endif // BUILDFLAG(IS_ANDROID)
mvanouwerkerk9f0f38a2016-06-08 14:11:442018
Xiaohan Wangae7f9182022-01-16 00:37:522019#if BUILDFLAG(IS_CHROMEOS)
Benjamin Gordon24cc3552023-11-29 01:03:432020 extensions::DocumentScanAPIHandler::RegisterProfilePrefs(registry);
Maria Petrisorbb5226b2022-06-02 09:10:512021 extensions::login_api::RegisterProfilePrefs(registry);
Olya Kalitova39e913d52021-03-16 22:26:222022 extensions::platform_keys::RegisterProfilePrefs(registry);
Michael Ershovd9a627e2021-11-03 13:55:272023 certificate_manager::CertificatesHandler::RegisterProfilePrefs(registry);
Simon Hangl8ebaf732023-08-25 14:59:472024 chromeos::cloud_storage::RegisterProfilePrefs(registry);
Andrew Rayskiy0ec947f2023-08-23 09:19:542025 chromeos::cloud_upload::RegisterProfilePrefs(registry);
Michael Ershov5b2a7062022-01-17 14:28:452026 policy::PolicyCertService::RegisterProfilePrefs(registry);
Josh Simmons29bce0e82023-08-31 05:59:502027 quickoffice::RegisterProfilePrefs(registry);
Yanzhu Du76169d12022-09-21 02:53:312028 registry->RegisterBooleanPref(prefs::kDeskAPIThirdPartyAccessEnabled, false);
avynnf0708712023-10-26 21:19:302029 registry->RegisterBooleanPref(prefs::kDeskAPIDeskSaveAndShareEnabled, false);
Yanzhu Du428de9052022-10-05 22:46:582030 registry->RegisterListPref(prefs::kDeskAPIThirdPartyAllowlist);
Vignesh Shenvif47279d2022-04-07 10:55:362031 registry->RegisterBooleanPref(prefs::kInsightsExtensionEnabled, false);
Mohammed Abdonb4ae483c2024-01-09 22:15:162032 registry->RegisterBooleanPref(prefs::kEssentialSearchEnabled, false);
Mohammed Abdondd78eef2024-02-02 01:06:542033 registry->RegisterBooleanPref(prefs::kLastEssentialSearchValue, false);
Nicolas Dossou-Gbete8bf46c12022-05-16 14:20:172034 // By default showing Sync Consent is set to true. It can changed by policy.
2035 registry->RegisterBooleanPref(prefs::kEnableSyncConsent, true);
anina koehlerf1e29df62022-08-10 07:22:322036 registry->RegisterListPref(
2037 chromeos::prefs::kKeepFullscreenWithoutNotificationUrlAllowList,
2038 PrefRegistry::PUBLIC);
zhumatthew58f3c2332024-02-15 21:46:482039 registry->RegisterBooleanPref(policy::policy_prefs::kFloatingWorkspaceEnabled,
2040 false);
Vignesh Shenvidfab2b12023-08-07 19:13:002041 ::reporting::RegisterProfilePrefs(registry);
Andrew Rayskiy16f8cab2022-12-15 16:28:332042#if BUILDFLAG(USE_CUPS)
Pranav Batrae71407672021-08-16 23:53:002043 extensions::PrintingAPIHandler::RegisterProfilePrefs(registry);
Andrew Rayskiy16f8cab2022-12-15 16:28:332044#endif // BUILDFLAG(USE_CUPS)
Xiaohan Wangae7f9182022-01-16 00:37:522045#endif // BUILDFLAG(IS_CHROMEOS)
Olya Kalitova39e913d52021-03-16 22:26:222046
Yuta Hijikata31a359c2020-11-27 07:50:262047#if BUILDFLAG(IS_CHROMEOS_ASH)
James Cookc542d992019-11-08 23:34:242048 app_list::AppListSyncableService::RegisterProfilePrefs(registry);
Elitsa Bankova984491f2023-10-06 07:40:112049 apps::AlmanacFetcher::RegisterProfilePrefs(registry);
Nancy Wanga78b7a32021-04-28 05:10:292050 apps::AppPlatformMetricsService::RegisterProfilePrefs(registry);
Jeevan Shikarama73dec1a2022-09-08 05:51:522051 apps::AppPreloadService::RegisterProfilePrefs(registry);
Nikki Fangac3f0592023-02-14 01:31:192052 apps::deduplication::AppDeduplicationService::RegisterProfilePrefs(registry);
Tim Sergeant1231dcc2021-05-10 14:00:572053 apps::webapk_prefs::RegisterProfilePrefs(registry);
Hidehiko Abe33e9adf2017-09-13 06:12:232054 arc::prefs::RegisterProfilePrefs(registry);
James Cookc542d992019-11-08 23:34:242055 ArcAppListPrefs::RegisterProfilePrefs(registry);
Hidehiko Abe89f9b5c92023-09-19 04:37:112056 arc::ArcBootPhaseMonitorBridge::RegisterProfilePrefs(registry);
Anastasiia N0582a902021-12-08 17:44:592057 ash::AccountAppsAvailability::RegisterPrefs(registry);
Kushagra Sinhab37e24db2021-07-02 15:14:242058 account_manager::AccountManager::RegisterPrefs(registry);
Yeunjoo Choi19772c942021-03-08 14:51:112059 ash::ApkWebAppService::RegisterProfilePrefs(registry);
Yeunjoo Choi40d02412021-04-21 01:38:562060 ash::app_time::AppActivityRegistry::RegisterProfilePrefs(registry);
2061 ash::app_time::AppTimeController::RegisterProfilePrefs(registry);
Andreea Costinasc33add32023-07-13 16:57:132062 ash::AshProxyMonitor::RegisterProfilePrefs(registry);
Yeunjoo Choi65c73cc2022-08-02 05:30:162063 ash::assistant::prefs::RegisterProfilePrefs(registry);
Anastasiia N1ad94e1e2022-09-15 08:47:282064 ash::auth::AuthFactorConfig::RegisterPrefs(registry);
Yeunjoo Choi0e66c9aa2021-04-02 02:05:562065 ash::bluetooth::DebugLogsManager::RegisterPrefs(registry);
Henrique Ferreirobbaee882022-09-08 07:15:552066 ash::bluetooth_config::BluetoothPowerControllerImpl::RegisterProfilePrefs(
2067 registry);
Theo Johnson-Kanudc9f96272023-01-12 05:11:392068 ash::HatsBluetoothRevampTriggerImpl::RegisterProfilePrefs(registry);
Hidehiko Abe982c47d52024-02-07 17:20:232069 ash::ChromeUserManagerImpl::RegisterProfilePrefs(registry);
Henrique Ferreiro2029590e2021-09-23 08:01:522070 ash::ClientAppMetadataProviderService::RegisterProfilePrefs(registry);
Yeunjoo Choi47a6a142022-02-11 02:35:232071 ash::CupsPrintersManager::RegisterProfilePrefs(registry);
Yeunjoo Choi0dc579e42022-03-23 04:14:522072 ash::device_sync::RegisterProfilePrefs(registry);
Yeunjoo Choi651766c02021-04-26 11:45:432073 ash::FamilyUserChromeActivityMetrics::RegisterProfilePrefs(registry);
2074 ash::FamilyUserMetricsService::RegisterProfilePrefs(registry);
2075 ash::FamilyUserSessionMetrics::RegisterProfilePrefs(registry);
Yeunjoo Choiebbdaa62022-10-20 01:05:312076 ash::InlineLoginHandlerImpl::RegisterProfilePrefs(registry);
Yeunjoo Choi395103872021-07-22 01:16:072077 ash::first_run::RegisterProfilePrefs(registry);
Yeunjoo Choic4e54fe2021-06-09 02:11:392078 ash::file_system_provider::RegisterProfilePrefs(registry);
Yeunjoo Choi0842edfa2021-07-29 00:53:172079 ash::full_restore::RegisterProfilePrefs(registry);
Yeunjoo Choi4530b1792021-05-10 02:32:272080 ash::KerberosCredentialsManager::RegisterProfilePrefs(registry);
Yeunjoo Choi044ea242022-03-14 12:06:292081 ash::multidevice_setup::MultiDeviceSetupService::RegisterProfilePrefs(
Jordy Greenblatt2265de702018-07-26 19:05:262082 registry);
Yeunjoo Choi6c99c4d2022-08-08 03:11:112083 ash::NetworkMetadataStore::RegisterPrefs(registry);
Yeunjoo Choic1593bf2021-04-23 03:49:252084 ash::ReleaseNotesStorage::RegisterProfilePrefs(registry);
Yeunjoo Choif5706262021-08-24 01:11:242085 ash::HelpAppNotificationController::RegisterProfilePrefs(registry);
Henrique Ferreirob3ff980b2021-07-19 09:41:272086 ash::quick_unlock::FingerprintStorage::RegisterProfilePrefs(registry);
2087 ash::quick_unlock::PinStoragePrefs::RegisterProfilePrefs(registry);
Henrique Ferreiro4b21d142021-11-10 11:47:372088 ash::Preferences::RegisterProfilePrefs(registry);
Yeunjoo Choida53f442021-09-17 01:07:362089 ash::EnterprisePrintersProvider::RegisterProfilePrefs(registry);
Yeunjoo Choi09213db2021-04-16 03:42:082090 ash::parent_access::ParentAccessService::RegisterProfilePrefs(registry);
Yue Lia3125692022-01-05 20:05:432091 quick_answers::prefs::RegisterProfilePrefs(registry);
Henrique Ferreirob3ff980b2021-07-19 09:41:272092 ash::quick_unlock::RegisterProfilePrefs(registry);
Henrique Ferreiroec8355d2021-07-20 08:20:082093 ash::RegisterSamlProfilePrefs(registry);
Yeunjoo Choi651766c02021-04-26 11:45:432094 ash::ScreenTimeController::RegisterProfilePrefs(registry);
Henrique Ferreirofad33bd2021-01-29 00:28:402095 ash::EduCoexistenceConsentInvalidationController::RegisterProfilePrefs(
yilkalc04a16dc2020-11-04 22:07:072096 registry);
Yeunjoo Choi38cea422022-10-18 06:19:172097 ash::EduCoexistenceLoginHandler::RegisterProfilePrefs(registry);
Henrique Ferreiroa264c8c02021-07-20 08:31:472098 ash::SigninErrorNotifier::RegisterPrefs(registry);
Yeunjoo Choicf61fba2021-04-23 02:43:092099 ash::ServicesCustomizationDocument::RegisterProfilePrefs(registry);
Yeunjoo Choiba3d9972022-10-11 12:50:122100 ash::settings::OSSettingsUI::RegisterProfilePrefs(registry);
Henrique Ferreirob403be32021-09-22 07:15:362101 ash::StartupUtils::RegisterOobeProfilePrefs(registry);
Aiden Chiavatti112d3672023-03-17 21:13:412102 ash::user_image::prefs::RegisterProfilePrefs(registry);
Henrique Ferreirocddc8012021-03-26 00:47:152103 ash::UserImageSyncObserver::RegisterProfilePrefs(registry);
Jong Ahn6f1c54a42022-01-18 00:20:562104 ChromeMetricsServiceClient::RegisterProfilePrefs(registry);
Renee Wrightc41d5432018-04-26 05:27:372105 crostini::prefs::RegisterProfilePrefs(registry);
sdefresne8593e6432015-12-01 12:38:082106 flags_ui::PrefServiceFlagsStorage::RegisterProfilePrefs(registry);
Joel Hockey7fb974342019-06-27 23:35:052107 guest_os::prefs::RegisterProfilePrefs(registry);
Toni Barzic14329d02017-07-17 21:59:122108 lock_screen_apps::StateController::RegisterProfilePrefs(registry);
Olya Kalitovac869f962018-12-04 12:01:232109 plugin_vm::prefs::RegisterProfilePrefs(registry);
GioVAX287418d2020-11-23 17:56:592110 policy::ArcAppInstallEventLogger::RegisterProfilePrefs(registry);
Bartosz Fabianowskid4d93a72018-05-17 18:49:482111 policy::AppInstallEventLogManagerWrapper::RegisterProfilePrefs(registry);
Marcelo Almeida9ef8c132019-05-13 20:19:122112 policy::StatusCollector::RegisterProfilePrefs(registry);
Henrique Ferreiroe2cbaaf2022-01-10 15:02:232113 ash::SystemProxyManager::RegisterProfilePrefs(registry);
Erik Chenc2927bbd2021-09-22 23:20:072114 ChromeShelfPrefs::RegisterProfilePrefs(registry);
stevenjbf22f82e2016-10-26 21:47:382115 ::onc::RegisterProfilePrefs(registry);
Yeunjoo Choicd4cc5382021-03-25 08:50:492116 ash::cert_provisioning::RegisterProfilePrefs(registry);
Nicholas Hollingumf4c11e32020-10-05 22:52:572117 borealis::prefs::RegisterProfilePrefs(registry);
Gavin Williamsf6781f3e2021-04-22 01:13:492118 ash::ChromeScanningAppDelegate::RegisterProfilePrefs(registry);
yilkal95d9f882021-10-18 21:59:002119 ProjectorAppClientImpl::RegisterProfilePrefs(registry);
Geng Li11526bb42022-02-15 23:59:142120 ash::floating_workspace_util::RegisterProfilePrefs(registry);
Sanja Perisic91217932022-04-13 13:45:022121 policy::RebootNotificationsScheduler::RegisterProfilePrefs(registry);
Edman Anjos0f2ad562023-11-08 10:40:492122 ash::KioskChromeAppManager::RegisterProfilePrefs(registry);
Andrew Rayskiy47076d72022-09-27 18:46:142123 file_manager::file_tasks::RegisterProfilePrefs(registry);
Nigel Taoa1d4dce2022-10-18 00:01:202124 file_manager::prefs::RegisterProfilePrefs(registry);
Fergus Dall54a6a432022-11-18 17:35:292125 bruschetta::prefs::RegisterProfilePrefs(registry);
Chris Mullinse59586192023-03-06 17:42:172126 wallpaper_handlers::prefs::RegisterProfilePrefs(registry);
Vignesh Shenvi145bf6e2023-05-08 22:11:302127 ash::reporting::RegisterProfilePrefs(registry);
Yuta Hijikata31a359c2020-11-27 07:50:262128#endif // BUILDFLAG(IS_CHROMEOS_ASH)
gab3ca4a492017-03-02 00:19:412129
Darin Fisher127d5782021-01-20 20:32:342130#if BUILDFLAG(IS_CHROMEOS_LACROS)
2131 lacros_prefs::RegisterProfilePrefs(registry);
Andreea Costinas68cad91f2021-09-22 15:58:092132 chromeos::ProxyConfigServiceLacros::RegisterProfilePrefs(registry);
Ian Helmkec4a4e452022-05-09 22:17:582133 lacros_prefs::RegisterExtensionControlledAshPrefs(registry);
Irina Fedorova13745422022-07-15 12:59:002134 KioskSessionServiceLacros::RegisterProfilePrefs(registry);
Nancy Wangc84098e2022-10-24 10:30:362135 apps::WebsiteMetricsServiceLacros::RegisterProfilePrefs(registry);
Darin Fisher127d5782021-01-20 20:32:342136#endif
2137
Xiaohan Wangae7f9182022-01-16 00:37:522138#if BUILDFLAG(IS_WIN)
Alex St-Onge9e4b9b72021-06-08 15:35:542139 CdmPrefServiceHelper::RegisterProfilePrefs(registry);
Scott Violet3ff87d062021-12-21 06:10:102140 FontPrewarmerTabHelper::RegisterProfilePrefs(registry);
[email protected]37ca3fe02013-07-05 15:32:442141 NetworkProfileBubble::RegisterProfilePrefs(registry);
[email protected]a4422802012-05-03 09:19:152142#endif
[email protected]eeec6ca2013-02-21 15:10:432143
Sebastien Lalancette413625312023-05-08 13:58:012144#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) || \
2145 BUILDFLAG(IS_CHROMEOS_ASH)
Zonghan Xuc528f6e82022-08-09 22:31:582146 device_signals::RegisterProfilePrefs(registry);
Sebastien Lalancette413625312023-05-08 13:58:012147#endif // BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX) ||
2148 // BUILDFLAG(IS_CHROMEOS_ASH)
Zonghan Xuc528f6e82022-08-09 22:31:582149
Nicolas Ouellet-Payeurc1b89932022-09-30 16:22:532150#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC) || BUILDFLAG(IS_LINUX)
Nicolas4b82a652019-01-04 17:42:382151 browser_switcher::BrowserSwitcherPrefs::RegisterProfilePrefs(registry);
Nicolas Ouellet-Payeurcb894532023-09-28 04:03:152152 enterprise_signin::RegisterProfilePrefs(registry);
Nicolas Ouellet-Payeur9a4a94d2018-09-17 15:26:112153#endif
2154
Miyoung Shin16caa0c12023-11-15 14:09:462155#if BUILDFLAG(ENABLE_EXTENSIONS) && !BUILDFLAG(IS_CHROMEOS_ASH)
Daniel Murphy3657906d2021-04-13 20:33:122156 preinstalled_apps::RegisterProfilePrefs(registry);
Becca Hughes7d2bbb82018-08-07 22:56:592157#endif
2158
Xiaohan Wangae7f9182022-01-16 00:37:522159#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS)
Kristi Parkd0f72412021-07-02 01:09:032160 sharing_hub::RegisterProfilePrefs(registry);
2161#endif
2162
Lei Zhang92c15542020-01-10 17:05:102163#if defined(TOOLKIT_VIEWS)
2164 accessibility_prefs::RegisterInvertBubbleUserPrefs(registry);
Yuheng Huang9ce54892022-05-06 19:29:392165 side_search_prefs::RegisterProfilePrefs(registry);
Lei Zhang92c15542020-01-10 17:05:102166 RegisterBrowserViewProfilePrefs(registry);
Owen Minef022e92019-10-15 21:25:212167#endif
2168
Duncan Mercer8062eef2022-12-28 22:28:372169#if BUILDFLAG(ENABLE_LENS_DESKTOP)
Juan Mojica4669f8d2021-08-05 20:01:452170 registry->RegisterBooleanPref(
2171 prefs::kLensRegionSearchEnabled, true,
2172 user_prefs::PrefRegistrySyncable::SYNCABLE_PREF);
Duncan Mercer8062eef2022-12-28 22:28:372173 registry->RegisterBooleanPref(prefs::kLensDesktopNTPSearchEnabled, true);
2174#endif
2175
2176#if !BUILDFLAG(IS_ANDROID)
Martin Kreichgauerd7aa4f92022-02-22 20:46:212177 registry->RegisterBooleanPref(
2178 webauthn::pref_names::kRemoteProxiedRequestsAllowed, false);
dljames0a96ef192022-07-07 23:31:432179
Nina Satragno42747a42023-06-29 15:25:272180 registry->RegisterStringPref(
2181 webauthn::pref_names::kLastUsedPairingFromSyncPublicKey, "");
2182
Ken Buchanan6387f002024-04-19 12:48:242183 registry->RegisterIntegerPref(
2184 webauthn::pref_names::kEnclaveFailedPINAttemptsCount, 0);
2185
Caroline Risingf4b49092023-03-23 02:28:262186 side_panel_prefs::RegisterProfilePrefs(registry);
Juan Mojica4669f8d2021-08-05 20:01:452187#endif
2188
Nina Satragnod7b8fb42022-11-10 20:43:392189 registry->RegisterBooleanPref(webauthn::pref_names::kAllowWithBrokenCerts,
2190 false);
2191
Sean Harrisonf263b732021-12-07 11:17:522192 registry->RegisterBooleanPref(prefs::kPrivacyGuideViewed, false);
2193
James Cook0ba192bf2017-12-01 20:53:112194 RegisterProfilePrefsForMigration(registry);
Alison Gale6bf2cc52022-09-08 15:11:492195
2196#if !BUILDFLAG(IS_ANDROID)
Alison Gale3a43a5f02023-12-14 16:04:222197 registry->RegisterIntegerPref(prefs::kMemorySaverChipExpandedCount, 0);
2198 registry->RegisterTimePref(prefs::kLastMemorySaverChipExpandedTimestamp,
Alison Gale58bb3cd52023-04-21 15:03:202199 base::Time());
Alison Gale6bf2cc52022-09-08 15:11:492200#endif
Anders Hartvoll Ruudeedebdc2022-10-12 15:38:012201
2202#if BUILDFLAG(IS_ANDROID)
2203 registry->RegisterBooleanPref(prefs::kVirtualKeyboardResizesLayoutByDefault,
2204 false);
2205#endif
Kirubel Aklilubb804082022-11-10 19:02:302206
Kyungjun Lee0dcd7c3e2022-12-16 22:01:392207#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Kyungjun Lee6faff152023-10-23 18:04:312208 registry->RegisterBooleanPref(prefs::kAccessibilityPdfOcrAlwaysActive, true);
Kyungjun Lee0dcd7c3e2022-12-16 22:01:392209#endif // BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
Yuta Hijikata9cd674122023-07-29 15:43:372210
2211#if BUILDFLAG(IS_CHROMEOS_ASH)
2212 registry->RegisterBooleanPref(kClearUserDataDir1Pref, false);
2213#endif
Andrew Williams0e136592023-08-09 15:13:342214
2215 registry->RegisterBooleanPref(prefs::kBlockTruncatedCookies, true);
Jonathan Hao3a829c12023-10-24 14:35:472216 registry->RegisterBooleanPref(
2217 prefs::kManagedPrivateNetworkAccessRestrictionsEnabled, false);
Dominique Fauteux-Chapleaub6be8ae2023-09-26 13:48:402218
2219#if BUILDFLAG(ENTERPRISE_DATA_CONTROLS)
2220 data_controls::RegisterProfilePrefs(registry);
2221#endif // BUILDFLAG(ENTERPRISE_DATA_CONTROLS)
Georgina Sanchez Buenrostro57c36622023-10-26 00:53:122222
2223#if BUILDFLAG(IS_WIN)
2224 registry->RegisterBooleanPref(prefs::kNativeHostsExecutablesLaunchDirectly,
2225 false);
2226#endif // BUILDFLAG(IS_WIN)
Anthony Cui417bf4b2023-11-17 20:48:042227
Anthony Cuifc4726fc2023-12-01 23:28:472228#if BUILDFLAG(ENABLE_COMPOSE)
Anthony Cui74262132024-01-04 20:29:582229 registry->RegisterBooleanPref(prefs::kPrefHasCompletedComposeFRE, false);
Anthony Cui417bf4b2023-11-17 20:48:042230#endif
Alex Chen6d6382e2024-04-09 22:52:482231
2232#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_FUCHSIA)
2233 registry->RegisterIntegerPref(prefs::kChromeDataRegionSetting, 0);
2234#endif
initial.commit09911bf2008-07-26 23:55:292235}
license.botbf09a502008-08-24 00:55:552236
[email protected]37ca3fe02013-07-05 15:32:442237void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
Xi Han25a7f032019-04-18 21:44:212238 RegisterUserProfilePrefs(registry, g_browser_process->GetApplicationLocale());
2239}
2240
2241void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry,
2242 const std::string& locale) {
2243 RegisterProfilePrefs(registry, locale);
[email protected]2424cc52013-07-17 13:44:382244
Xiaohan Wangae7f9182022-01-16 00:37:522245#if BUILDFLAG(IS_ANDROID)
mlliuee3a405c2016-10-28 22:34:522246 ::android::RegisterUserProfilePrefs(registry);
2247#endif
Yuta Hijikata31a359c2020-11-27 07:50:262248#if BUILDFLAG(IS_CHROMEOS_ASH)
John Palmer1e70a002023-08-15 02:20:342249 ash::RegisterUserProfilePrefs(registry, locale);
Kush Sinha31d120b72023-09-04 12:21:542250 ash::TokenHandleFetcher::RegisterPrefs(registry);
Xiyuan Xia5a8c4172019-05-13 16:23:482251#endif
[email protected]37ca3fe02013-07-05 15:32:442252}
2253
[email protected]8eefe842014-01-17 06:42:402254void RegisterScreenshotPrefs(PrefRegistrySimple* registry) {
2255 registry->RegisterBooleanPref(prefs::kDisableScreenshots, false);
2256}
2257
Yuta Hijikata31a359c2020-11-27 07:50:262258#if BUILDFLAG(IS_CHROMEOS_ASH)
John Palmer1e70a002023-08-15 02:20:342259void RegisterSigninProfilePrefs(user_prefs::PrefRegistrySyncable* registry,
2260 std::string_view country) {
Xi Han25a7f032019-04-18 21:44:212261 RegisterProfilePrefs(registry, g_browser_process->GetApplicationLocale());
John Palmer1e70a002023-08-15 02:20:342262 ash::RegisterSigninProfilePrefs(registry, country);
[email protected]37ca3fe02013-07-05 15:32:442263}
Eyor Alemayehu4b516fb2019-02-20 20:24:292264
[email protected]37ca3fe02013-07-05 15:32:442265#endif
2266
rkaplowf216caf2015-03-02 22:37:452267// This method should be periodically pruned of year+ old migrations.
Gabriel Charette1eecf132021-04-15 16:55:532268// See chrome/browser/prefs/README.md for details.
Lei Zhangb76b80e32020-04-08 16:58:162269void MigrateObsoleteLocalStatePrefs(PrefService* local_state) {
Scott Littlec463f3362022-02-15 18:44:242270 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
2271 // or cleared here, and that pref is also used in iOS Chrome, it may also need
2272 // to be migrated or cleared specifically for iOS as well. This could be by
2273 // doing the migration in feature code that's called by all platforms instead
2274 // of here, or by calling migration code in the appropriate place for iOS
Gauthier Ambardfd73b8a12023-05-17 09:54:432275 // specifically, e.g. ios/chrome/browser/shared/model/prefs/browser_prefs.mm.
Scott Littlec463f3362022-02-15 18:44:242276
Dominic Battre645d42342020-12-04 16:14:102277 // BEGIN_MIGRATE_OBSOLETE_LOCAL_STATE_PREFS
2278 // Please don't delete the preceding line. It is used by PRESUBMIT.py.
2279
Brittany Hartmire1ffd662e2023-04-04 22:46:512280// Added 04/2023.
2281#if BUILDFLAG(IS_CHROMEOS_ASH)
2282 local_state->ClearPref(kEasyUnlockHardlockState);
2283#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2284
Artem Sumaneev77f80bb2023-04-11 14:04:582285 // Added 04/2023.
2286 local_state->ClearPref(kTypeSubscribedForInvalidations);
2287 local_state->ClearPref(kActiveRegistrationToken);
2288 local_state->ClearPref(kFCMInvalidationClientIDCache);
2289
Osama Fathy5d236652023-04-17 17:31:122290// Added 04/2023.
2291#if BUILDFLAG(IS_CHROMEOS_ASH)
2292 local_state->ClearPref(kConsolidatedConsentTrial);
2293#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2294
Roland Bock8e21dd022023-04-27 09:33:482295// Added 04/2023.
2296#if BUILDFLAG(IS_CHROMEOS_ASH)
2297 local_state->ClearPref(kEnrollmentIdUploadedOnChromad);
2298 local_state->ClearPref(kLastChromadMigrationAttemptTime);
2299#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2300
Pilar Molina Lopezef825502023-05-12 18:08:482301 // Added 05/2023.
Colin Blundella2aea272023-05-15 09:50:002302 local_state->ClearPref(kForceEnablePepperVideoDecoderDevAPI);
2303
2304 // Added 05/2023.
Pilar Molina Lopezef825502023-05-12 18:08:482305 local_state->ClearPref(kUseMojoVideoDecoderForPepperAllowed);
2306
Mariam Ali4c166962024-01-04 12:18:162307 // Added 05/2023.
Vasiliy Telezhnikov2a786452023-05-12 23:53:372308 local_state->ClearPref(kPPAPISharedImagesSwapChainAllowed);
2309
Ramin Halavatiec90e022023-05-23 13:55:052310// Added 05/2023.
2311#if BUILDFLAG(ENABLE_SCREEN_AI_SERVICE)
2312 local_state->ClearPref(kScreenAIScheduledDeletionTimePrefName);
2313#endif
2314
Mariam Ali4c166962024-01-04 12:18:162315// Added 05/2023.
Cathy Li7ff029622023-05-26 04:56:522316#if BUILDFLAG(IS_ANDROID)
2317 local_state->ClearPref(kWeeklyStatsReportingTimestamp);
2318#endif
2319
Hidehiko Abead7991f22023-05-31 14:32:222320// Added 05/2023.
2321#if BUILDFLAG(IS_CHROMEOS_ASH)
2322 local_state->ClearPref(kSupervisedUsersFirstRun);
2323 local_state->ClearPref(kSupervisedUserSyncId);
2324 local_state->ClearPref(kSupervisedUserManagers);
2325 local_state->ClearPref(kSupervisedUserManagerNames);
2326 local_state->ClearPref(kSupervisedUserManagerDisplayEmails);
2327
2328 local_state->ClearPref(kSupervisedUserPasswordSchema);
2329 local_state->ClearPref(kSupervisedUserPasswordSalt);
2330 local_state->ClearPref(kSupervisedUserPasswordRevision);
2331
2332 local_state->ClearPref(kSupervisedUserNeedPasswordUpdate);
2333 local_state->ClearPref(kSupervisedUserIncompleteKey);
2334#endif
2335
Eshwar Stalin883b5a72023-07-11 02:05:592336// Added 07/2023.
2337#if !BUILDFLAG(IS_ANDROID)
2338 local_state->ClearPref(kLegacyHoverCardImagesEnabled);
2339#endif
2340
Etienne Bergeron6ac228e2023-08-02 17:39:042341 // Added 07/2023.
2342 local_state->ClearPref(kShutdownNumProcesses);
2343 local_state->ClearPref(kShutdownNumProcessesSlow);
Etienne Bergeronec5c88fb2023-08-07 15:09:392344 local_state->ClearPref(kShutdownType);
Etienne Bergeron6ac228e2023-08-02 17:39:042345
Daniel Ruberya440a6b12023-09-08 22:04:332346 // Added 09/2023.
2347#if BUILDFLAG(IS_WIN)
2348 local_state->ClearPref(kSwReporter);
2349 local_state->ClearPref(kChromeCleaner);
2350#endif
2351
Ahmed Mehfooze6c06892023-09-14 00:48:172352// Added 09/2023.
2353#if BUILDFLAG(IS_CHROMEOS_ASH)
2354 local_state->ClearPref(kGestureEducationNotificationShown);
2355#endif
2356
Zelin Liuafae5a22023-12-18 22:16:072357// Added 11/2023.
2358#if BUILDFLAG(IS_CHROMEOS_ASH)
2359 local_state->ClearPref(kIsolatedWebAppsEnabled);
2360#endif
2361
Mariam Ali4c166962024-01-04 12:18:162362 // Added 12/2023.
Antonio Sartori910f325932023-12-19 16:19:032363 local_state->ClearPref(kPrivacyBudgetReportedReidBlocks);
2364
Vasiliy Telezhnikov3600f1e2024-01-13 01:28:342365 // Added 01/2024.
2366 local_state->ClearPref(kPPAPISharedImagesForVideoDecoderAllowed);
2367
Michael Checoc64e6b0f2024-01-24 03:00:382368// Added 01/2024.
2369#if BUILDFLAG(IS_CHROMEOS_ASH)
2370 local_state->ClearPref(kExtendedFkeysModifier);
2371#endif
2372
Leonard Grey8f81011a2024-02-07 17:59:452373// Added 02/2024
2374#if BUILDFLAG(IS_MAC)
2375 local_state->ClearPref(kScreenTimeEnabled);
2376#endif
Nicolas Dossou-Gbete166dffd2024-02-16 15:46:512377
2378 // Added 02/2024
2379 local_state->ClearPref(kSearchEnginesChoiceProfile);
2380
Will Harris234a5252024-02-26 23:44:572381#if BUILDFLAG(IS_WIN)
2382 // Deprecated 02/2024.
2383 local_state->ClearPref(kOsCryptAppBoundFixedDataPrefName);
Will Harrisd511eaa2024-03-26 17:52:472384 // Deprecated 03/2024.
2385 local_state->ClearPref(kOsCryptAppBoundFixedData2PrefName);
Will Harris234a5252024-02-26 23:44:572386#endif
2387
Hirthanan Subenderanc7a6c192024-03-12 19:14:362388#if BUILDFLAG(IS_CHROMEOS_ASH)
2389 // Added 03/2024.
2390 local_state->ClearPref(kOobeGuestAcceptedTos);
2391#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2392
Dominic Battre645d42342020-12-04 16:14:102393 // Please don't delete the following line. It is used by PRESUBMIT.py.
2394 // END_MIGRATE_OBSOLETE_LOCAL_STATE_PREFS
Scott Littlec463f3362022-02-15 18:44:242395
2396 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
2397 // or cleared here, and that pref is also used in iOS Chrome, it may also need
2398 // to be migrated or cleared specifically for iOS as well. This could be by
2399 // doing the migration in feature code that's called by all platforms instead
2400 // of here, or by calling migration code in the appropriate place for iOS
Gauthier Ambardfd73b8a12023-05-17 09:54:432401 // specifically, e.g. ios/chrome/browser/shared/model/prefs/browser_prefs.mm.
rkaplowf216caf2015-03-02 22:37:452402}
2403
2404// This method should be periodically pruned of year+ old migrations.
Gabriel Charette1eecf132021-04-15 16:55:532405// See chrome/browser/prefs/README.md for details.
Victor Hugo Vianna Silva6cc84402023-12-06 15:21:572406void MigrateObsoleteProfilePrefs(PrefService* profile_prefs,
2407 const base::FilePath& profile_path) {
Scott Littlec463f3362022-02-15 18:44:242408 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
2409 // or cleared here, and that pref is also used in iOS Chrome, it may also need
2410 // to be migrated or cleared specifically for iOS as well. This could be by
2411 // doing the migration in feature code that's called by all platforms instead
2412 // of here, or by calling migration code in the appropriate place for iOS
Gauthier Ambardfd73b8a12023-05-17 09:54:432413 // specifically, e.g. ios/chrome/browser/shared/model/prefs/browser_prefs.mm.
Scott Littlec463f3362022-02-15 18:44:242414
Dominic Battre645d42342020-12-04 16:14:102415 // BEGIN_MIGRATE_OBSOLETE_PROFILE_PREFS
2416 // Please don't delete the preceding line. It is used by PRESUBMIT.py.
2417
wutaobc9027e2020-04-08 02:01:442418 // Check MigrateDeprecatedAutofillPrefs() to see if this is safe to remove.
Moe Ahmadic3061bd2018-08-30 16:25:322419 autofill::prefs::MigrateDeprecatedAutofillPrefs(profile_prefs);
Alexandr Ilin273e20b2018-09-05 19:47:572420
Tarun Bansal99e447d2020-03-17 10:07:562421 // Added 3/2020.
Julian Pastarmov7da3bc22021-03-30 14:30:182422 // TODO(crbug.com/1062698): Remove this once the privacy settings redesign
2423 // is fully launched.
Ben Schwartz135746c2020-05-14 04:37:032424 chrome_browser_net::secure_dns::MigrateProbesSettingToOrFromBackup(
2425 profile_prefs);
wutao2e24aff2020-04-03 17:01:022426
David Roger877bdc72022-10-19 09:38:512427 // Once this migration is complete, the tracked preference
Mikel Astiz662cb5e22023-10-02 16:04:242428 // `kGoogleServicesLastSyncingAccountIdDeprecated` can be removed.
David Roger877bdc72022-10-19 09:38:512429 if (profile_prefs->HasPrefPath(
Mikel Astiz662cb5e22023-10-02 16:04:242430 prefs::kGoogleServicesLastSyncingAccountIdDeprecated)) {
2431 std::string account_id = profile_prefs->GetString(
2432 prefs::kGoogleServicesLastSyncingAccountIdDeprecated);
2433 profile_prefs->ClearPref(
2434 prefs::kGoogleServicesLastSyncingAccountIdDeprecated);
David Roger877bdc72022-10-19 09:38:512435 bool is_email = account_id.find('@') != std::string::npos;
Andrew Breggerf89f1322023-02-01 02:22:032436 if (!is_email && !account_id.empty()) {
Mikel Astiz662cb5e22023-10-02 16:04:242437 profile_prefs->SetString(prefs::kGoogleServicesLastSyncingGaiaId,
2438 account_id);
Andrew Breggerf89f1322023-02-01 02:22:032439 }
David Roger877bdc72022-10-19 09:38:512440 }
2441
Charles Meng7e9ad6c2024-03-12 21:03:332442 // TODO(326079444): After experiment is over, update the deprecated date and
2443 // allow this to be cleaned up.
2444#if !BUILDFLAG(IS_ANDROID) && !BUILDFLAG(IS_CHROMEOS_ASH)
2445 MigrateDefaultBrowserLastDeclinedPref(profile_prefs);
2446#endif
2447
Richard Chui821cdad2023-04-07 21:39:572448// Added 04/2023.
2449#if BUILDFLAG(IS_CHROMEOS_ASH)
2450 profile_prefs->ClearPref(kBentoBarEnabled);
2451 profile_prefs->ClearPref(kUserHasUsedDesksRecently);
2452#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2453
Dan Harrington83791492023-04-10 20:49:272454// Added 04/2023.
2455#if BUILDFLAG(IS_ANDROID)
2456 profile_prefs->ClearPref(kBackoff);
2457 profile_prefs->ClearPref(kUserSettingEnabled);
2458 profile_prefs->ClearPref(kLimitlessPrefetchingEnabledTimePref);
2459 profile_prefs->ClearPref(kPrefetchTestingHeaderPref);
2460 profile_prefs->ClearPref(kEnabledByServer);
2461 profile_prefs->ClearPref(kNextForbiddenCheckTimePref);
2462 profile_prefs->ClearPref(kPrefetchCachedGCMToken);
2463#endif
2464
Artem Sumaneev77f80bb2023-04-11 14:04:582465 // Added 04/2023.
2466 profile_prefs->ClearPref(kTypeSubscribedForInvalidations);
2467 profile_prefs->ClearPref(kActiveRegistrationToken);
2468 profile_prefs->ClearPref(kFCMInvalidationClientIDCache);
2469
Dan Harrington899e25232023-04-11 18:23:572470 // Added 04/2023.
2471#if BUILDFLAG(IS_ANDROID)
2472 ntp_snippets::prefs::MigrateObsoleteProfilePrefsApril2023(profile_prefs);
2473#endif
2474
Jérémie Boulic8d672f22023-04-18 02:44:052475// Added 04/2023.
2476#if BUILDFLAG(IS_CHROMEOS_ASH)
2477 profile_prefs->ClearPref(kOfficeFilesAlwaysMove);
2478 profile_prefs->ClearPref(kOfficeMoveConfirmationShown);
2479#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2480
Brittany Hartmire402a3922023-04-18 22:15:362481// Added 04/2023.
2482#if BUILDFLAG(IS_CHROMEOS_ASH)
2483 profile_prefs->ClearPref(kProximityAuthIsChromeOSLoginEnabled);
2484#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2485
Brittany Hartmire22aa1ae82023-05-09 17:37:232486// Added 05/2023.
2487#if BUILDFLAG(IS_CHROMEOS_ASH)
2488 profile_prefs->ClearPref(kSmartLockSigninAllowed);
2489#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2490
David Trainorb7400c22023-05-10 19:17:062491// Added 05/2023.
2492#if BUILDFLAG(IS_ANDROID)
2493 profile_prefs->ClearPref(kVideoTutorialsPreferredLocaleKey);
2494 profile_prefs->ClearPref(kVideoTutorialsLastUpdatedTimeKey);
2495#endif // BUILDFLAG(IS_ANDROID
2496
Peter Marshall7fdea2b2023-05-15 01:16:382497// Added 05/2023.
2498#if BUILDFLAG(IS_CHROMEOS_ASH)
2499 profile_prefs->ClearPref(kOfficeSetupComplete);
2500#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2501
Elias Khsheibund1700562023-05-15 13:31:212502// Added 05/2023.
Michael Checo1f8625942023-05-23 19:33:472503#if BUILDFLAG(IS_CHROMEOS_ASH)
2504 profile_prefs->ClearPref(kEventRemappedToRightClick);
2505#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2506
2507// Added 05/2023.
Elias Khsheibund1700562023-05-15 13:31:212508#if BUILDFLAG(IS_ANDROID)
2509 profile_prefs->ClearPref(kTimesUPMAuthErrorShown);
2510#endif // BUILDFLAG(IS_ANDROID)
2511
Maciek Slusarczyk56833f02023-05-19 09:02:142512// Added 05/2023.
2513#if BUILDFLAG(IS_CHROMEOS_ASH)
2514 profile_prefs->ClearPref(kSamlPasswordSyncToken);
2515#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2516
Alan Cutter086bdf72023-06-09 02:40:112517// Added 06/2023.
2518#if BUILDFLAG(IS_CHROMEOS_ASH)
2519 profile_prefs->ClearPref(kWebAppCalculatorAppErasureFixAppliedPref);
2520#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2521
Alan Cutter3bfce6e2023-06-07 01:53:022522 // Added 06/2023.
2523 profile_prefs->ClearPref(kWebAppsExtensionIDs);
2524
Marc Treib7aaf21332023-06-14 08:30:012525 // Added 06/2023.
2526#if BUILDFLAG(IS_CHROMEOS_ASH)
2527 profile_prefs->ClearPref(kOsSyncPrefsMigrated);
2528#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2529
Yue Zhangf7cf6712023-06-16 18:11:322530 // Added 06/2023.
2531#if !BUILDFLAG(IS_ANDROID)
2532 profile_prefs->ClearPref(kShouldShowSidePanelBookmarkTab);
2533#endif // !BUILDFLAG(IS_ANDROID)
2534
Mariam Ali4c166962024-01-04 12:18:162535 // Added 06/2023.
Jian Li7541a082023-06-18 23:52:142536#if BUILDFLAG(ENABLE_FEED_V2)
2537 profile_prefs->ClearPref(kVideoPreviewsType);
2538#endif // BUILDFLAG(ENABLE_FEED_V2)
2539
Maciek Slusarczyk9fed52232023-06-21 14:46:072540 // Added 06/2023.
2541#if BUILDFLAG(IS_CHROMEOS_ASH)
2542 profile_prefs->ClearPref(kGaiaLastOnlineSignInTime);
2543 profile_prefs->ClearPref(kSAMLLastGAIASignInTime);
2544#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2545
Anthony Cui5e5dad9322023-07-10 17:34:542546 // Added 06/2023.
2547#if BUILDFLAG(IS_ANDROID)
2548 profile_prefs->ClearPref(kPrefExplicitLanguageAskShown);
2549#endif // BUILDFLAG(IS_ANDROID)
2550
Mihai Sardarescu6db89cf2023-07-04 07:36:022551// Added 07/2023.
2552#if !BUILDFLAG(IS_CHROMEOS_ASH)
2553 profile_prefs->ClearPref(kUnifiedConsentMigrationState);
2554#endif
2555
Viktor Semeniuk13075de02023-07-18 08:24:362556 // Added 07/2023.
2557 profile_prefs->ClearPref(kPasswordsGroupingInfoRequested);
2558
Hui Yingstd4c7a572023-07-18 18:16:152559 // Added 07/2023.
2560#if BUILDFLAG(IS_CHROMEOS_ASH)
2561 profile_prefs->ClearPref(kPowerMetricsIdleScreenOffCount);
2562 profile_prefs->ClearPref(kPowerMetricsIdleSuspendCount);
2563 profile_prefs->ClearPref(kPowerMetricsLidClosedSuspendCount);
2564#endif
Mikel Astiz5c4bda9b2023-07-21 10:28:032565 syncer::SyncPrefs::MigrateAutofillWalletImportEnabledPref(profile_prefs);
Hui Yingstd4c7a572023-07-18 18:16:152566
Christoph Schlosser1f1ec9b2023-07-26 08:12:562567// Added 07/2023.
2568#if BUILDFLAG(IS_CHROMEOS_ASH)
2569 profile_prefs->ClearPref(kHatsPrivacyHubBaselineIsSelected);
2570 profile_prefs->ClearPref(kHatsPrivacyHubBaselineCycleEndTs);
2571#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2572
Yuta Hijikata9cd674122023-07-29 15:43:372573// Added 07/2023.
2574#if BUILDFLAG(IS_CHROMEOS_ASH)
2575 profile_prefs->ClearPref(kClearUserDataDir1Pref);
2576#endif
2577
Rushan Suleymanov95b36922023-08-03 17:17:412578 // Added 08/2023.
2579 invalidation::InvalidatorRegistrarWithMemory::ClearDeprecatedPrefs(
2580 profile_prefs);
2581 invalidation::PerUserTopicSubscriptionManager::ClearDeprecatedPrefs(
2582 profile_prefs);
2583 invalidation::FCMInvalidationService::ClearDeprecatedPrefs(profile_prefs);
2584
François Degros82e8d052023-08-15 19:44:232585 // Added 08/2023.
2586 profile_prefs->ClearPref(kDriveFsBulkPinningMaxQueueSize);
2587
Mariam Ali4c166962024-01-04 12:18:162588 // Added 09/2023.
Nicola Tommasiff549832023-09-04 11:35:062589 profile_prefs->ClearPref(kPrivacySandboxM1Unrestricted);
Daniel Ruberya440a6b12023-09-08 22:04:332590#if BUILDFLAG(IS_WIN)
2591 profile_prefs->ClearPref(kSwReporter);
2592 profile_prefs->ClearPref(kSettingsResetPrompt);
2593 profile_prefs->ClearPref(kChromeCleaner);
2594#endif
Lily Chen492c670f2023-09-15 21:35:472595 profile_prefs->ClearPref(kDownloadBubbleEnabled);
Ankush Singh041ec0d2023-09-21 09:06:132596 profile_prefs->ClearPref(kPrivacySandboxManuallyControlled);
Mikel Astiz3dc3dabc2023-09-25 19:32:212597#if BUILDFLAG(IS_CHROMEOS_ASH)
2598 profile_prefs->ClearPref(kSyncInitialSyncFeatureSetupCompleteOnAsh);
2599#endif
Ivana Žužić2fa04d12023-09-29 13:46:312600#if BUILDFLAG(IS_ANDROID)
2601 profile_prefs->ClearPref(kSettingsMigratedToUPM);
2602#endif
Nicola Tommasiff549832023-09-04 11:35:062603
Mikel Astizd848587f2023-10-02 09:28:032604 // Added 10/2023.
2605 ClearSyncRequestedPrefAndMaybeMigrate(profile_prefs);
2606
James Hawkins8d2adfd2023-10-05 08:24:562607// Added 10/2023.
2608#if BUILDFLAG(IS_CHROMEOS_ASH)
2609 profile_prefs->ClearPref(kLastSuccessfulDomainPref);
2610 profile_prefs->ClearPref(kShouldAttemptReenable);
Jeremy Wu52e5c852023-10-31 01:45:092611 profile_prefs->ClearPref(kAudioVolumePercent);
James Hawkins8d2adfd2023-10-05 08:24:562612#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2613
Tim Sergeantce1539d2023-10-12 00:35:492614 // Added 10/2023.
2615#if BUILDFLAG(IS_CHROMEOS)
2616 profile_prefs->ClearPref(kSupportedLinksAppPrefsKey);
2617#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2618
Eric Suma2add402023-10-24 03:48:532619#if BUILDFLAG(IS_CHROMEOS_ASH)
2620 // Added 10/2023.
2621 profile_prefs->ClearPref(kNightLightCachedLatitude);
2622 profile_prefs->ClearPref(kNightLightCachedLongitude);
2623#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2624
Mariam Ali4c166962024-01-04 12:18:162625 // Added 11/2023.
Ryan Kalla4bd74b412023-11-03 16:11:362626 profile_prefs->ClearPref(kPrivacySandboxAntiAbuseInitialized);
2627
Guido Urdaneta39d28bb72023-11-09 14:40:582628 // Added 11/2023.
2629 profile_prefs->ClearPref(kWebRTCAllowLegacyTLSProtocols);
2630
Jiaming Chengbf012ae2023-11-10 22:00:122631#if BUILDFLAG(IS_CHROMEOS_ASH)
2632 // Added 11/2023.
2633 profile_prefs->ClearPref(kSystemTrayExpanded);
2634#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2635
Zauri Meshvelianic39cff7c2023-11-14 20:31:112636#if BUILDFLAG(IS_CHROMEOS_ASH)
Mariam Ali4c166962024-01-04 12:18:162637 // Added 11/2023.
Zauri Meshvelianic39cff7c2023-11-14 20:31:112638 profile_prefs->ClearPref(kUserGeolocationAllowed);
2639#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2640
Victor Hugo Vianna Silvaa9775a22023-11-23 10:20:082641#if !BUILDFLAG(IS_ANDROID)
2642 // Added 11/2023.
2643 password_manager::features_util::MigrateOptInPrefToSyncSelectedTypes(
2644 profile_prefs);
2645#endif // !BUILDFLAG(IS_ANDROID)
2646
Victor Hugo Vianna Silva6cc84402023-12-06 15:21:572647#if BUILDFLAG(IS_ANDROID)
2648 // Added 11/2023, but DO NOT REMOVE after the usual year!
Alison Gale079e6e952024-04-16 22:00:302649 // TODO(crbug.com/40268177): The pref kPasswordsUseUPMLocalAndSeparateStores
Victor Hugo Vianna Silva6cc84402023-12-06 15:21:572650 // and this call (to compute said pref) should be removed once
2651 // kUnifiedPasswordManagerLocalPasswordsAndroidWithMigration is launched and
2652 // enough clients have migrated. UsesSplitStoresAndUPMForLocal() should be
2653 // updated to check the GmsCoreVersion directly instead of the pref, or might
2654 // be removed entirely, depending how the outdated GmsCore case is handled.
2655 password_manager_android_util::SetUsesSplitStoresAndUPMForLocal(profile_prefs,
2656 profile_path);
2657#endif
2658
Mariam Ali2edf0f0a2024-03-11 08:32:082659 // Added 11/2023.
Jan Keitel17fdab22023-11-17 12:41:362660 profile_prefs->ClearPref(kPasswordChangeSuccessTrackerFlows);
2661 profile_prefs->ClearPref(kPasswordChangeSuccessTrackerVersion);
2662
Wen-Chien Wang29111192023-11-30 02:13:302663#if BUILDFLAG(IS_CHROMEOS_ASH)
Mariam Ali2edf0f0a2024-03-11 08:32:082664 // Added 11/2023.
Wen-Chien Wang29111192023-11-30 02:13:302665 profile_prefs->ClearPref(kImageSearchPrivacyNotice);
2666#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2667
Matt Jones90c86302023-12-07 18:06:382668 // Added 11/2023.
2669 profile_prefs->ClearPref(kWebAndAppActivityEnabledForShopping);
2670
Amelie Schneider21352392023-12-12 15:24:372671#if !BUILDFLAG(IS_ANDROID)
2672 // Added 12/2023.
2673 password_manager::features_util::MigrateDeclinedSaveOptInToExplicitOptOut(
2674 profile_prefs);
2675#endif // !BUILDFLAG(IS_ANDROID)
2676
Wenyu Fuae0324f2023-12-12 19:10:282677#if BUILDFLAG(IS_ANDROID)
2678 // Added 12/2023.
2679 profile_prefs->ClearPref(kTemplatesRandomOrder);
2680#endif
2681
Shu Yangfc961acb2023-12-15 10:58:552682#if BUILDFLAG(IS_ANDROID)
2683 // Added 12/2023.
2684 profile_prefs->ClearPref(kDesktopSitePeripheralSettingEnabled);
2685 profile_prefs->ClearPref(kDesktopSiteDisplaySettingEnabled);
2686#endif
2687
Mariam Ali2edf0f0a2024-03-11 08:32:082688 // Added 12/2023.
Lily Chen4766ba32023-12-15 17:37:122689 profile_prefs->ClearPref(kDownloadDuplicateFilePromptEnabled);
2690
Mariam Ali2edf0f0a2024-03-11 08:32:082691 // Added 12/2023.
Sophie Chang97c75f02023-12-21 17:36:302692 profile_prefs->ClearPref(kModelQualityLoggingClientId);
2693
Ryan Sultanem3b4f5952023-12-21 14:27:362694 // Added 12/2023.
2695 // Moving the `kExplicitBrowserSignin` from sync/ to signin/.
2696 // If the sync (old) pref still exists, copy it to signin (new),
2697 // and clear the sync part of the pref.
2698 if (profile_prefs->HasPrefPath(kSync_ExplicitBrowserSignin)) {
2699 profile_prefs->SetBoolean(
2700 prefs::kExplicitBrowserSignin,
2701 profile_prefs->GetBoolean(kSync_ExplicitBrowserSignin));
2702 profile_prefs->ClearPref(kSync_ExplicitBrowserSignin);
2703 }
2704
Mariam Alid43a5d42024-01-04 11:28:282705 // Added 01/2024.
2706 profile_prefs->ClearPref(kPrivacySandboxPageViewed);
2707
Mariam Ali454bafbf2024-01-04 16:24:092708 // Added 01/2024.
2709 profile_prefs->ClearPref(kPrivacySandboxApisEnabledV2);
2710 profile_prefs->ClearPref(kPrivacySandboxManuallyControlledV2);
2711
Anthony Cui74262132024-01-04 20:29:582712 // Added 01/2024.
2713#if BUILDFLAG(ENABLE_COMPOSE)
2714 profile_prefs->ClearPref(kPrefHasAcceptedComposeConsent);
Anthony Cui1f26306a2024-01-08 18:19:482715 profile_prefs->ClearPref(kAutofillAssistanceEnabled);
Anthony Cui74262132024-01-04 20:29:582716#endif
2717
Side Yilmazcdc4cd92024-01-08 14:28:362718 // Added 01/2024.
2719 profile_prefs->ClearPref(kSyncedLastTimePasswordCheckCompleted);
2720
Lily Chenf7aa1fc2024-01-09 16:25:052721 // Added 01/2024.
2722 profile_prefs->ClearPref(kDownloadBubbleIphSuppression);
2723
Mariam Ali2edf0f0a2024-03-11 08:32:082724 // Added 01/2024.
Nicholas Hollingum8cef1a72024-01-17 23:12:512725#if BUILDFLAG(IS_CHROMEOS_ASH)
Andrea Orru162346b2024-01-12 10:24:452726 profile_prefs->ClearPref(kPersistedSystemExtensions);
Nicholas Hollingum8cef1a72024-01-17 23:12:512727 profile_prefs->ClearPref(kBorealisVmTokenHash);
Andrea Orru162346b2024-01-12 10:24:452728#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2729
Alison Gale002bbfa2024-01-24 17:22:492730#if !BUILDFLAG(IS_ANDROID)
Mariam Ali2edf0f0a2024-03-11 08:32:082731 // Added 1/2024.
Alison Gale002bbfa2024-01-24 17:22:492732 performance_manager::user_tuning::prefs::MigrateTabDiscardingExceptionsPref(
2733 profile_prefs);
2734#endif
2735
Daniel Murphy93abb662024-01-25 17:11:142736 // Added 01/2024.
2737 profile_prefs->ClearPref(kNtpShownPage);
2738 profile_prefs->ClearPref(kNtpAppPageNames);
2739
Mariam Ali2edf0f0a2024-03-11 08:32:082740 // Added 01/2024.
Ian Kilpatrick3990a492024-01-26 00:31:552741#if BUILDFLAG(IS_WIN)
2742 profile_prefs->ClearPref(kSearchResultsPagePrimaryFontsPref);
2743 profile_prefs->ClearPref(kSearchResultsPageFallbackFontsPref);
2744#endif
2745
Mariam Ali2edf0f0a2024-03-11 08:32:082746 // Added 01/2024.
Jiaming Chengbdc479b2024-01-29 21:47:302747#if BUILDFLAG(IS_CHROMEOS_ASH)
2748 profile_prefs->ClearPref(kUpdateNotificationLastShownMilestone);
2749#endif
2750
Mariam Ali2edf0f0a2024-03-11 08:32:082751 // Added 01/2024.
Viktor Semeniuk02ce9b82024-02-05 12:11:072752#if BUILDFLAG(IS_ANDROID)
2753 profile_prefs->ClearPref(kSavePasswordsSuspendedByError);
2754#endif
2755
Mariam Ali2edf0f0a2024-03-11 08:32:082756 // Added 02/2024
Daniel Rubery0d9dc312024-02-06 02:21:372757 profile_prefs->ClearPref(kSafeBrowsingDeepScanPromptSeen);
2758 profile_prefs->ClearPref(kSafeBrowsingEsbEnabledTimestamp);
2759
Mariam Ali2edf0f0a2024-03-11 08:32:082760 // Added 02/2024.
David Blackdf74125d22024-02-12 19:00:052761#if BUILDFLAG(IS_CHROMEOS_ASH)
2762 for (const char* pref : kWelcomeTourTimeBucketsOfFirstInteractions) {
2763 profile_prefs->ClearPref(pref);
2764 }
Zufeng Wangfb1cfcb2024-02-22 08:13:072765
Mariam Ali2edf0f0a2024-03-11 08:32:082766 // Added 02/2024.
Zufeng Wangfb1cfcb2024-02-22 08:13:072767 profile_prefs->ClearPref(kDiscoverTabSuggestionChipTimesLeftToShow);
David Blackdf74125d22024-02-12 19:00:052768#endif
2769
Mariam Ali2edf0f0a2024-03-11 08:32:082770 // Added 02/2024.
Curt Clemens446950b32024-02-20 23:57:152771#if BUILDFLAG(IS_CHROMEOS_ASH)
2772 profile_prefs->ClearPref(kHatsSmartLockSurveyCycleEndTs);
2773 profile_prefs->ClearPref(kHatsSmartLockDeviceIsSelected);
2774 profile_prefs->ClearPref(kHatsUnlockSurveyCycleEndTs);
2775 profile_prefs->ClearPref(kHatsUnlockDeviceIsSelected);
2776#endif
2777
Mariam Ali2edf0f0a2024-03-11 08:32:082778 // Added 02/2024
Alison Gale861cb4022024-02-21 19:20:262779 profile_prefs->ClearPref(kResetCheckDefaultBrowser);
2780
Mariam Ali2edf0f0a2024-03-11 08:32:082781 // Added 02/2024
Abigail Klein6a099f272024-03-06 20:31:392782 profile_prefs->ClearPref(kOfferReaderMode);
2783
Mariam Ali2edf0f0a2024-03-11 08:32:082784 // Added 03/2024.
2785 profile_prefs->ClearPref(kPlusAddressLastFetchedTime);
2786
2787 // Added 03/2024.
2788 profile_prefs->ClearPref(kPrivacySandboxApisEnabled);
2789
Nicolas Dossou-Gbete745c6c6a2024-03-25 19:20:132790 // Added 03/2024.
2791 profile_prefs->ClearPref(kDefaultSearchProviderChoicePendingDeprecated);
2792
Mikel Astiz9e85b4c2024-02-26 16:04:552793 // Added 02/2024, but DO NOT REMOVE after the usual year!
2794 // TODO(crbug.com/40282890): Remove ~one year after full launch.
2795 browser_sync::MaybeMigrateSyncingUserToSignedIn(profile_path, profile_prefs);
2796
Jacques Newmand516dda2024-03-20 21:49:552797 // Added 03/2024.
2798 profile_prefs->ClearPref(kShowInternalAccessibilityTree);
2799
Jacob Stanleya3e3fb42024-03-28 13:40:012800 // Added 03/2024.
2801 profile_prefs->ClearPref(kTrackingProtectionSentimentSurveyGroup);
2802 profile_prefs->ClearPref(kTrackingProtectionSentimentSurveyStartTime);
2803 profile_prefs->ClearPref(kTrackingProtectionSentimentSurveyEndTime);
2804
Filipa Senraac341cc2024-03-29 09:47:262805 // Added 03/2024
2806 profile_prefs->ClearPref(kPreferencesMigratedToBasic);
2807
Orin Jaworski64918a72024-04-08 19:51:392808 // Added 04/2024.
2809 profile_prefs->ClearPref(kOmniboxInstantKeywordUsed);
2810
Ryan Tarpine97eabb92024-04-15 21:56:502811 // Added 04/2024.
Glen Robertson2604df72024-04-17 02:37:332812 profile_prefs->ClearPref(kWebAppPreinstalledAppWindowExperiment);
2813
2814 // Added 04/2024.
Ryan Tarpine97eabb92024-04-15 21:56:502815 profile_prefs->ClearPref(kDIPSTimerLastUpdate);
2816
Hirthanan Subenderanf298e902024-04-17 18:01:052817 // Added 04/2024.
2818#if BUILDFLAG(IS_CHROMEOS_ASH)
2819 profile_prefs->ClearPref(kMetricsUserInheritOwnerConsent);
2820#endif // BUILDFLAG(IS_CHROMEOS_ASH)
2821
Dominic Battre645d42342020-12-04 16:14:102822 // Please don't delete the following line. It is used by PRESUBMIT.py.
2823 // END_MIGRATE_OBSOLETE_PROFILE_PREFS
Scott Littlec463f3362022-02-15 18:44:242824
2825 // IMPORTANT NOTE: This code is *not* run on iOS Chrome. If a pref is migrated
2826 // or cleared here, and that pref is also used in iOS Chrome, it may also need
2827 // to be migrated or cleared specifically for iOS as well. This could be by
2828 // doing the migration in feature code that's called by all platforms instead
2829 // of here, or by calling migration code in the appropriate place for iOS
Gauthier Ambardfd73b8a12023-05-17 09:54:432830 // specifically, e.g. ios/chrome/browser/shared/model/prefs/browser_prefs.mm.
[email protected]102253f2012-12-14 17:00:582831}