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

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: fix conflicts after midi constant permission landed 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
« no previous file with comments | « content/child/permissions/permission_dispatcher.cc ('k') | content/public/browser/permission_type.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/permission_service.mojom
diff --git a/content/common/permission_service.mojom b/content/common/permission_service.mojom
index b9447b9f35686cfc93f0d04ccb3ce194e07e8b10..fc360be3be2690f55cf4363623723a31d4900db8 100644
--- a/content/common/permission_service.mojom
+++ b/content/common/permission_service.mojom
@@ -13,6 +13,7 @@ enum PermissionName {
MIDI,
MIDI_SYSEX,
PROTECTED_MEDIA_IDENTIFIER,
+ DURABLE_STORAGE,
};
// The Permission service provides permission handling capabilities by exposing
« no previous file with comments | « content/child/permissions/permission_dispatcher.cc ('k') | content/public/browser/permission_type.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698