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

Unified Diff: public/web/WebFrameClient.h

Issue 899853002: Merge 188868 "Revert of Make SpeechRecognitionController per fra..." (Closed) Base URL: svn://svn.chromium.org/blink/branches/chromium/2272/
Patch Set: Created 5 years, 10 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
===================================================================
--- 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,
« 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