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

Unified Diff: Source/modules/quota/NavigatorStorageQuota.idl

Issue 1154573005: Expose Durable Storage API to script (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: ToT Created 5 years, 6 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: Source/modules/quota/NavigatorStorageQuota.idl
diff --git a/Source/modules/quota/NavigatorStorageQuota.idl b/Source/modules/quota/NavigatorStorageQuota.idl
index 21c6e6f2a37d44b8b92a37ae9a692de6cff4d3ec..6e2c46d3b1f263bef707d29ea5963934006988a4 100644
--- a/Source/modules/quota/NavigatorStorageQuota.idl
+++ b/Source/modules/quota/NavigatorStorageQuota.idl
@@ -22,4 +22,5 @@ partial interface Navigator {
[MeasureAs=PrefixedStorageQuota] readonly attribute DeprecatedStorageQuota webkitPersistentStorage;
[RuntimeEnabled=QuotaPromise] readonly attribute StorageQuota storageQuota;
+ [RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
};

Powered by Google App Engine
This is Rietveld 408576698