Lines Matching refs:registry

497 void RegisterLocalStatePrefsForMigration(PrefRegistrySimple* registry) {  in RegisterLocalStatePrefsForMigration()  argument
498 registry->RegisterBooleanPref(kGCMChannelStatus, true); in RegisterLocalStatePrefsForMigration()
499 registry->RegisterIntegerPref(kGCMChannelPollIntervalSeconds, 0); in RegisterLocalStatePrefsForMigration()
500 registry->RegisterInt64Pref(kGCMChannelLastCheckTime, 0); in RegisterLocalStatePrefsForMigration()
501 registry->RegisterListPref(kInvalidatorSavedInvalidations); in RegisterLocalStatePrefsForMigration()
502 registry->RegisterStringPref(kInvalidatorInvalidationState, std::string()); in RegisterLocalStatePrefsForMigration()
503 registry->RegisterStringPref(kInvalidatorClientId, std::string()); in RegisterLocalStatePrefsForMigration()
506 registry->RegisterIntegerPref(kSupervisedUsersNextId, 0); in RegisterLocalStatePrefsForMigration()
512 user_prefs::PrefRegistrySyncable* registry) { in RegisterProfilePrefsForMigration() argument
513 registry->RegisterStringPref(kGoogleServicesUsername, std::string()); in RegisterProfilePrefsForMigration()
514 registry->RegisterStringPref(kGoogleServicesUserAccountId, std::string()); in RegisterProfilePrefsForMigration()
515 registry->RegisterInt64Pref( in RegisterProfilePrefsForMigration()
517 registry->RegisterDictionaryPref(kDataReductionNetworkProperties); in RegisterProfilePrefsForMigration()
520 registry->RegisterBooleanPref( in RegisterProfilePrefsForMigration()
524 registry->RegisterBooleanPref(kBlacklistedCredentialsNormalized, false); in RegisterProfilePrefsForMigration()
526 registry->RegisterBooleanPref(kGCMChannelStatus, true); in RegisterProfilePrefsForMigration()
527 registry->RegisterIntegerPref(kGCMChannelPollIntervalSeconds, 0); in RegisterProfilePrefsForMigration()
528 registry->RegisterInt64Pref(kGCMChannelLastCheckTime, 0); in RegisterProfilePrefsForMigration()
530 registry->RegisterListPref(kInvalidatorSavedInvalidations); in RegisterProfilePrefsForMigration()
531 registry->RegisterStringPref(kInvalidatorInvalidationState, std::string()); in RegisterProfilePrefsForMigration()
532 registry->RegisterStringPref(kInvalidatorClientId, std::string()); in RegisterProfilePrefsForMigration()
534 chrome_browser_net::secure_dns::RegisterProbesSettingBackupPref(registry); in RegisterProfilePrefsForMigration()
537 registry->RegisterIntegerPref(kAmbientModeTopicSource, 0); in RegisterProfilePrefsForMigration()
538 registry->RegisterListPref(kPrintingAllowedPageSizes); in RegisterProfilePrefsForMigration()
541 registry->RegisterDictionaryPref(kExcludedSchemes); in RegisterProfilePrefsForMigration()
542 registry->RegisterDictionaryPref(kPreviewsLPRHostBlacklist); in RegisterProfilePrefsForMigration()
543 registry->RegisterDictionaryPref(kPreviewsLPRProbeCache); in RegisterProfilePrefsForMigration()
544 registry->RegisterDictionaryPref(kPreviewsLPROriginProbeCache); in RegisterProfilePrefsForMigration()
546 registry->RegisterBooleanPref(kStricterMixedContentTreatmentEnabled, true); in RegisterProfilePrefsForMigration()
548 registry->RegisterDictionaryPref(kHashedAvailablePages); in RegisterProfilePrefsForMigration()
550 registry->RegisterDictionaryPref(kObservedSessionTime); in RegisterProfilePrefsForMigration()
552 registry->RegisterBooleanPref(kBlockThirdPartyCookies, false); in RegisterProfilePrefsForMigration()
554 registry->RegisterTimePref(kPluginsDeprecationInfobarLastShown, base::Time()); in RegisterProfilePrefsForMigration()
556 registry->RegisterIntegerPref(kPasswordManagerOnboardingState, 0); in RegisterProfilePrefsForMigration()
557 registry->RegisterBooleanPref(kWasOnboardingFeatureCheckedBefore, false); in RegisterProfilePrefsForMigration()
559 registry->RegisterBooleanPref(kHistoryMenuPromoShown, true); in RegisterProfilePrefsForMigration()
562 registry->RegisterIntegerPref(kMigrationToLoginDBStep, 0); in RegisterProfilePrefsForMigration()
566 registry->RegisterBooleanPref(prefs::kLocalDiscoveryEnabled, true); in RegisterProfilePrefsForMigration()
567 registry->RegisterBooleanPref(prefs::kLocalDiscoveryNotificationsEnabled, in RegisterProfilePrefsForMigration()
571 registry->RegisterIntegerPref(kSettingsLaunchedPasswordChecks, 0); in RegisterProfilePrefsForMigration()
576 void RegisterLocalState(PrefRegistrySimple* registry) { in RegisterLocalState() argument
580 browser_shutdown::RegisterPrefs(registry); in RegisterLocalState()
581 data_reduction_proxy::RegisterPrefs(registry); in RegisterLocalState()
582 data_use_measurement::ChromeDataUseMeasurement::RegisterPrefs(registry); in RegisterLocalState()
583 BrowserProcessImpl::RegisterPrefs(registry); in RegisterLocalState()
584 ChromeContentBrowserClient::RegisterLocalStatePrefs(registry); in RegisterLocalState()
585 ChromeMetricsServiceClient::RegisterPrefs(registry); in RegisterLocalState()
586 ChromeTracingDelegate::RegisterPrefs(registry); in RegisterLocalState()
587 component_updater::RegisterPrefs(registry); in RegisterLocalState()
588 ExternalProtocolHandler::RegisterPrefs(registry); in RegisterLocalState()
589 flags_ui::PrefServiceFlagsStorage::RegisterPrefs(registry); in RegisterLocalState()
590 GpuModeManager::RegisterPrefs(registry); in RegisterLocalState()
591 signin::IdentityManager::RegisterLocalStatePrefs(registry); in RegisterLocalState()
592 invalidation::FCMInvalidationService::RegisterPrefs(registry); in RegisterLocalState()
593 language::GeoLanguageProvider::RegisterLocalStatePrefs(registry); in RegisterLocalState()
594 language::UlpLanguageCodeLocator::RegisterLocalStatePrefs(registry); in RegisterLocalState()
595 memory::EnterpriseMemoryLimitPrefObserver::RegisterPrefs(registry); in RegisterLocalState()
596 network_time::NetworkTimeTracker::RegisterPrefs(registry); in RegisterLocalState()
597 OriginTrialPrefs::RegisterPrefs(registry); in RegisterLocalState()
598 password_manager::PasswordManager::RegisterLocalPrefs(registry); in RegisterLocalState()
599 policy::BrowserPolicyConnector::RegisterPrefs(registry); in RegisterLocalState()
600 policy::PolicyStatisticsCollector::RegisterPrefs(registry); in RegisterLocalState()
601 PrefProxyConfigTrackerImpl::RegisterPrefs(registry); in RegisterLocalState()
602 ProfileAttributesEntry::RegisterLocalStatePrefs(registry); in RegisterLocalState()
603 ProfileInfoCache::RegisterPrefs(registry); in RegisterLocalState()
604 ProfileNetworkContextService::RegisterLocalStatePrefs(registry); in RegisterLocalState()
605 profiles::RegisterPrefs(registry); in RegisterLocalState()
606 rappor::RapporServiceImpl::RegisterPrefs(registry); in RegisterLocalState()
607 RegisterScreenshotPrefs(registry); in RegisterLocalState()
608 safe_browsing::RegisterLocalStatePrefs(registry); in RegisterLocalState()
609 secure_origin_allowlist::RegisterPrefs(registry); in RegisterLocalState()
610 sessions::SessionIdGenerator::RegisterPrefs(registry); in RegisterLocalState()
611 SSLConfigServiceManager::RegisterPrefs(registry); in RegisterLocalState()
612 subresource_filter::IndexedRulesetVersion::RegisterPrefs(registry); in RegisterLocalState()
613 syncer::InvalidatorRegistrarWithMemory::RegisterPrefs(registry); in RegisterLocalState()
614 syncer::PerUserTopicSubscriptionManager::RegisterPrefs(registry); in RegisterLocalState()
615 SystemNetworkContextManager::RegisterPrefs(registry); in RegisterLocalState()
616 update_client::RegisterPrefs(registry); in RegisterLocalState()
617 variations::VariationsService::RegisterPrefs(registry); in RegisterLocalState()
622 registry->RegisterBooleanPref( in RegisterLocalState()
624 registry->RegisterBooleanPref( in RegisterLocalState()
626 registry->RegisterBooleanPref( in RegisterLocalState()
629 registry->RegisterBooleanPref(policy::policy_prefs::kBackForwardCacheEnabled, in RegisterLocalState()
638 BackgroundModeManager::RegisterPrefs(registry); in RegisterLocalState()
642 PluginsResourceService::RegisterPrefs(registry); in RegisterLocalState()
646 ::android::RegisterPrefs(registry); in RegisterLocalState()
648 registry->RegisterIntegerPref(first_run::kTosDialogBehavior, 0); in RegisterLocalState()
650 enterprise_connectors::RegisterLocalStatePrefs(registry); in RegisterLocalState()
651 enterprise_reporting::RegisterLocalStatePrefs(registry); in RegisterLocalState()
652 gcm::RegisterPrefs(registry); in RegisterLocalState()
653 IntranetRedirectDetector::RegisterPrefs(registry); in RegisterLocalState()
654 media_router::RegisterLocalStatePrefs(registry); in RegisterLocalState()
655 metrics::TabStatsTracker::RegisterPrefs(registry); in RegisterLocalState()
656 RegisterBrowserPrefs(registry); in RegisterLocalState()
657 StartupBrowserCreator::RegisterLocalStatePrefs(registry); in RegisterLocalState()
658 task_manager::TaskManagerInterface::RegisterPrefs(registry); in RegisterLocalState()
659 UpgradeDetector::RegisterPrefs(registry); in RegisterLocalState()
663 arc::prefs::RegisterLocalStatePrefs(registry); in RegisterLocalState()
664 ChromeOSMetricsProvider::RegisterPrefs(registry); in RegisterLocalState()
665 chromeos::ArcKioskAppManager::RegisterPrefs(registry); in RegisterLocalState()
666 chromeos::AudioDevicesPrefHandlerImpl::RegisterPrefs(registry); in RegisterLocalState()
667 chromeos::cert_provisioning::RegisterLocalStatePrefs(registry); in RegisterLocalState()
668 chromeos::ChromeUserManagerImpl::RegisterPrefs(registry); in RegisterLocalState()
669 chromeos::CupsPrintersManager::RegisterLocalStatePrefs(registry); in RegisterLocalState()
670 chromeos::DemoModeDetector::RegisterPrefs(registry); in RegisterLocalState()
671 chromeos::DemoModeResourcesRemover::RegisterLocalStatePrefs(registry); in RegisterLocalState()
672 chromeos::DemoSession::RegisterLocalStatePrefs(registry); in RegisterLocalState()
673 chromeos::DemoSetupController::RegisterLocalStatePrefs(registry); in RegisterLocalState()
674 chromeos::DeviceNameStore::RegisterLocalStatePrefs(registry); in RegisterLocalState()
675 chromeos::DeviceOAuth2TokenStoreChromeOS::RegisterPrefs(registry); in RegisterLocalState()
676 chromeos::device_settings_cache::RegisterPrefs(registry); in RegisterLocalState()
677 chromeos::EasyUnlockService::RegisterPrefs(registry); in RegisterLocalState()
678 chromeos::echo_offer::RegisterPrefs(registry); in RegisterLocalState()
679 chromeos::EnableAdbSideloadingScreen::RegisterPrefs(registry); in RegisterLocalState()
680 chromeos::EnableDebuggingScreenHandler::RegisterPrefs(registry); in RegisterLocalState()
681 chromeos::ExistingUserController::RegisterLocalStatePrefs(registry); in RegisterLocalState()
682 chromeos::FastTransitionObserver::RegisterPrefs(registry); in RegisterLocalState()
683 chromeos::HIDDetectionScreenHandler::RegisterPrefs(registry); in RegisterLocalState()
684 chromeos::KerberosCredentialsManager::RegisterLocalStatePrefs(registry); in RegisterLocalState()
685 chromeos::KioskAppManager::RegisterPrefs(registry); in RegisterLocalState()
686 chromeos::KioskCryptohomeRemover::RegisterPrefs(registry); in RegisterLocalState()
687 chromeos::language_prefs::RegisterPrefs(registry); in RegisterLocalState()
689 RegisterLocalStatePrefs(registry); in RegisterLocalState()
690 chromeos::MultiProfileUserController::RegisterPrefs(registry); in RegisterLocalState()
691 chromeos::NetworkMetadataStore::RegisterPrefs(registry); in RegisterLocalState()
692 chromeos::NetworkThrottlingObserver::RegisterPrefs(registry); in RegisterLocalState()
693 chromeos::PowerMetricsReporter::RegisterLocalStatePrefs(registry); in RegisterLocalState()
695 registry); in RegisterLocalState()
697 RegisterLocalStatePrefs(registry); in RegisterLocalState()
698 chromeos::Preferences::RegisterPrefs(registry); in RegisterLocalState()
699 chromeos::ResetScreen::RegisterPrefs(registry); in RegisterLocalState()
700 chromeos::SchedulerConfigurationManager::RegisterLocalStatePrefs(registry); in RegisterLocalState()
701 chromeos::ServicesCustomizationDocument::RegisterPrefs(registry); in RegisterLocalState()
702 chromeos::SigninScreenHandler::RegisterPrefs(registry); in RegisterLocalState()
703 chromeos::StartupUtils::RegisterPrefs(registry); in RegisterLocalState()
704 chromeos::StatsReportingController::RegisterLocalStatePrefs(registry); in RegisterLocalState()
705 chromeos::system::AutomaticRebootManager::RegisterPrefs(registry); in RegisterLocalState()
706 chromeos::TimeZoneResolver::RegisterPrefs(registry); in RegisterLocalState()
707 chromeos::UserImageManager::RegisterPrefs(registry); in RegisterLocalState()
708 chromeos::UserSessionManager::RegisterPrefs(registry); in RegisterLocalState()
709 chromeos::WebKioskAppManager::RegisterPrefs(registry); in RegisterLocalState()
710 component_updater::MetadataTable::RegisterPrefs(registry); in RegisterLocalState()
711 cryptauth::CryptAuthDeviceIdProviderImpl::RegisterLocalPrefs(registry); in RegisterLocalState()
712 extensions::ExtensionAssetsManagerChromeOS::RegisterPrefs(registry); in RegisterLocalState()
713 extensions::ExtensionsPermissionsTracker::RegisterLocalStatePrefs(registry); in RegisterLocalState()
715 registry); in RegisterLocalState()
716 extensions::login_api::RegisterLocalStatePrefs(registry); in RegisterLocalState()
717 ::onc::RegisterPrefs(registry); in RegisterLocalState()
718 policy::AdbSideloadingAllowanceModePolicyHandler::RegisterPrefs(registry); in RegisterLocalState()
719 policy::AutoEnrollmentClientImpl::RegisterPrefs(registry); in RegisterLocalState()
720 policy::BrowserPolicyConnectorChromeOS::RegisterPrefs(registry); in RegisterLocalState()
721 policy::DeviceCloudPolicyManagerChromeOS::RegisterPrefs(registry); in RegisterLocalState()
722 policy::DeviceStatusCollector::RegisterPrefs(registry); in RegisterLocalState()
723 policy::DeviceWallpaperImageExternalDataHandler::RegisterPrefs(registry); in RegisterLocalState()
724 policy::DlpRulesManager::RegisterPrefs(registry); in RegisterLocalState()
725 policy::DMTokenStorage::RegisterPrefs(registry); in RegisterLocalState()
726 policy::EnrollmentRequisitionManager::RegisterPrefs(registry); in RegisterLocalState()
727 policy::MinimumVersionPolicyHandler::RegisterPrefs(registry); in RegisterLocalState()
728 policy::PolicyCertServiceFactory::RegisterPrefs(registry); in RegisterLocalState()
729 policy::TPMAutoUpdateModePolicyHandler::RegisterPrefs(registry); in RegisterLocalState()
730 policy::WebUsbAllowDevicesForUrlsPolicyHandler::RegisterPrefs(registry); in RegisterLocalState()
731 policy::SystemFeaturesDisableListPolicyHandler::RegisterPrefs(registry); in RegisterLocalState()
732 quirks::QuirksManager::RegisterPrefs(registry); in RegisterLocalState()
733 UpgradeDetectorChromeos::RegisterPrefs(registry); in RegisterLocalState()
734 RegisterNearbySharingLocalPrefs(registry); in RegisterLocalState()
738 confirm_quit::RegisterLocalState(registry); in RegisterLocalState()
739 QuitWithAppsController::RegisterPrefs(registry); in RegisterLocalState()
740 system_media_permissions::RegisterSystemMediaPermissionStatesPrefs(registry); in RegisterLocalState()
741 AppShimRegistry::Get()->RegisterLocalPrefs(registry); in RegisterLocalState()
742 registry->RegisterBooleanPref(kKeyCreated, false); in RegisterLocalState()
746 OSCrypt::RegisterLocalPrefs(registry); in RegisterLocalState()
747 registry->RegisterBooleanPref(prefs::kRendererCodeIntegrityEnabled, true); in RegisterLocalState()
748 registry->RegisterBooleanPref( in RegisterLocalState()
750 component_updater::RegisterPrefsForSwReporter(registry); in RegisterLocalState()
751 safe_browsing::RegisterChromeCleanerScanCompletionTimePref(registry); in RegisterLocalState()
753 IncompatibleApplicationsUpdater::RegisterLocalStatePrefs(registry); in RegisterLocalState()
754 ModuleDatabase::RegisterLocalStatePrefs(registry); in RegisterLocalState()
755 ThirdPartyConflictsManager::RegisterLocalStatePrefs(registry); in RegisterLocalState()
760 RegisterDefaultBrowserPromptPrefs(registry); in RegisterLocalState()
761 downgrade::RegisterPrefs(registry); in RegisterLocalState()
762 DeviceOAuth2TokenStoreDesktop::RegisterPrefs(registry); in RegisterLocalState()
766 RegisterBrowserViewLocalPrefs(registry); in RegisterLocalState()
770 RegisterLocalStatePrefsForMigration(registry); in RegisterLocalState()
774 void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry, in RegisterProfilePrefs() argument
778 AccessibilityLabelsService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
779 AccessibilityUIMessageHandler::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
780 AnnouncementNotificationService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
781 appcache_feature_prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
782 AvailabilityProber::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
783 autofill::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
784 browsing_data::prefs::RegisterBrowserUserPrefs(registry); in RegisterProfilePrefs()
785 certificate_transparency::prefs::RegisterPrefs(registry); in RegisterProfilePrefs()
786 ChromeContentBrowserClient::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
787 ChromeLocationBarModelDelegate::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
788 StatefulSSLHostStateDelegate::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
789 ChromeVersionService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
790 chrome_browser_net::NetErrorTabHelper::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
791 chrome_browser_net::RegisterPredictionOptionsProfilePrefs(registry); in RegisterProfilePrefs()
792 chrome_prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
793 DocumentProvider::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
794 dom_distiller::DistilledPagePrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
795 dom_distiller::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
796 DownloadPrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
797 HostContentSettingsMap::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
798 HttpsImageCompressionInfoBarDecider::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
799 image_fetcher::ImageCache::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
800 ImportantSitesUtil::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
801 IncognitoModePrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
802 language::LanguagePrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
803 login_detection::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
804 lookalikes::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
805 MediaCaptureDevicesDispatcher::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
806 MediaDeviceIDSalt::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
807 MediaEngagementService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
808 MediaStorageIdSalt::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
809 metrics::RegisterDemographicsProfilePrefs(registry); in RegisterProfilePrefs()
810 NotificationDisplayServiceImpl::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
811 NotifierStateTracker::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
812 ntp_tiles::MostVisitedSites::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
813 optimization_guide::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
814 password_bubble_experiment::RegisterPrefs(registry); in RegisterProfilePrefs()
815 password_manager::PasswordManager::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
816 payments::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
817 PermissionBubbleMediaAccessHandler::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
818 PlatformNotificationServiceImpl::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
819 policy::DeveloperToolsPolicyHandler::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
820 policy::URLBlocklistManager::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
821 PrefProxyConfigTrackerImpl::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
822 PrefsTabHelper::RegisterProfilePrefs(registry, locale); in RegisterProfilePrefs()
823 PreviewsHTTPSNotificationInfoBarDecider::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
824 Profile::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
825 ProfileImpl::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
826 ProfileNetworkContextService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
827 ProtocolHandlerRegistry::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
828 PushMessagingAppIdentifier::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
829 QuietNotificationPermissionUiState::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
830 RegisterBrowserUserPrefs(registry); in RegisterProfilePrefs()
831 safe_browsing::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
833 registry); in RegisterProfilePrefs()
835 registry); in RegisterProfilePrefs()
836 SessionStartupPref::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
837 SharingSyncPreference::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
838 sync_sessions::SessionSyncPrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
839 syncer::DeviceInfoPrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
840 syncer::SyncPrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
841 syncer::PerUserTopicSubscriptionManager::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
842 syncer::InvalidatorRegistrarWithMemory::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
843 TemplateURLPrepopulateData::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
844 translate::TranslatePrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
845 omnibox::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
846 ZeroSuggestProvider::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
849 ExtensionWebUI::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
850 RegisterAnimationPolicyPrefs(registry); in RegisterProfilePrefs()
851 ToolbarActionsBar::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
852 extensions::api::CryptotokenRegisterProfilePrefs(registry); in RegisterProfilePrefs()
853 extensions::ActivityLog::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
854 extensions::AudioAPI::RegisterUserPrefs(registry); in RegisterProfilePrefs()
855 extensions::ExtensionPrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
856 extensions::ExtensionsUI::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
857 extensions::NtpOverriddenBubbleDelegate::RegisterPrefs(registry); in RegisterProfilePrefs()
858 extensions::RuntimeAPI::RegisterPrefs(registry); in RegisterProfilePrefs()
859 update_client::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
860 web_app::WebAppProvider::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
864 offline_pages::OfflineMetricsCollectorImpl::RegisterPrefs(registry); in RegisterProfilePrefs()
865 offline_pages::prefetch_prefs::RegisterPrefs(registry); in RegisterProfilePrefs()
869 DeviceIDFetcher::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
870 PluginInfoHostImpl::RegisterUserPrefs(registry); in RegisterProfilePrefs()
874 printing::PolicySettings::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
875 printing::PrintPreviewStickySettings::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
879 ChromeRLZTrackerDelegate::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
883 ChildAccountService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
884 SupervisedUserService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
885 SupervisedUserAllowlistService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
889 cdm::MediaDrmStorageImpl::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
890 explore_sites::HistoryStatisticsReporter::RegisterPrefs(registry); in RegisterProfilePrefs()
891 games::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
893 registry); in RegisterProfilePrefs()
894 KnownInterceptionDisclosureInfoBarDelegate::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
895 MediaDrmOriginIdManager::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
896 NotificationChannelsProviderAndroid::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
897 ntp_tiles::PopularSitesImpl::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
898 OomInterventionDecider::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
899 PartnerBookmarksShim::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
900 query_tiles::RegisterPrefs(registry); in RegisterProfilePrefs()
901 RecentTabsPagePrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
902 usage_stats::UsageStatsBridge::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
903 variations::VariationsService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
904 video_tutorials::RegisterPrefs(registry); in RegisterProfilePrefs()
905 feed::prefs::RegisterFeedSharedProfilePrefs(registry); in RegisterProfilePrefs()
906 feed::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
908 AppShortcutManager::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
909 browser_sync::ForeignSessionHandler::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
910 captions::CaptionController::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
911 ChromeAuthenticatorRequestDelegate::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
912 DevToolsWindow::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
913 enterprise_reporting::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
914 extensions::CommandService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
915 extensions::TabsCaptureVisibleTabFunction::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
916 FeaturePromoSnoozeService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
917 first_run::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
918 gcm::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
919 HatsService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
920 InstantService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
921 media_router::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
922 NewTabPageHandler::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
923 NewTabUI::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
924 ntp_tiles::CustomLinksManagerImpl::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
925 PinnedTabCodec::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
926 PromoService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
927 SearchSuggestService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
928 settings::SettingsUI::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
930 registry); in RegisterProfilePrefs()
931 signin::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
932 StartupBrowserCreator::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
933 TaskModuleService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
934 UnifiedAutoplayConfig::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
938 app_list::AppListSyncableService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
939 app_list::ArcAppReinstallSearchProvider::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
940 arc::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
941 ArcAppListPrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
942 certificate_manager::CertificatesHandler::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
943 chromeos::AccountManager::RegisterPrefs(registry); in RegisterProfilePrefs()
944 chromeos::ApkWebAppService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
945 chromeos::app_time::AppActivityRegistry::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
946 chromeos::app_time::AppTimeController::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
947 chromeos::assistant::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
948 chromeos::bluetooth::DebugLogsManager::RegisterPrefs(registry); in RegisterProfilePrefs()
949 chromeos::ClientAppMetadataProviderService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
950 chromeos::CupsPrintersManager::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
951 chromeos::device_sync::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
952 chromeos::FamilyUserChromeActivityMetrics::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
953 chromeos::FamilyUserMetricsService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
954 chromeos::FamilyUserSessionMetrics::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
955 chromeos::first_run::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
956 chromeos::file_system_provider::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
957 chromeos::full_restore::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
958 chromeos::KerberosCredentialsManager::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
959 chromeos::login::SecurityTokenSessionController::RegisterPrefs(registry); in RegisterProfilePrefs()
961 registry); in RegisterProfilePrefs()
962 chromeos::MultiProfileUserController::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
963 chromeos::NetworkMetadataStore::RegisterPrefs(registry); in RegisterProfilePrefs()
964 chromeos::ReleaseNotesStorage::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
965 chromeos::quick_unlock::FingerprintStorage::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
966 chromeos::quick_unlock::PinStoragePrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
967 chromeos::Preferences::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
969 RegisterProfilePrefs(registry); in RegisterProfilePrefs()
970 chromeos::PrintJobHistoryService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
971 chromeos::EnterprisePrintersProvider::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
972 chromeos::parent_access::ParentAccessService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
973 chromeos::quick_answers::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
974 chromeos::quick_unlock::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
975 chromeos::RegisterSamlProfilePrefs(registry); in RegisterProfilePrefs()
976 chromeos::ScreenTimeController::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
977 SecondaryAccountConsentLogger::RegisterPrefs(registry); in RegisterProfilePrefs()
979 registry); in RegisterProfilePrefs()
980 SigninErrorNotifier::RegisterPrefs(registry); in RegisterProfilePrefs()
981 chromeos::ServicesCustomizationDocument::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
982 chromeos::settings::OSSettingsUI::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
983 chromeos::UserImageSyncObserver::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
984 crostini::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
985 chromeos::attestation::TpmChallengeKey::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
986 extensions::EPKPChallengeKey::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
988 extensions::PrintingAPIHandler::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
990 flags_ui::PrefServiceFlagsStorage::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
991 guest_os::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
992 lock_screen_apps::StateController::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
993 plugin_vm::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
994 policy::AppInstallEventLogger::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
995 policy::AppInstallEventLogManagerWrapper::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
997 registry); in RegisterProfilePrefs()
998 policy::StatusCollector::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
999 policy::SystemProxyManager::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1000 RegisterChromeLauncherUserPrefs(registry); in RegisterProfilePrefs()
1001 ::onc::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1002 chromeos::cert_provisioning::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1003 borealis::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1007 component_updater::RegisterProfilePrefsForSwReporter(registry); in RegisterProfilePrefs()
1008 NetworkProfileBubble::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1010 registry); in RegisterProfilePrefs()
1011 safe_browsing::PostCleanupSettingsResetter::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1016 browser_switcher::BrowserSwitcherPrefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1020 default_apps::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1024 accessibility_prefs::RegisterInvertBubbleUserPrefs(registry); in RegisterProfilePrefs()
1025 RegisterBrowserViewProfilePrefs(registry); in RegisterProfilePrefs()
1029 media_feeds::MediaFeedsService::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1030 kaleidoscope::prefs::RegisterProfilePrefs(registry); in RegisterProfilePrefs()
1033 RegisterProfilePrefsForMigration(registry); in RegisterProfilePrefs()
1036 void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { in RegisterUserProfilePrefs() argument
1037 RegisterUserProfilePrefs(registry, g_browser_process->GetApplicationLocale()); in RegisterUserProfilePrefs()
1040 void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry, in RegisterUserProfilePrefs() argument
1042 RegisterProfilePrefs(registry, locale); in RegisterUserProfilePrefs()
1045 ::android::RegisterUserProfilePrefs(registry); in RegisterUserProfilePrefs()
1048 ash::RegisterUserProfilePrefs(registry); in RegisterUserProfilePrefs()
1052 void RegisterScreenshotPrefs(PrefRegistrySimple* registry) { in RegisterScreenshotPrefs() argument
1053 registry->RegisterBooleanPref(prefs::kDisableScreenshots, false); in RegisterScreenshotPrefs()
1057 void RegisterSigninProfilePrefs(user_prefs::PrefRegistrySyncable* registry) { in RegisterSigninProfilePrefs() argument
1058 RegisterProfilePrefs(registry, g_browser_process->GetApplicationLocale()); in RegisterSigninProfilePrefs()
1059 ash::RegisterSigninProfilePrefs(registry); in RegisterSigninProfilePrefs()