Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3967)

Unified Diff: chrome/browser/renderer_host/resource_message_filter.h

Issue 5612005: Client-based geolocation support. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: GeolocationDispatcherHost rename and inhert from BrowserMessageFilter. Created 10 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/renderer_host/resource_message_filter.h
diff --git a/chrome/browser/renderer_host/resource_message_filter.h b/chrome/browser/renderer_host/resource_message_filter.h
index ce231374890e9956fc1afdc8d5d8778c4df36cfa..81fdb1ca7f414651ff59ec7aa09e62d79ad841f4 100644
--- a/chrome/browser/renderer_host/resource_message_filter.h
+++ b/chrome/browser/renderer_host/resource_message_filter.h
@@ -38,7 +38,6 @@ class DOMStorageDispatcherHost;
class FileSystemDispatcherHost;
class FileUtilitiesDispatcherHost;
struct FontDescriptor;
-class GeolocationDispatcherHostOld;
class HostZoomMap;
class IndexedDBDispatcherHost;
class MimeRegistryDispatcher;
@@ -477,9 +476,6 @@ class ResourceMessageFilter : public IPC::ChannelProxy::MessageFilter,
scoped_refptr<speech_input::SpeechInputDispatcherHost>
speech_input_dispatcher_host_;
- // Used to handle geolocation-related messages.
- scoped_refptr<GeolocationDispatcherHostOld> geolocation_dispatcher_host_;
-
// Used to handle search provider related messages.
scoped_ptr<SearchProviderInstallStateDispatcherHost>
search_provider_install_state_dispatcher_host_;

Powered by Google App Engine
This is Rietveld 408576698