Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(106)

Unified Diff: public/web/WebFrameClient.h

Issue 863213002: Revert of Make SpeechRecognitionController per frame instead of per page. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebFrameClient.h
diff --git a/public/web/WebFrameClient.h b/public/web/WebFrameClient.h
index 62641d2a76f6e397b5b148989bc3f621fb8c0ce5..a24fa42b933305f06a6863eaa0466f70667502f8 100644
--- a/public/web/WebFrameClient.h
+++ b/public/web/WebFrameClient.h
@@ -78,7 +78,6 @@ class WebPluginPlaceholder;
class WebPushClient;
class WebRTCPeerConnectionHandler;
class WebScreenOrientationClient;
-class WebSpeechRecognizer;
class WebString;
class WebURL;
class WebURLResponse;
@@ -595,12 +594,6 @@ public:
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,
« no previous file with comments | « Source/web/WebViewImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698