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

Unified Diff: chrome/browser/android/preferences/browser_prefs_android.cc

Issue 2633103002: Add a unittest for SearchGeolocationService (Closed)
Patch Set: Add a unittest for SearchGeolocationService Created 3 years, 11 months 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
Index: chrome/browser/android/preferences/browser_prefs_android.cc
diff --git a/chrome/browser/android/preferences/browser_prefs_android.cc b/chrome/browser/android/preferences/browser_prefs_android.cc
index 4bc23f7d62e65127b2455abc52d445213268c2ed..6e9a9c70bfe39ae32670a3bf202ff5a072cae4c2 100644
--- a/chrome/browser/android/preferences/browser_prefs_android.cc
+++ b/chrome/browser/android/preferences/browser_prefs_android.cc
@@ -15,7 +15,6 @@ namespace android {
void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
NotificationPlatformBridgeAndroid::RegisterProfilePrefs(registry);
SearchGeolocationDisclosureTabHelper::RegisterProfilePrefs(registry);
- SearchGeolocationService::RegisterProfilePrefs(registry);
}
} // namespace android

Powered by Google App Engine
This is Rietveld 408576698