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

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

Issue 2787013003: [Sensors] Adding more UMA histogram values (Closed)
Patch Set: Created 3 years, 9 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/AmbientLightSensor.idl
diff --git a/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl b/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
index c9b69cd945aa1ad0ab942bdba33c7961d112213e..f6268a2cf7208e6274d765c31f49a79a28336551 100644
--- a/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
+++ b/third_party/WebKit/Source/modules/sensor/AmbientLightSensor.idl
@@ -10,6 +10,7 @@
Constructor(optional SensorOptions sensorOptions),
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
+ MeasureAs=AmbientLightSensorConstructor
] interface AmbientLightSensor : Sensor {
readonly attribute unrestricted double? illuminance;
};
« no previous file with comments | « third_party/WebKit/Source/modules/sensor/Accelerometer.idl ('k') | third_party/WebKit/Source/modules/sensor/Gyroscope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698