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

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

Issue 1100673004: Remove references to WebMidiClientMock from content/. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: update Created 5 years, 8 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 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_;
« 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