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

Unified Diff: content/renderer/render_frame_impl.h

Issue 1367853002: Move GeolocationDispatcher into blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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
« no previous file with comments | « content/renderer/geolocation_dispatcher.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/renderer/render_frame_impl.h
diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
index bd2b61a63b60088c756e7dc35b4a6febc70379f7..9ec3c26dc329353cb90959dd83784ed35cf97d6c 100644
--- a/content/renderer/render_frame_impl.h
+++ b/content/renderer/render_frame_impl.h
@@ -78,7 +78,6 @@ class SyncMessage;
}
namespace blink {
-class WebGeolocationClient;
class WebMouseEvent;
class WebContentDecryptionModule;
class WebPresentationClient;
@@ -124,7 +123,6 @@ class CompositorDependencies;
class DevToolsAgent;
class DocumentState;
class ExternalPopupMenu;
-class GeolocationDispatcher;
class ManifestManager;
class MediaInterfaceProvider;
class MediaStreamDispatcher;
@@ -574,7 +572,6 @@ class CONTENT_EXPORT RenderFrameImpl
unsigned long long requested_size,
blink::WebStorageQuotaCallbacks callbacks) override;
void willOpenWebSocket(blink::WebSocketHandle* handle) override;
- blink::WebGeolocationClient* geolocationClient() override;
blink::WebPushClient* pushClient() override;
blink::WebPresentationClient* presentationClient() override;
void willStartUsingPeerConnectionHandler(
@@ -1145,9 +1142,6 @@ class CONTENT_EXPORT RenderFrameImpl
// local roots.
DevToolsAgent* devtools_agent_;
- // The geolocation dispatcher attached to this frame, lazily initialized.
- GeolocationDispatcher* geolocation_dispatcher_;
-
// The push messaging dispatcher attached to this frame, lazily initialized.
PushMessagingDispatcher* push_messaging_dispatcher_;
« no previous file with comments | « content/renderer/geolocation_dispatcher.cc ('k') | content/renderer/render_frame_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698