Skip to content

Commit

Permalink
Fixing android build.
Browse files Browse the repository at this point in the history
  • Loading branch information
iefremov committed May 5, 2020
1 parent 458b13b commit 9ff073c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions browser/brave_profile_prefs.cc
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,9 @@ void RegisterProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
speedreader::SpeedreaderService::RegisterPrefs(registry);
#endif

#if !defined(OS_ANDROID)
BraveOmniboxClientImpl::RegisterPrefs(registry);
#endif

RegisterProfilePrefsForMigration(registry);
}
Expand Down

0 comments on commit 9ff073c

Please sign in to comment.