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

Unified Diff: content/browser/service_worker/service_worker_fetch_dispatcher.cc

Issue 2561743003: Use associated interface on DownloadedTempFile (Closed)
Patch Set: +NOTREACHED on non frame trasfer Created 3 years, 11 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 | « content/browser/loader/test_url_loader_client.cc ('k') | content/child/url_loader_client_impl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/service_worker/service_worker_fetch_dispatcher.cc
diff --git a/content/browser/service_worker/service_worker_fetch_dispatcher.cc b/content/browser/service_worker/service_worker_fetch_dispatcher.cc
index 85cf9d7db3ad27aae10f29f51f41cb6f0955f03d..007b8e9ad0b97b4311d756ad3990411851c3590f 100644
--- a/content/browser/service_worker/service_worker_fetch_dispatcher.cc
+++ b/content/browser/service_worker/service_worker_fetch_dispatcher.cc
@@ -95,7 +95,7 @@ class DelegatingURLLoaderClient final : public mojom::URLLoaderClient {
}
void OnReceiveResponse(
const ResourceResponseHead& head,
- mojom::DownloadedTempFilePtr downloaded_file) override {
+ mojom::DownloadedTempFileAssociatedPtrInfo downloaded_file) override {
client_->OnReceiveResponse(head, std::move(downloaded_file));
}
void OnReceiveRedirect(const net::RedirectInfo& redirect_info,
« no previous file with comments | « content/browser/loader/test_url_loader_client.cc ('k') | content/child/url_loader_client_impl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698