diff options
Diffstat (limited to 'chrome/renderer/render_view.h')
-rw-r--r-- | chrome/renderer/render_view.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/renderer/render_view.h b/chrome/renderer/render_view.h index b08bd21..60deea6 100644 --- a/chrome/renderer/render_view.h +++ b/chrome/renderer/render_view.h @@ -69,7 +69,6 @@ class DictionaryValue; class DevToolsAgent; class DevToolsClient; class FilePath; -class GeolocationDispatcher; class GURL; class ListValue; class NavigationState; @@ -90,10 +89,6 @@ struct FileUploadData; } namespace WebKit { -class WebGeolocationServiceInterfaceChromium; -} - -namespace WebKit { class WebAccessibilityCache; class WebDataSource; class WebDragData; @@ -264,7 +259,6 @@ class RenderView : public RenderWidget, virtual WebKit::WebNotificationPresenter* GetNotificationPresenter() { return notification_provider_.get(); } - virtual WebKit::WebGeolocationServiceInterface* getGeolocationService(); // Sets the content settings that back allowScripts(), allowImages(), and // allowPlugins(). @@ -1117,9 +1111,6 @@ class RenderView : public RenderWidget, std::set<WebPluginDelegateProxy*> plugin_delegates_; #endif - // The geolocation dispatcher attached to this view, lazily initialized. - scoped_ptr<GeolocationDispatcher> geolocation_dispatcher_; - DISALLOW_COPY_AND_ASSIGN(RenderView); }; |