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

Unified Diff: public/platform/modules/serviceworker/WebServiceWorkerRequest.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
Index: public/platform/modules/serviceworker/WebServiceWorkerRequest.h
diff --git a/public/platform/modules/serviceworker/WebServiceWorkerRequest.h b/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
index 49c5b74aea4edc32eb8955801d3c82eadd257e93..cd2caa70a00f00fb8aad696be9df7149b994b494 100644
--- a/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
+++ b/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
@@ -67,6 +67,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 | « public/platform/WebURLRequest.h ('k') | public/platform/modules/serviceworker/WebServiceWorkerResponseError.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698