 Chromium Code Reviews
 Chromium Code Reviews Issue 2458453002:
   [sensors] Add Permission guard to the generic sensor apis.
    
  
    Issue 2458453002:
   [sensors] Add Permission guard to the generic sensor apis. 
  | 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..22b3c3b983ff8b1b43bbeec1413504c96e4bc0f5 100644 | 
| --- a/content/public/browser/permission_type.h | 
| +++ b/content/public/browser/permission_type.h | 
| @@ -24,6 +24,7 @@ enum class PermissionType { | 
| VIDEO_CAPTURE = 9, | 
| BACKGROUND_SYNC = 10, | 
| FLASH = 11, | 
| + SENSORS = 12, | 
| // Always keep this at the end. | 
| NUM, |