Index: content/browser/renderer_host/render_process_host_impl.h |
=================================================================== |
--- content/browser/renderer_host/render_process_host_impl.h (revision 269041) |
+++ content/browser/renderer_host/render_process_host_impl.h (working copy) |
@@ -39,7 +39,6 @@ |
namespace content { |
class AudioRendererHost; |
class BrowserDemuxerAndroid; |
-class GeolocationDispatcherHost; |
class GpuMessageFilter; |
class MessagePortMessageFilter; |
class MojoApplicationHost; |
@@ -165,11 +164,6 @@ |
scoped_ptr<RenderWidgetHostViewFrameSubscriber> subscriber); |
void EndFrameSubscription(int route_id); |
- scoped_refptr<GeolocationDispatcherHost> |
- geolocation_dispatcher_host() const { |
- return make_scoped_refptr(geolocation_dispatcher_host_); |
- } |
- |
#if defined(ENABLE_WEBRTC) |
// Fires the webrtc log message callback with |message|, if callback is set. |
void WebRtcLogMessage(const std::string& message); |
@@ -411,9 +405,6 @@ |
scoped_refptr<BrowserDemuxerAndroid> browser_demuxer_android_; |
#endif |
- // Message filter for geolocation messages. |
- GeolocationDispatcherHost* geolocation_dispatcher_host_; |
- |
#if defined(ENABLE_WEBRTC) |
base::Callback<void(const std::string&)> webrtc_log_message_callback_; |
#endif |