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

Unified Diff: third_party/WebKit/Source/modules/fetch/Request.idl

Issue 2806663002: Remove RequestContext from Request.idl (Closed)
Patch Set: Created 3 years, 8 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 | « no previous file | 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/fetch/Request.idl
diff --git a/third_party/WebKit/Source/modules/fetch/Request.idl b/third_party/WebKit/Source/modules/fetch/Request.idl
index 07673b0f02d6a7cb4b931258e29395a0547f6cb1..c227d390ea1cd40a1011a95c5dfc33d6affb891d 100644
--- a/third_party/WebKit/Source/modules/fetch/Request.idl
+++ b/third_party/WebKit/Source/modules/fetch/Request.idl
@@ -6,13 +6,6 @@
typedef (Request or USVString) RequestInfo;
-enum RequestContext {
- "", "audio", "beacon", "cspreport", "download", "embed", "eventsource", "favicon",
- "fetch", "font", "form", "frame", "hyperlink", "iframe", "image", "imageset", "import",
- "internal", "location", "manifest", "metarefresh", "object", "ping", "plugin",
- "prefetch", "script", "serviceworker", "sharedworker",
- "subresource", "style", "track", "video", "worker", "xmlhttprequest", "xslt"
-};
enum RequestMode { "navigate", "same-origin", "no-cors", "cors" };
enum RequestCredentials { "omit", "same-origin", "include" };
enum RequestRedirect { "follow", "error", "manual" };
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698