Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1169)

Unified Diff: content/public/browser/permission_type.h

Issue 1164073005: Allow script to request durable storage permission (chrome side) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: ToT Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698