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

Unified Diff: third_party/WebKit/Source/modules/sensor/SensorOptions.idl

Issue 2121313002: [sensors] Generic Sensors Framework blink side (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@sensors_mojo_interfaces
Patch Set: Comments from Tim. Removed the default sensor configuration management (to be added with a separate… Created 4 years, 3 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: third_party/WebKit/Source/modules/sensor/SensorOptions.idl
diff --git a/third_party/WebKit/Source/modules/sensor/SensorOptions.idl b/third_party/WebKit/Source/modules/sensor/SensorOptions.idl
index 6947f84da761ce1dc7816e21b98be14669ee5108..8ea653015a3d12a8948f19f98b72c05296e3163a 100644
--- a/third_party/WebKit/Source/modules/sensor/SensorOptions.idl
+++ b/third_party/WebKit/Source/modules/sensor/SensorOptions.idl
@@ -7,5 +7,4 @@
dictionary SensorOptions {
double? frequency;
- double? timeout;
};

Powered by Google App Engine
This is Rietveld 408576698