Skip to content

Commit

Permalink
Merge pull request #7313 from brave/maxk-fix-patches
Browse files Browse the repository at this point in the history
Updated patches with `npm run update_patches`
  • Loading branch information
Brandon-T committed Dec 18, 2020
1 parent 6f6b6ba commit 5c43fd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions patches/ios-chrome-browser-prefs-browser_prefs.mm.patch
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ index 3a3c235d35be70f98c77659a6233169d85c260e3..da586b7289746f6d24c734aff225108a
--- a/ios/chrome/browser/prefs/browser_prefs.mm
+++ b/ios/chrome/browser/prefs/browser_prefs.mm
@@ -233,6 +233,7 @@ void RegisterBrowserStatePrefs(user_prefs::PrefRegistrySyncable* registry) {

registry->RegisterIntegerPref(kPasswordManagerOnboardingState, 0);
registry->RegisterBooleanPref(kWasOnboardingFeatureCheckedBefore, false);
+ BRAVE_REGISTER_BROWSER_STATE_PREFS
}

// This method should be periodically pruned of year+ old migrations.

0 comments on commit 5c43fd7

Please sign in to comment.