[AUTO][FILECONTROL] - version 124.0.6367.118
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user