diff options
Diffstat (limited to 'content/browser/geolocation/geolocation_dispatcher_host.h')
-rw-r--r-- | content/browser/geolocation/geolocation_dispatcher_host.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/content/browser/geolocation/geolocation_dispatcher_host.h b/content/browser/geolocation/geolocation_dispatcher_host.h index 5a42272..c890043 100644 --- a/content/browser/geolocation/geolocation_dispatcher_host.h +++ b/content/browser/geolocation/geolocation_dispatcher_host.h @@ -1,4 +1,4 @@ -// Copyright (c) 2010 The Chromium Authors. All rights reserved. +// Copyright (c) 2011 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -12,15 +12,12 @@ class GeolocationPermissionContext; // GeolocationDispatcherHost is a browser filter for Geolocation messages. // It's the complement of GeolocationDispatcher (owned by RenderView). - class GeolocationDispatcherHost : public BrowserMessageFilter { public: static GeolocationDispatcherHost* New( int render_process_id, GeolocationPermissionContext* geolocation_permission_context); - virtual bool OnMessageReceived(const IPC::Message& msg, bool* msg_was_ok) = 0; - protected: GeolocationDispatcherHost() {} virtual ~GeolocationDispatcherHost() {} |