| Index: content/public/test/layouttest_support.h
|
| diff --git a/content/public/test/layouttest_support.h b/content/public/test/layouttest_support.h
|
| index 76a4deec13747a4d7e2f26d475da8b10b4bfc146..3f67a76b86d9d96a2eaa005b3f945fbc414dbc86 100644
|
| --- a/content/public/test/layouttest_support.h
|
| +++ b/content/public/test/layouttest_support.h
|
| @@ -60,14 +60,6 @@ void SetMockDeviceMotionData(const blink::WebDeviceMotionData& data);
|
| // a listener through WebKitPlatformSupport::setDeviceOrientationListener().
|
| void SetMockDeviceOrientationData(const blink::WebDeviceOrientationData& data);
|
|
|
| -// Sets WebScreenOrientationType that should be used as a mock orientation.
|
| -void SetMockScreenOrientation(
|
| - RenderView* render_view,
|
| - const blink::WebScreenOrientationType& orientation);
|
| -
|
| -// Resets the mock screen orientation data.
|
| -void ResetMockScreenOrientation();
|
| -
|
| // Notifies blink that battery status has changed.
|
| void MockBatteryStatusChanged(const blink::WebBatteryStatus& status);
|
|
|
|
|