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

Unified Diff: content/common/permission_service.mojom

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/common/permission_service.mojom
diff --git a/content/common/permission_service.mojom b/content/common/permission_service.mojom
index 16d4866355cc354779ad887a2b4eefc2b0136498..aee9b33e8a786f1c8313a87287f898e08deb1c1a 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -12,6 +12,7 @@ enum PermissionName {
PUSH_NOTIFICATIONS,
MIDI_SYSEX,
PROTECTED_MEDIA_IDENTIFIER,
+ DURABLE_STORAGE,
};
// The Permission service provides permission handling capabilities by exposing

Powered by Google App Engine
This is Rietveld 408576698