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

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

Issue 2005433002: [Origin Trials] Install origin trial bindings on V8 context conditionally (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@track-ef-install
Patch Set: Change navigator.storage from RuntimeEnabled to OriginTrialEnabled 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
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;
};

Powered by Google App Engine
This is Rietveld 408576698