Skip to content

Commit

Permalink
Merge pull request #18049 from brave/ios-wallet-p3a-first-report-time…
Browse files Browse the repository at this point in the history
…-crash

[iOS] Add missing brave wallet local state prefs registration call
  • Loading branch information
StephenHeaps authored Apr 13, 2023
2 parents 50fe084 + 30a9b49 commit e27c608
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chromium_src/ios/chrome/browser/prefs/browser_prefs.mm
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ void BraveRegisterBrowserStatePrefs(
void BraveRegisterLocalStatePrefs(PrefRegistrySimple* registry) {
brave_stats::RegisterLocalStatePrefs(registry);
brave_wallet::RegisterLocalStatePrefs(registry);
brave_wallet::RegisterLocalStatePrefsForMigration(registry);
decentralized_dns::RegisterLocalStatePrefs(registry);
#if BUILDFLAG(BRAVE_P3A_ENABLED)
p3a::P3AService::RegisterPrefs(registry, false);
Expand Down

0 comments on commit e27c608

Please sign in to comment.