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

Unified Diff: content/shell/renderer/test_runner/web_test_proxy.h

Issue 636863003: Make SpeechRecognition per RenderFrame instead of per RenderView. Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review comments 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
Index: content/shell/renderer/test_runner/web_test_proxy.h
diff --git a/content/shell/renderer/test_runner/web_test_proxy.h b/content/shell/renderer/test_runner/web_test_proxy.h
index e06d572380da806ae55af35642d6e5d74f8d2f99..b65780e6272cc57c687ad04cdfd7cf0617c749b1 100644
--- a/content/shell/renderer/test_runner/web_test_proxy.h
+++ b/content/shell/renderer/test_runner/web_test_proxy.h
@@ -169,7 +169,6 @@ class WebTestProxyBase {
blink::WebUserMediaClient* GetUserMediaClient();
void PrintPage(blink::WebLocalFrame* frame);
blink::WebMIDIClient* GetWebMIDIClient();
- blink::WebSpeechRecognizer* GetSpeechRecognizer();
bool RequestPointerLock();
void RequestPointerUnlock();
bool IsPointerLocked();
@@ -341,9 +340,6 @@ class WebTestProxy : public Base, public WebTestProxyBase {
virtual void printPage(blink::WebLocalFrame* frame) {
WebTestProxyBase::PrintPage(frame);
}
- virtual blink::WebSpeechRecognizer* speechRecognizer() {
- return WebTestProxyBase::GetSpeechRecognizer();
- }
virtual bool requestPointerLock() {
return WebTestProxyBase::RequestPointerLock();
}
« no previous file with comments | « content/shell/renderer/test_runner/web_frame_test_proxy.h ('k') | content/shell/renderer/test_runner/web_test_proxy.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698