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

Unified Diff: components/test_runner/web_test_proxy.h

Issue 1807733002: Make MockScreenOrientationClient an internal detail of components/test_runner. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@remove-app-banner-dep
Patch Set: Rebasing... Created 4 years, 9 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: components/test_runner/web_test_proxy.h
diff --git a/components/test_runner/web_test_proxy.h b/components/test_runner/web_test_proxy.h
index de8c181531f7faa419554a78ca592c36085a964d..f9e9ef8365fc08caedaf1acc0b28a10f5d48379e 100644
--- a/components/test_runner/web_test_proxy.h
+++ b/components/test_runner/web_test_proxy.h
@@ -270,7 +270,6 @@ class TEST_RUNNER_EXPORT WebTestProxyBase {
scoped_ptr<MockCredentialManagerClient> credential_manager_client_;
scoped_ptr<MockWebSpeechRecognizer> speech_recognizer_;
- scoped_ptr<MockScreenOrientationClient> screen_orientation_client_;
std::string accept_languages_;

Powered by Google App Engine
This is Rietveld 408576698