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

Unified Diff: Source/modules/fetch/Request.h

Issue 1143083002: Implement request's redirect mode and RequestRedirect for Fetch (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 7 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: Source/modules/fetch/Request.h
diff --git a/Source/modules/fetch/Request.h b/Source/modules/fetch/Request.h
index 94ec2c35be9bb2c2543e85d7cc16342e991a5376..c3625e752e19924f5957e20ccf6f73ad6320ab8f 100644
--- a/Source/modules/fetch/Request.h
+++ b/Source/modules/fetch/Request.h
@@ -51,6 +51,7 @@ public:
String referrer() const;
String mode() const;
String credentials() const;
+ String redirect() const;
// From Request.idl:
Request* clone(ExceptionState&) const;

Powered by Google App Engine
This is Rietveld 408576698