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

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

Issue 1265133002: [1/3 blink] Support redirect option of Request and "opaqueredirect" response type. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: rebase Created 5 years, 4 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 | « Source/modules/fetch/FetchResponseData.cpp ('k') | Source/modules/fetch/Request.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/Request.h
diff --git a/Source/modules/fetch/Request.h b/Source/modules/fetch/Request.h
index 33ecbb0870880f83f99ca839c0d26b37e8546ed0..de52e6be3e2469c90b9683c57e531fcafce6f62a 100644
--- a/Source/modules/fetch/Request.h
+++ b/Source/modules/fetch/Request.h
@@ -49,6 +49,7 @@ public:
String referrer() const;
String mode() const;
String credentials() const;
+ String redirect() const;
// From Request.idl:
Request* clone(ExceptionState&);
« no previous file with comments | « Source/modules/fetch/FetchResponseData.cpp ('k') | Source/modules/fetch/Request.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698