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 720c2326995d6c3cfb1f00c7a13d37d8aebfc9a9..5e4676f3dbdee823af1bda3f26c0bc164a530ddb 100644 |
| --- a/content/public/browser/permission_type.h |
| +++ b/content/public/browser/permission_type.h |
| @@ -19,6 +19,7 @@ enum class PermissionType { |
| GEOLOCATION = 4, |
| PROTECTED_MEDIA_IDENTIFIER = 5, |
| MIDI = 6, |
| + DURABLE_STORAGE = 7, |
| // Always keep this at the end. |
| NUM, |