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

Unified Diff: Source/modules/fetch/WindowFetch.idl

Issue 1226773011: Remove legacy GlobalFetch runtime flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 5 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 | « Source/modules/fetch/Response.idl ('k') | Source/modules/fetch/WorkerFetch.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/WindowFetch.idl
diff --git a/Source/modules/fetch/WindowFetch.idl b/Source/modules/fetch/WindowFetch.idl
index 20770eaec63acd01b760980bd3d68e3997d786b5..d2b48ada15193754661f58f3b180d939bcae2f34 100644
--- a/Source/modules/fetch/WindowFetch.idl
+++ b/Source/modules/fetch/WindowFetch.idl
@@ -3,7 +3,6 @@
// found in the LICENSE file.
[
- RuntimeEnabled=GlobalFetch,
ImplementedAs=GlobalFetch,
] partial interface Window {
[CallWith=ScriptState, RaisesException] Promise<Response> fetch(RequestInfo input, optional Dictionary init);
« no previous file with comments | « Source/modules/fetch/Response.idl ('k') | Source/modules/fetch/WorkerFetch.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698