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

Unified Diff: components/test_runner/web_test_delegate.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_delegate.h
diff --git a/components/test_runner/web_test_delegate.h b/components/test_runner/web_test_delegate.h
index 32a34571487a9de21f366a3dd29ff401c6cec766..8a0edeac1856a80aa02f24d5594aa60cfc231e1f 100644
--- a/components/test_runner/web_test_delegate.h
+++ b/components/test_runner/web_test_delegate.h
@@ -77,17 +77,6 @@ class WebTestDelegate {
virtual void SetDeviceOrientationData(
const blink::WebDeviceOrientationData& data) = 0;
- // Set orientation to set when registering via
- // Platform::setScreenOrientationListener().
- virtual void SetScreenOrientation(
- const blink::WebScreenOrientationType& orientation) = 0;
-
- // Reset the screen orientation data used for testing.
- virtual void ResetScreenOrientation() = 0;
-
- // Disables screen orientation test-specific mock.
- virtual void DisableMockScreenOrientation() = 0;
-
// Add a message to the text dump for the layout test.
virtual void PrintMessage(const std::string& message) = 0;

Powered by Google App Engine
This is Rietveld 408576698