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

Unified Diff: content/browser/frame_host/render_frame_host_delegate.cc

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/frame_host/render_frame_host_delegate.cc
diff --git a/content/browser/frame_host/render_frame_host_delegate.cc b/content/browser/frame_host/render_frame_host_delegate.cc
index 534fc74ec64293905ce047c03a9c2ac4f90730f0..9b00f6bfce95169b59ce94c8b720ac5de4ab4ac1 100644
--- a/content/browser/frame_host/render_frame_host_delegate.cc
+++ b/content/browser/frame_host/render_frame_host_delegate.cc
@@ -67,9 +67,9 @@ RenderFrameHost* RenderFrameHostDelegate::GetGuestByInstanceID(
return NULL;
}
-device::GeolocationServiceContext*
+GeolocationServiceContext*
RenderFrameHostDelegate::GetGeolocationServiceContext() {
- return nullptr;
+ return NULL;
}
WakeLockServiceContext* RenderFrameHostDelegate::GetWakeLockServiceContext() {
« no previous file with comments | « content/browser/frame_host/render_frame_host_delegate.h ('k') | content/browser/frame_host/render_frame_host_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698