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 d170c95d219994cb269bf22286212d72619ae2f8..944b67c2aa6c98beb3e0d8f6f3a98554e67bb144 100644 |
--- a/content/shell/renderer/test_runner/web_test_proxy.h |
+++ b/content/shell/renderer/test_runner/web_test_proxy.h |
@@ -48,8 +48,6 @@ class WebFrame; |
class WebLocalFrame; |
class WebMIDIAccessor; |
class WebMIDIAccessorClient; |
-class WebMIDIClient; |
-class WebMIDIClientMock; |
class WebNode; |
class WebPlugin; |
class WebRange; |
@@ -128,7 +126,6 @@ class WebTestProxyBase { |
void GetScreenOrientationForTesting(blink::WebScreenInfo&); |
MockScreenOrientationClient* GetScreenOrientationClientMock(); |
- blink::WebMIDIClientMock* GetMIDIClientMock(); |
MockWebSpeechRecognizer* GetSpeechRecognizerMock(); |
MockCredentialManagerClient* GetCredentialManagerClientMock(); |
@@ -168,7 +165,6 @@ class WebTestProxyBase { |
const blink::WebContextMenuData& data); |
blink::WebUserMediaClient* GetUserMediaClient(); |
void PrintPage(blink::WebLocalFrame* frame); |
- blink::WebMIDIClient* GetWebMIDIClient(); |
blink::WebSpeechRecognizer* GetSpeechRecognizer(); |
bool RequestPointerLock(); |
void RequestPointerUnlock(); |
@@ -268,7 +264,6 @@ class WebTestProxyBase { |
int chooser_count_; |
scoped_ptr<MockCredentialManagerClient> credential_manager_client_; |
- scoped_ptr<blink::WebMIDIClientMock> midi_client_; |
scoped_ptr<MockWebSpeechRecognizer> speech_recognizer_; |
scoped_ptr<MockScreenOrientationClient> screen_orientation_client_; |