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

Unified Diff: public/platform/WebServiceWorkerRequest.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
« no previous file with comments | « Source/platform/network/ResourceRequestTest.cpp ('k') | public/platform/WebURLRequest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebServiceWorkerRequest.h
diff --git a/public/platform/WebServiceWorkerRequest.h b/public/platform/WebServiceWorkerRequest.h
index 41d44f2ed8b13be9d3257e05f90ee946c19c81a2..3b43ce69c43ea1e05a4c79480fe8b024814a41ac 100644
--- a/public/platform/WebServiceWorkerRequest.h
+++ b/public/platform/WebServiceWorkerRequest.h
@@ -68,6 +68,9 @@ public:
void setCredentialsMode(WebURLRequest::FetchCredentialsMode);
WebURLRequest::FetchCredentialsMode credentialsMode() const;
+ void setRedirectMode(WebURLRequest::FetchRedirectMode);
+ WebURLRequest::FetchRedirectMode redirectMode() const;
+
void setRequestContext(WebURLRequest::RequestContext);
WebURLRequest::RequestContext requestContext() const;
« no previous file with comments | « Source/platform/network/ResourceRequestTest.cpp ('k') | public/platform/WebURLRequest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698