Index: content/public/browser/permission_type.h |
diff --git a/content/public/browser/permission_type.h b/content/public/browser/permission_type.h |
index 4fb062c44e78ae6af7b5773a723e7c7aba1ba739..02e6be76261581f7ff4769a26f2fb5e5c91cc703 100644 |
--- a/content/public/browser/permission_type.h |
+++ b/content/public/browser/permission_type.h |
@@ -18,6 +18,7 @@ enum class PermissionType { |
NOTIFICATIONS = 3, |
GEOLOCATION = 4, |
PROTECTED_MEDIA_IDENTIFIER = 5, |
+ DURABLE_STORAGE = 6, |
// Always keep this at the end. |
NUM, |