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

Unified Diff: device/generic_sensor/public/interfaces/sensor.mojom

Issue 2284613002: [sensors] Android platform adaptation for Generic Sensor API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase to master. 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
« no previous file with comments | « device/generic_sensor/public/cpp/platform_sensor_configuration.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: device/generic_sensor/public/interfaces/sensor.mojom
diff --git a/device/generic_sensor/public/interfaces/sensor.mojom b/device/generic_sensor/public/interfaces/sensor.mojom
index 10baff49d2cfebe0b91178a46a26447d6d4b3920..74f57d480d5b335d9b9ee9271c807804e08858fd 100644
--- a/device/generic_sensor/public/interfaces/sensor.mojom
+++ b/device/generic_sensor/public/interfaces/sensor.mojom
@@ -10,7 +10,9 @@ enum SensorType {
AMBIENT_LIGHT = FIRST,
PROXIMITY,
ACCELEROMETER,
+ LINEAR_ACCELERATION,
GYROSCOPE,
+ MAGNETOMETER,
PRESSURE,
LAST = PRESSURE // Note: LAST is also equal to the types count.
};
« no previous file with comments | « device/generic_sensor/public/cpp/platform_sensor_configuration.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698