[AUTO][FILECONTROL] - version 124.0.6367.118

This commit is contained in:
uazo
2024-05-01 02:38:19 +00:00
committed by GitHub
parent 7e581147f5
commit 8efc2ef5fe
2 changed files with 11 additions and 1 deletions
+1 -1
View File
@@ -1 +1 @@
124.0.6367.91
124.0.6367.118
@@ -1013,6 +1013,10 @@ constexpr char kOobeGuestAcceptedTos[] = "oobe.guest_accepted_tos";
constexpr char kDefaultSearchProviderChoicePendingDeprecated[] =
"default_search_provider.choice_pending";
// Deprecated 04/2024.
inline constexpr char kOmniboxInstantKeywordUsed[] =
"omnibox.instant_keyword_used";
// Register local state used only for migration (clearing or moving to a new
// key).
void RegisterLocalStatePrefsForMigration(PrefRegistrySimple* registry) {
@@ -1430,6 +1434,9 @@ void RegisterProfilePrefsForMigration(
// Deprecated 03/2024.
registry->RegisterBooleanPref(kDefaultSearchProviderChoicePendingDeprecated,
false);
// Deprecated 04/2024.
registry->RegisterBooleanPref(kOmniboxInstantKeywordUsed, false);
}
void ClearSyncRequestedPrefAndMaybeMigrate(PrefService* profile_prefs) {
@@ -2705,6 +2712,9 @@ void MigrateObsoleteProfilePrefs(PrefService* profile_prefs,
// TODO(crbug.com/40282890): Remove ~one year after full launch.
browser_sync::MaybeMigrateSyncingUserToSignedIn(profile_path, profile_prefs);
// Added 04/2024.
profile_prefs->ClearPref(kOmniboxInstantKeywordUsed);
// Please don't delete the following line. It is used by PRESUBMIT.py.
// END_MIGRATE_OBSOLETE_PROFILE_PREFS