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