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

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

Issue 2003763002: [DurableStorage] Change navigator.storage from RuntimeEnabled to OriginTrialEnabled (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add extra exposed symbol because of [OTE] Created 4 years, 7 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 | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
diff --git a/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl b/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
index 26483d308deb6d0130e9c46d30a74e03d817a99a..476d8593168d349978f1cf20d133acaaa07bfe4d 100644
--- a/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
+++ b/third_party/WebKit/Source/modules/quota/NavigatorStorageQuota.idl
@@ -28,5 +28,5 @@ partial interface Navigator {
[RuntimeEnabled=QuotaPromise] readonly attribute StorageQuota storageQuota;
// https://storage.spec.whatwg.org/#api
- [RuntimeEnabled=DurableStorage] readonly attribute StorageManager storage;
+ [OriginTrialEnabled=DurableStorage] readonly attribute StorageManager storage;
};
« no previous file with comments | « third_party/WebKit/LayoutTests/virtual/stable/webexposed/global-interface-listing-expected.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698