From 692e5dbf12901edacf14812a6fae25462920af42 Mon Sep 17 00:00:00 2001 From: Steve Block Date: Tue, 27 Apr 2010 16:23:55 +0100 Subject: Merge webkit.org at r55033 : Initial merge by git Change-Id: I98a4af828067cc243ec3dc5e5826154dd88074b5 --- WebKit/chromium/public/WebViewClient.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'WebKit/chromium/public/WebViewClient.h') diff --git a/WebKit/chromium/public/WebViewClient.h b/WebKit/chromium/public/WebViewClient.h index 4d272bb..a2de115 100644 --- a/WebKit/chromium/public/WebViewClient.h +++ b/WebKit/chromium/public/WebViewClient.h @@ -46,6 +46,7 @@ class WebAccessibilityObject; class WebDragData; class WebFileChooserCompletion; class WebFrame; +class WebGeolocationServiceInterface; class WebNode; class WebNotificationPresenter; class WebRange; @@ -277,6 +278,11 @@ public: virtual void removeAutofillSuggestions(const WebString& name, const WebString& value) { } + // Geolocation --------------------------------------------------------- + + // Access the embedder API for geolocation services. + virtual WebKit::WebGeolocationServiceInterface* getGeolocationService() { return 0; } + protected: ~WebViewClient() { } }; -- cgit v1.1