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

Unified Diff: third_party/WebKit/public/platform/WebURLRequest.h

Issue 1391583002: Introduce "navigate" mode in Requests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/public/platform/WebURLRequest.h
diff --git a/third_party/WebKit/public/platform/WebURLRequest.h b/third_party/WebKit/public/platform/WebURLRequest.h
index acfe12991ba38d8d60bfe55ed97bdde30be51089..67073336a8c4cd9462880c25323c982f18697f6b 100644
--- a/third_party/WebKit/public/platform/WebURLRequest.h
+++ b/third_party/WebKit/public/platform/WebURLRequest.h
@@ -114,7 +114,8 @@ public:
FetchRequestModeSameOrigin,
FetchRequestModeNoCORS,
FetchRequestModeCORS,
- FetchRequestModeCORSWithForcedPreflight
+ FetchRequestModeCORSWithForcedPreflight,
+ FetchRequestModeNavigate
philipj_slow 2015/10/20 08:00:32 Here and elsewhere, can you use the same order as
shiva.jm 2015/10/21 08:34:59 We thought of having same order as in spec, but di
philipj_slow 2015/10/21 09:10:02 Acknowledged.
};
enum FetchCredentialsMode {

Powered by Google App Engine
This is Rietveld 408576698