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

Unified Diff: Source/modules/fetch/RequestInit.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/Request.idl ('k') | Source/modules/fetch/RequestInit.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/fetch/RequestInit.h
diff --git a/Source/modules/fetch/RequestInit.h b/Source/modules/fetch/RequestInit.h
index 987ac0506f82f554ac954cf9f2da69669baccab4..ef7dc4dae6178596f4a50681beed6d556f5a912d 100644
--- a/Source/modules/fetch/RequestInit.h
+++ b/Source/modules/fetch/RequestInit.h
@@ -28,6 +28,7 @@ public:
RefPtr<BlobDataHandle> bodyBlobHandle;
String mode;
String credentials;
+ String redirect;
};
}
« no previous file with comments | « Source/modules/fetch/Request.idl ('k') | Source/modules/fetch/RequestInit.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698