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

Unified Diff: public/platform/WebServiceWorkerRequest.h

Issue 610403002: [ServiceWorker] Plumbing the request credentials mode to the ServiceWorker. [1/2 blink] (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: incorporated mkwst's comment Created 6 years, 3 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 f47c73153e8b723e1e273737b64cfe56bae87667..8f67156487662f747b059f0c1b4fec76f7883d82 100644
--- a/public/platform/WebServiceWorkerRequest.h
+++ b/public/platform/WebServiceWorkerRequest.h
@@ -64,6 +64,9 @@ public:
void setMode(WebURLRequest::FetchRequestMode);
WebURLRequest::FetchRequestMode mode() const;
+ void setCredentialsMode(WebURLRequest::FetchCredentialsMode);
+ WebURLRequest::FetchCredentialsMode credentialsMode() const;
+
void setIsReload(bool);
bool isReload() 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