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

Unified Diff: public/platform/WebURLRequest.h

Issue 429213002: Add 'import' and 'imageset' to WebURLRequest::RequestContext enum. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Narrowing. Created 6 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebURLRequest.h
diff --git a/public/platform/WebURLRequest.h b/public/platform/WebURLRequest.h
index 8856a4cb9c35aa009622e6b4b1af10374a15b447..1ab3f7de88df7d875d67da769ac887b2dceb90c1 100644
--- a/public/platform/WebURLRequest.h
+++ b/public/platform/WebURLRequest.h
@@ -70,7 +70,6 @@ public:
// Corresponds to Fetch's "context": http://fetch.spec.whatwg.org/#concept-request-context
enum RequestContext {
RequestContextUnspecified = 0,
- RequestContextInternal, // FIXME: This isn't part of Fetch. It should be.
RequestContextAudio,
RequestContextBeacon,
RequestContextCSPReport,
@@ -85,6 +84,9 @@ public:
RequestContextHyperlink,
RequestContextIframe,
RequestContextImage,
+ RequestContextImageSet,
+ RequestContextImport,
+ RequestContextInternal,
RequestContextLocation,
RequestContextManifest,
RequestContextObject,
« 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