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

Unified Diff: third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.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/ForeignFetchOptions.idl
diff --git a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.idl b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.idl
index 61455fa44e18f611331b63577b990dc8113dabd4..aaa2c556ca05a51ffd62756ac9ccd0d6899b69d3 100644
--- a/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.idl
+++ b/third_party/WebKit/Source/modules/serviceworkers/ForeignFetchOptions.idl
@@ -4,9 +4,7 @@
// https://slightlyoff.github.io/ServiceWorker/spec/service_worker/index.html#dictdef-installevent-foreignfetchoptions
-[
- RuntimeEnabled=ForeignFetch
-] dictionary ForeignFetchOptions {
+dictionary ForeignFetchOptions {
required sequence<USVString> scopes;
required sequence<USVString> origins;
};

Powered by Google App Engine
This is Rietveld 408576698