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

Unified Diff: third_party/WebKit/Source/modules/sensor/AbsoluteOrientationSensor.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/AbsoluteOrientationSensor.idl
diff --git a/third_party/WebKit/Source/modules/sensor/AbsoluteOrientationSensor.idl b/third_party/WebKit/Source/modules/sensor/AbsoluteOrientationSensor.idl
index 5542177069bf0d2931f7a0c70cb4283c228c65ab..c9c4c5fda80e9377a62c10152d066233d167e64e 100644
--- a/third_party/WebKit/Source/modules/sensor/AbsoluteOrientationSensor.idl
+++ b/third_party/WebKit/Source/modules/sensor/AbsoluteOrientationSensor.idl
@@ -10,5 +10,6 @@
Constructor(optional SensorOptions sensorOptions),
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
+ MeasureAs=AbsoluteOrientationSensorConstructor
] interface AbsoluteOrientationSensor : OrientationSensor {
};
« no previous file with comments | « third_party/WebKit/Source/core/frame/UseCounter.h ('k') | third_party/WebKit/Source/modules/sensor/Accelerometer.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698