| Index: public/web/WebFrameClient.h
|
| ===================================================================
|
| --- public/web/WebFrameClient.h (revision 189482)
|
| +++ public/web/WebFrameClient.h (working copy)
|
| @@ -78,7 +78,6 @@
|
| class WebPushClient;
|
| class WebRTCPeerConnectionHandler;
|
| class WebScreenOrientationClient;
|
| -class WebSpeechRecognizer;
|
| class WebString;
|
| class WebURL;
|
| class WebURLResponse;
|
| @@ -595,12 +594,6 @@
|
| virtual int64_t serviceWorkerID(WebDataSource&) { return -1; }
|
|
|
|
|
| - // Speech --------------------------------------------------------------
|
| -
|
| - // Access the embedder API for speech recognition services.
|
| - virtual WebSpeechRecognizer* speechRecognizer() { return 0; }
|
| -
|
| -
|
| // Fullscreen ----------------------------------------------------------
|
|
|
| // Called to enter/exit fullscreen mode. If enterFullScreen returns true,
|
|
|