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

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, 1 month 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 a0bd26a90c9ff90aad315bbee2bfbcf9da865a51..906b47da7228c43bb08a7a082ad84e70168770a3 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
};
enum FetchCredentialsMode {

Powered by Google App Engine
This is Rietveld 408576698