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

Unified Diff: public/web/WebViewClient.h

Issue 752303003: Remove WebViewClient::speechRecognizer(). (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@speech_recognition
Patch Set: 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
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('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 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
« no previous file with comments | « Source/web/WebLocalFrameImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698