Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(444)

Unified Diff: ios/public/provider/chrome/browser/chrome_browser_provider.mm

Issue 2591823003: Remove ChromeBrowserProvider::RegisterProfilePrefs(). (Closed)
Patch Set: Fix multiple registration of preferences. Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/public/provider/chrome/browser/chrome_browser_provider.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/chrome_browser_provider.mm
diff --git a/ios/public/provider/chrome/browser/chrome_browser_provider.mm b/ios/public/provider/chrome/browser/chrome_browser_provider.mm
index 9e857956dfba2f594a393749065e26d8ec0c443e..967f114faff3565185ad434fd7bed31a9c211514 100644
--- a/ios/public/provider/chrome/browser/chrome_browser_provider.mm
+++ b/ios/public/provider/chrome/browser/chrome_browser_provider.mm
@@ -34,9 +34,6 @@ void ChromeBrowserProvider::Initialize() const {}
void ChromeBrowserProvider::AssertBrowserContextKeyedFactoriesBuilt() {}
-void ChromeBrowserProvider::RegisterProfilePrefs(
- user_prefs::PrefRegistrySyncable* registry) {}
-
SigninErrorProvider* ChromeBrowserProvider::GetSigninErrorProvider() {
return nullptr;
}
« no previous file with comments | « ios/public/provider/chrome/browser/chrome_browser_provider.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698