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

Unified Diff: chrome/browser/ui/android/page_info/website_settings_popup_android.h

Issue 2633433002: Update page info for new search geolocation system. (Closed)
Patch Set: Comment 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/ui/android/page_info/website_settings_popup_android.h
diff --git a/chrome/browser/ui/android/page_info/website_settings_popup_android.h b/chrome/browser/ui/android/page_info/website_settings_popup_android.h
index 066d87b8d2a4e1f71f17daed038bd187116eeeb7..24f1bae4e5277193cd757c79a1b2d5ad692267e5 100644
--- a/chrome/browser/ui/android/page_info/website_settings_popup_android.h
+++ b/chrome/browser/ui/android/page_info/website_settings_popup_android.h
@@ -17,6 +17,8 @@ namespace content {
class WebContents;
}
+class SearchGeolocationService;
+
// A Java counterpart will be generated for this enum.
// GENERATED_JAVA_ENUM_PACKAGE: org.chromium.chrome.browser
enum PageInfoConnectionType {
@@ -56,6 +58,9 @@ class WebsiteSettingsPopupAndroid : public WebsiteSettingsUI {
// The java prompt implementation.
base::android::ScopedJavaGlobalRef<jobject> popup_jobject_;
+ // Owned by the profile.
+ SearchGeolocationService* search_geolocation_service_;
+
GURL url_;
DISALLOW_COPY_AND_ASSIGN(WebsiteSettingsPopupAndroid);

Powered by Google App Engine
This is Rietveld 408576698