Chromium Code Reviews| Index: content/public/browser/permission_type.h |
| diff --git a/content/public/browser/permission_type.h b/content/public/browser/permission_type.h |
| index d2f7b6d85a131c59930dc8a28886efe2d668bc26..3ec6028c85563bd03e9095ff6b83fe70262260e0 100644 |
| --- a/content/public/browser/permission_type.h |
| +++ b/content/public/browser/permission_type.h |
| @@ -22,6 +22,7 @@ enum class PermissionType { |
| DURABLE_STORAGE = 7, |
| AUDIO_CAPTURE = 8, |
| VIDEO_CAPTURE = 9, |
| + USB = 10, |
|
raymes
2015/10/14 02:07:04
I'm not sure that we should add this for now. The
Reilly Grant (use Gerrit)
2015/10/22 00:57:03
Done.
|
| // Always keep this at the end. |
| NUM, |