| Index: content/browser/renderer_host/render_process_host_impl.h
|
| ===================================================================
|
| --- content/browser/renderer_host/render_process_host_impl.h (revision 269778)
|
| +++ content/browser/renderer_host/render_process_host_impl.h (working copy)
|
| @@ -14,7 +14,6 @@
|
| #include "base/process/process.h"
|
| #include "base/timer/timer.h"
|
| #include "content/browser/child_process_launcher.h"
|
| -#include "content/browser/geolocation/geolocation_dispatcher_host.h"
|
| #include "content/browser/power_monitor_message_broadcaster.h"
|
| #include "content/common/content_export.h"
|
| #include "content/public/browser/gpu_data_manager_observer.h"
|
| @@ -37,7 +36,6 @@
|
| namespace content {
|
| class AudioRendererHost;
|
| class BrowserDemuxerAndroid;
|
| -class GeolocationDispatcherHost;
|
| class GpuMessageFilter;
|
| class MessagePortMessageFilter;
|
| class MojoApplicationHost;
|
| @@ -163,11 +161,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);
|
| @@ -417,9 +410,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
|
|
|