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

Unified Diff: content/browser/web_contents/web_contents_impl.h

Issue 2192683003: Revert of Reland: Geolocation: move from content/browser to device/ (patchset #2 id:20001 of https:… (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2810
Patch Set: Created 4 years, 5 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: content/browser/web_contents/web_contents_impl.h
diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h
index 1162e58ecfa50a64969ab29a05368cab8dc51b67..af92cf43bf7a8709ec7409b1a66a7f324f28b03d 100644
--- a/content/browser/web_contents/web_contents_impl.h
+++ b/content/browser/web_contents/web_contents_impl.h
@@ -57,6 +57,7 @@ class BrowserPluginGuest;
class DateTimeChooserAndroid;
class DownloadItem;
class FindRequestManager;
+class GeolocationServiceContext;
class InterstitialPageImpl;
class JavaScriptDialogManager;
class LoaderIOThreadNotifier;
@@ -453,7 +454,7 @@ class CONTENT_EXPORT WebContentsImpl
RenderFrameHost* GetGuestByInstanceID(
RenderFrameHost* render_frame_host,
int browser_plugin_instance_id) override;
- device::GeolocationServiceContext* GetGeolocationServiceContext() override;
+ GeolocationServiceContext* GetGeolocationServiceContext() override;
WakeLockServiceContext* GetWakeLockServiceContext() override;
void EnterFullscreenMode(const GURL& origin) override;
void ExitFullscreenMode(bool will_cause_resize) override;
@@ -1347,8 +1348,7 @@ class CONTENT_EXPORT WebContentsImpl
// Whether the last JavaScript dialog shown was suppressed. Used for testing.
bool last_dialog_suppressed_;
- std::unique_ptr<device::GeolocationServiceContext>
- geolocation_service_context_;
+ std::unique_ptr<GeolocationServiceContext> geolocation_service_context_;
std::unique_ptr<WakeLockServiceContext> wake_lock_service_context_;
« no previous file with comments | « content/browser/geolocation/wifi_polling_policy.h ('k') | content/browser/web_contents/web_contents_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698