| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index 7548bb61c4f27d4af5c882bbc453d9d7eb6b71d5..b358233c235475fc3b6133aecc13f9b4cd798212 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -56,8 +56,6 @@ class WebElement;
|
| class WebExternalPopupMenu;
|
| class WebExternalPopupMenuClient;
|
| class WebFileChooserCompletion;
|
| -class WebGeolocationClient;
|
| -class WebGeolocationService;
|
| class WebGestureEvent;
|
| class WebHitTestResult;
|
| class WebImage;
|
| @@ -248,14 +246,6 @@ public:
|
| virtual void didUpdateInspectorSetting(const WebString& key, const WebString& value) { }
|
|
|
|
|
| - // Geolocation ---------------------------------------------------------
|
| -
|
| - // Access the embedder API for (client-based) geolocation client .
|
| - virtual WebGeolocationClient* geolocationClient() { return 0; }
|
| - // Access the embedder API for (non-client-based) geolocation services.
|
| - virtual WebGeolocationService* geolocationService() { return 0; }
|
| -
|
| -
|
| // Speech --------------------------------------------------------------
|
|
|
| // Access the embedder API for speech input services.
|
|
|