| 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..d93da1481123a09a7b0b42cbf0bf16b629fe3c7f 100644
 | 
| --- a/content/public/browser/permission_type.h
 | 
| +++ b/content/public/browser/permission_type.h
 | 
| @@ -24,6 +24,12 @@ enum class PermissionType {
 | 
|    VIDEO_CAPTURE = 9,
 | 
|    BACKGROUND_SYNC = 10,
 | 
|    FLASH = 11,
 | 
| +  AMBIENT_LIGHT_SENSOR = 13,
 | 
| +  MAGNETOMETER = 14,
 | 
| +  ACCELEROMETER = 15,
 | 
| +  GYROSCOPE = 16,
 | 
| +  ORIENTATION_SENSOR = 17,
 | 
| +  SENSORS = 18,
 | 
|  
 | 
|    // Always keep this at the end.
 | 
|    NUM,
 | 
| 
 |