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

Unified Diff: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h

Issue 2811623002: Fetch API: Add Request#cache attribute (Closed)
Patch Set: Created 3 years, 8 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: third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
index 0ee54a06d628ee3e0f24f6cf21fb67e24bee2bdf..4001b14b7a736bbc8829ddcffaff1295fc6cf01e 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerRequest.h
@@ -71,6 +71,9 @@ class BLINK_PLATFORM_EXPORT WebServiceWorkerRequest {
void SetCredentialsMode(WebURLRequest::FetchCredentialsMode);
WebURLRequest::FetchCredentialsMode CredentialsMode() const;
+ void SetRequestCache(WebURLRequest::FetchRequestCache);
+ WebURLRequest::FetchRequestCache RequestCache() const;
falken 2017/04/11 05:53:59 SetCacheMode() and CacheMode()
yiyix 2017/04/11 10:00:06 Done.
+
void SetRedirectMode(WebURLRequest::FetchRedirectMode);
WebURLRequest::FetchRedirectMode RedirectMode() const;

Powered by Google App Engine
This is Rietveld 408576698