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

Unified Diff: content/child/web_url_loader_impl.cc

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/child/web_url_loader_impl.cc
diff --git a/content/child/web_url_loader_impl.cc b/content/child/web_url_loader_impl.cc
index c138e0cd844d85ea23e844c8134f12c91631d965..369425057905fdad16c5f55f0369ed9e34fe9bd7 100644
--- a/content/child/web_url_loader_impl.cc
+++ b/content/child/web_url_loader_impl.cc
@@ -1051,8 +1051,7 @@ void WebURLLoaderImpl::PopulateURLResponse(const GURL& url,
response->setWasFallbackRequiredByServiceWorker(
info.was_fallback_required_by_service_worker);
response->setServiceWorkerResponseType(info.response_type_via_service_worker);
- response->setOriginalURLViaServiceWorker(
- info.original_url_via_service_worker);
+ response->setURLListViaServiceWorker(info.url_list_via_service_worker);
response->setCacheStorageCacheName(
info.is_in_cache_storage
? blink::WebString::fromUTF8(info.cache_storage_cache_name)
« no previous file with comments | « content/browser/service_worker/service_worker_url_request_job_unittest.cc ('k') | content/common/resource_messages.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698