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..2f48764d4519dc120d5cc1747b8f29b8d8431d68 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, |
| + BLUETOOTH = 10, |
| // Always keep this at the end. |
| NUM, |