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

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

Issue 2612993002: Make geolocation API and X-Geo header access consistent (Closed)
Patch Set: Fix some things; rebase 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 e781019047c1bae52e2b560971ede0bdeed3df9f..75d9ac18ad8eabac0d38f864b0355b8ecb8e7b9a 100644
--- a/chrome/browser/android/preferences/browser_prefs_android.cc
+++ b/chrome/browser/android/preferences/browser_prefs_android.cc
@@ -6,6 +6,7 @@
#include "blimp/client/public/blimp_client_context.h"
#include "chrome/browser/android/search_geolocation/search_geolocation_disclosure_tab_helper.h"
+#include "chrome/browser/android/search_geolocation/search_geolocation_service.h"
#include "chrome/browser/notifications/notification_platform_bridge_android.h"
#include "components/pref_registry/pref_registry_syncable.h"
#include "components/prefs/pref_registry_simple.h"
@@ -15,6 +16,7 @@ namespace android {
void RegisterUserProfilePrefs(user_prefs::PrefRegistrySyncable* registry) {
NotificationPlatformBridgeAndroid::RegisterProfilePrefs(registry);
SearchGeolocationDisclosureTabHelper::RegisterProfilePrefs(registry);
+ SearchGeolocationService::RegisterProfilePrefs(registry);
blimp::client::BlimpClientContext::RegisterPrefs(registry);
}

Powered by Google App Engine
This is Rietveld 408576698