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

Unified Diff: content/test/layouttest_support.cc

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/test/layouttest_support.cc
diff --git a/content/test/layouttest_support.cc b/content/test/layouttest_support.cc
index 5b003d70d881f223608096af7bd06d6f720fc581..74071e642e78f8924e747efcdd7e45ed35e24306 100644
--- a/content/test/layouttest_support.cc
+++ b/content/test/layouttest_support.cc
@@ -269,10 +269,6 @@ void SetMockGamepadProvider(std::unique_ptr<RendererGamepadProvider> provider) {
std::move(provider));
}
-void SetMockDeviceLightData(const double data) {
- RendererBlinkPlatformImpl::SetMockDeviceLightDataForTesting(data);
-}
-
void SetMockDeviceMotionData(const MotionData& data) {
RendererBlinkPlatformImpl::SetMockDeviceMotionDataForTesting(data);
}
« no previous file with comments | « content/test/data/device_sensors/device_light_test.html ('k') | device/generic_sensor/platform_sensor_ambient_light_mac.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698