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

Unified Diff: public/web/WebViewClient.h

Issue 636863002: Make SpeechRecognitionController per frame instead of per page. Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 6 years, 1 month 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
« Source/web/WebLocalFrameImpl.cpp ('K') | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebViewClient.h
diff --git a/public/web/WebViewClient.h b/public/web/WebViewClient.h
index 9e7b1a3f902ddaa7e0a25519cd6316fae51bf7d1..19d2c40e0c735bcdc3d4f39d8b0e936ebb15040b 100644
--- a/public/web/WebViewClient.h
+++ b/public/web/WebViewClient.h
@@ -62,7 +62,6 @@ class WebKeyboardEvent;
class WebNode;
class WebPushClient;
class WebRange;
-class WebSpeechRecognizer;
class WebStorageNamespace;
class WebURL;
class WebURLRequest;
@@ -239,12 +238,6 @@ public:
virtual void didUpdateInspectorSetting(const WebString& key, const WebString& value) { }
- // Speech --------------------------------------------------------------
dcheng 2014/11/11 08:09:58 These sort of things usually require a 3-way patch
mlamouri (slow - plz ping) 2014/11/28 10:43:04 That's correct. I use this patch with a chromium p
-
- // 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
« Source/web/WebLocalFrameImpl.cpp ('K') | « public/web/WebFrameClient.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698