| Index: public/web/WebViewClient.h
|
| diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
|
| index 6469e705c5b9494ac1d2d3a744d0ccaa9f1efde8..8eaa398bac9d8f4971b9fb794d01cfca92bd9bee 100644
|
| --- a/public/web/WebViewClient.h
|
| +++ b/public/web/WebViewClient.h
|
| @@ -61,7 +61,6 @@ class WebInputElement;
|
| class WebKeyboardEvent;
|
| class WebNode;
|
| class WebRange;
|
| -class WebSpeechRecognizer;
|
| class WebStorageNamespace;
|
| class WebURL;
|
| class WebURLRequest;
|
| @@ -238,12 +237,6 @@ public:
|
| virtual void didUpdateInspectorSetting(const WebString& key, const WebString& value) { }
|
|
|
|
|
| - // Speech --------------------------------------------------------------
|
| -
|
| - // Access the embedder API for speech recognition services.
|
| - virtual WebSpeechRecognizer* speechRecognizer() { return 0; }
|
| -
|
| -
|
| // Zoom ----------------------------------------------------------------
|
|
|
| // Informs the browser that the zoom levels for this frame have changed from
|
|
|