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

Unified Diff: content/renderer/renderer_webkitplatformsupport_impl.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/renderer/renderer_webkitplatformsupport_impl.h
diff --git a/content/renderer/renderer_webkitplatformsupport_impl.h b/content/renderer/renderer_webkitplatformsupport_impl.h
index 1cd15d8f157dcdfb90cb89c0903ece7842404a40..067d550a1695364c237f026be343435ae4414080 100644
--- a/content/renderer/renderer_webkitplatformsupport_impl.h
+++ b/content/renderer/renderer_webkitplatformsupport_impl.h
@@ -175,12 +175,6 @@ class CONTENT_EXPORT RendererWebKitPlatformSupportImpl
// is invoked.
static void SetMockDeviceOrientationDataForTesting(
const blink::WebDeviceOrientationData& data);
- // Forces the screen orientation for testing purposes.
- static void SetMockScreenOrientationForTesting(
- RenderView* render_view,
- blink::WebScreenOrientationType);
- // Resets the mock screen orientation data used for testing.
- static void ResetMockScreenOrientationForTesting();
// Notifies blink::WebBatteryStatusListener that battery status has changed.
static void MockBatteryStatusChangedForTesting(

Powered by Google App Engine
This is Rietveld 408576698