| Index: chrome/browser/renderer_host/render_message_filter.h
|
| diff --git a/chrome/browser/renderer_host/render_message_filter.h b/chrome/browser/renderer_host/render_message_filter.h
|
| index 69bc8f73811b4bd7b7c8303e9db44fe3a56db14e..e912aaa06cec387e7489624edf8d5a778ca44a95 100644
|
| --- a/chrome/browser/renderer_host/render_message_filter.h
|
| +++ b/chrome/browser/renderer_host/render_message_filter.h
|
| @@ -34,7 +34,6 @@
|
|
|
| class ChromeURLRequestContext;
|
| struct FontDescriptor;
|
| -class GeolocationDispatcherHostOld;
|
| class HostZoomMap;
|
| class NotificationsPrefsCache;
|
| class PpapiPluginProcessHost;
|
| @@ -449,8 +448,6 @@ class RenderMessageFilter : public IPC::ChannelProxy::MessageFilter,
|
| // A callback to create a routing id for the associated renderer process.
|
| scoped_ptr<CallbackWithReturnValue<int>::Type> next_route_id_callback_;
|
|
|
| - // Used to handle geolocation-related messages.
|
| - scoped_refptr<GeolocationDispatcherHostOld> geolocation_dispatcher_host_;
|
|
|
| scoped_refptr<WebKitContext> webkit_context_;
|
|
|
|
|