Index: content/public/browser/permission_type.h |
diff --git a/content/public/browser/permission_type.h b/content/public/browser/permission_type.h |
index 071add679ca44938ebcf72b0fab38f3855c84273..a7b99c6665f75d481b1fa11acc0cec202ed43834 100644 |
--- a/content/public/browser/permission_type.h |
+++ b/content/public/browser/permission_type.h |
@@ -24,6 +24,11 @@ enum class PermissionType { |
VIDEO_CAPTURE = 9, |
BACKGROUND_SYNC = 10, |
FLASH = 11, |
+ AMBIENT_LIGHT_SENSOR = 12, |
+ ACCELEROMETER = 13, |
+ GYROSCOPE = 14, |
+ MAGNETOMETER = 15, |
+ ORIENTATION_SENSOR = 16, |
// Always keep this at the end. |
NUM, |