| Index: content/renderer/render_frame_impl.h
|
| diff --git a/content/renderer/render_frame_impl.h b/content/renderer/render_frame_impl.h
|
| index 6dbdbb107ceadf21126e1f73a0104621d9a4861a..8cc358f11d24ae0aa5e34b4fea33ceb897b1b879 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;
|
| @@ -575,7 +573,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(
|
| @@ -1150,9 +1147,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_;
|
|
|
|
|