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

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

Issue 2339083002: Use InstallEvent even if ForeignFetch is disabled (Closed)
Patch Set: fix global-interface-listing-service-worker-expected.txt Created 4 years, 3 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 f0c3b2422fbc4e02a0b1cddc9a943d60e9b3ffcf..a6bb92095ccda56d1d0415232fe5cfbc5dbc3ef3 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/InstallEvent.idl
@@ -7,7 +7,6 @@
[
Constructor(DOMString type, optional ExtendableEventInit eventInitDict),
Exposed=ServiceWorker,
- OriginTrialEnabled=ForeignFetch,
] interface InstallEvent : ExtendableEvent {
- [CallWith=ExecutionContext, RaisesException] void registerForeignFetch(ForeignFetchOptions options);
+ [OriginTrialEnabled=ForeignFetch, CallWith=ExecutionContext, RaisesException] void registerForeignFetch(ForeignFetchOptions options);
};

Powered by Google App Engine
This is Rietveld 408576698