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

Unified Diff: content/shell/test_runner/web_test_delegate.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
« no previous file with comments | « content/shell/test_runner/test_runner.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/shell/test_runner/web_test_delegate.h
diff --git a/content/shell/test_runner/web_test_delegate.h b/content/shell/test_runner/web_test_delegate.h
index 1b02c89769ac96737e85f6a69a6d810d70cf81ed..f9be6b8104a0ea18246c5884353d236ccb9968ff 100644
--- a/content/shell/test_runner/web_test_delegate.h
+++ b/content/shell/test_runner/web_test_delegate.h
@@ -63,9 +63,6 @@ class WebTestDelegate {
virtual void SetGamepadProvider(GamepadController* controller) = 0;
// Set data to return when registering via
- // Platform::setDeviceLightListener().
- virtual void SetDeviceLightData(const double data) = 0;
- // Set data to return when registering via
// Platform::setDeviceMotionListener().
virtual void SetDeviceMotionData(const device::MotionData& data) = 0;
// Set data to return when registering via
« no previous file with comments | « content/shell/test_runner/test_runner.cc ('k') | content/test/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698