| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index 6f041e7a1ec2e65955ea641c1aadcaf772d4f459..4fdf91cde3ec110957493260fdc489f283110f97 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;
|
| @@ -245,14 +243,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 recognition services.
|
|
|