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

Unified Diff: content/public/common/resource_response_info.h

Issue 2516353002: Introduce url_list to the Response scheme of CacheStorage. (Closed)
Patch Set: implicit conversion WebURL <-> GURL and WebVector <- vector Created 4 years 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: content/public/common/resource_response_info.h
diff --git a/content/public/common/resource_response_info.h b/content/public/common/resource_response_info.h
index 3e8618c3c2b832f32dda1d77094b47ace1593601..ca38798f1fa903e76f10b4f749850a23aa311fa0 100644
--- a/content/public/common/resource_response_info.h
+++ b/content/public/common/resource_response_info.h
@@ -116,9 +116,9 @@ struct CONTENT_EXPORT ResourceResponseInfo {
// considering the CORS preflight logic.
bool was_fallback_required_by_service_worker;
- // The original URL of the response which was fetched by the ServiceWorker.
- // This may be empty if the response was created inside the ServiceWorker.
- GURL original_url_via_service_worker;
+ // The URL list of the response which was served by the ServiceWorker. See
+ // ServiceWorkerResponseInfo::url_list_via_service_worker().
+ std::vector<GURL> url_list_via_service_worker;
// The type of the response which was fetched by the ServiceWorker.
blink::WebServiceWorkerResponseType response_type_via_service_worker;
« no previous file with comments | « content/public/common/resource_response.cc ('k') | content/renderer/cache_storage/cache_storage_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698