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 e912aaa06cec387e7489624edf8d5a778ca44a95..69bc8f73811b4bd7b7c8303e9db44fe3a56db14e 100644 |
--- a/chrome/browser/renderer_host/render_message_filter.h |
+++ b/chrome/browser/renderer_host/render_message_filter.h |
@@ -34,6 +34,7 @@ |
class ChromeURLRequestContext; |
struct FontDescriptor; |
+class GeolocationDispatcherHostOld; |
class HostZoomMap; |
class NotificationsPrefsCache; |
class PpapiPluginProcessHost; |
@@ -448,6 +449,8 @@ 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_; |