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

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

Issue 2516353002: Introduce url_list to the Response scheme of CacheStorage. (Closed)
Patch Set: Created 4 years, 1 month 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/WebServiceWorkerResponse.h
diff --git a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
index 131554f65976896f236e31ebf1bc2d64d886931b..2acdcfbfc7b097b10e82788f121ce1db6fb8abad 100644
--- a/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
+++ b/third_party/WebKit/public/platform/modules/serviceworker/WebServiceWorkerResponse.h
@@ -44,8 +44,8 @@ class BLINK_PLATFORM_EXPORT WebServiceWorkerResponse {
void reset();
void assign(const WebServiceWorkerResponse&);
- void setURL(const WebURL&);
- WebURL url() const;
+ void setURLList(const WebVector<WebURL>&);
+ const WebVector<WebURL>& urlList() const;
void setStatus(unsigned short);
unsigned short status() const;

Powered by Google App Engine
This is Rietveld 408576698