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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl

Issue 2116503004: Make Foreign Fetch an origin trial. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments Created 4 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
Index: third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
index 534fc7bb7f88dbbcd0b45a7c5b4fe3c2c7965356..f0c3b2422fbc4e02a0b1cddc9a943d60e9b3ffcf 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
@@ -7,7 +7,7 @@
[
Constructor(DOMString type, optional ExtendableEventInit eventInitDict),
Exposed=ServiceWorker,
- RuntimeEnabled=ForeignFetch,
+ OriginTrialEnabled=ForeignFetch,
] interface InstallEvent : ExtendableEvent {
[CallWith=ExecutionContext, RaisesException] void registerForeignFetch(ForeignFetchOptions options);
};

Powered by Google App Engine
This is Rietveld 408576698