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

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

Issue 2053943002: [DurableStorage] Enable origin trial on workers (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@2743
Patch Set: Created 4 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
« no previous file with comments | « third_party/WebKit/Source/bindings/modules/v8/V8BindingForModules.cpp ('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/WorkerNavigatorStorageQuota.idl
diff --git a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
index 04c09ce3d3425c1c4a797898bc377a9d88581db7..19ee26615f93ef6856b32b6a6e701155e0e9efcb 100644
--- a/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
+++ b/third_party/WebKit/Source/modules/quota/WorkerNavigatorStorageQuota.idl
@@ -19,5 +19,5 @@
partial interface WorkerNavigator {
// 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/Source/bindings/modules/v8/V8BindingForModules.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698