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

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

Issue 339913002: Move MockScreenOrientationController to content/shell/renderer/test_runner/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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 9facecf6d984b8ded3b4eee14c8ff67332bdba2b..8237de6890525cc6bb6166014ef72c487e7e1a79 100644
--- a/content/shell/renderer/test_runner/web_test_proxy.h
+++ b/content/shell/renderer/test_runner/web_test_proxy.h
@@ -75,6 +75,7 @@ typedef unsigned WebColor;
namespace content {
+class MockScreenOrientationController;
class MockWebPushClient;
class MockWebSpeechRecognizer;
class MockWebUserMediaClient;
@@ -125,6 +126,7 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
void DisplayAsyncThen(const base::Closure& callback);
+ MockScreenOrientationController* GetScreenOrientationClientMock();
blink::WebMIDIClientMock* GetMIDIClientMock();
MockWebSpeechRecognizer* GetSpeechRecognizerMock();
@@ -269,6 +271,7 @@ class WebTestProxyBase : public blink::WebCompositeAndReadbackAsyncCallback {
scoped_ptr<blink::WebMIDIClientMock> midi_client_;
scoped_ptr<MockWebSpeechRecognizer> speech_recognizer_;
scoped_ptr<MockWebPushClient> push_client_;
+ scoped_ptr<MockScreenOrientationController> screen_orientation_client_;
std::string accept_languages_;

Powered by Google App Engine
This is Rietveld 408576698