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

Unified Diff: content/renderer/renderer_blink_platform_impl.h

Issue 2845763002: Remove DeviceLightEvent implementation (Closed)
Patch Set: same as previous patch Created 3 years, 8 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_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
« no previous file with comments | « content/renderer/device_sensors/device_light_event_pump_unittest.cc ('k') | content/renderer/renderer_blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698