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

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..a31e52dc24ebbd54860f923f7d425460881f985d 100644
--- a/third_party/WebKit/public/platform/WebURLRequest.h
+++ b/third_party/WebKit/public/platform/WebURLRequest.h
@@ -111,6 +111,7 @@ public:
};
enum FetchRequestMode {
+ FetchRequestModeNavigate,
horo 2015/10/14 10:05:32 Same as FETCH_REQUEST_MODE_NAVIGATE. enum Fet
shiva.jm 2015/10/14 10:59:06 Done.
FetchRequestModeSameOrigin,
FetchRequestModeNoCORS,
FetchRequestModeCORS,

Powered by Google App Engine
This is Rietveld 408576698