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

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

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 6 years 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.cc
diff --git a/content/shell/renderer/test_runner/web_test_proxy.cc b/content/shell/renderer/test_runner/web_test_proxy.cc
index e39fd86a9ab04881f15814b467e35f6bdf64ddd5..bbd2b5afe23d46e3a94d867d74552d9a0f014cb5 100644
--- a/content/shell/renderer/test_runner/web_test_proxy.cc
+++ b/content/shell/renderer/test_runner/web_test_proxy.cc
@@ -889,10 +889,6 @@ blink::WebMIDIClient* WebTestProxyBase::GetWebMIDIClient() {
return GetMIDIClientMock();
}
-blink::WebSpeechRecognizer* WebTestProxyBase::GetSpeechRecognizer() {
- return GetSpeechRecognizerMock();
-}
-
bool WebTestProxyBase::RequestPointerLock() {
return test_interfaces_->GetTestRunner()->RequestPointerLock();
}

Powered by Google App Engine
This is Rietveld 408576698