Index: content/renderer/renderer_blink_platform_impl.h |
diff --git a/content/renderer/renderer_blink_platform_impl.h b/content/renderer/renderer_blink_platform_impl.h |
index ff5ee76fa0baa1301cfc0ae665aa23769b740f8a..4180a562daf74a98db4d8a76f7db2c318e00f950 100644 |
--- a/content/renderer/renderer_blink_platform_impl.h |
+++ b/content/renderer/renderer_blink_platform_impl.h |
@@ -221,8 +221,6 @@ class CONTENT_EXPORT RendererBlinkPlatformImpl : public BlinkPlatformImpl { |
// Returns the previous |enable| value. |
static bool SetSandboxEnabledForTesting(bool enable); |
- // Set a double to return when setDeviceLightListener is invoked. |
- static void SetMockDeviceLightDataForTesting(double data); |
// Set MotionData to return when setDeviceMotionListener is invoked. |
static void SetMockDeviceMotionDataForTesting(const device::MotionData& data); |
// Set OrientationData to return when setDeviceOrientationListener |