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 ec9e8c5c082a5091f060233212c1ca9261a4fc18..d375aaca677898529153769ae18155dfe3472287 100644 |
| --- a/content/public/browser/permission_type.h |
| +++ b/content/public/browser/permission_type.h |
| @@ -23,6 +23,7 @@ enum class PermissionType { |
| AUDIO_CAPTURE = 8, |
| VIDEO_CAPTURE = 9, |
| BACKGROUND_SYNC = 10, |
| + PLUGINS = 11, |
| // Always keep this at the end. |
| NUM, |