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

Unified Diff: content/browser/loader/test_url_loader_client.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
Index: content/browser/loader/test_url_loader_client.cc
diff --git a/content/browser/loader/test_url_loader_client.cc b/content/browser/loader/test_url_loader_client.cc
index fc9fbfe6e356d97fd84b617a580027328dacaced..c2ca740f3565e8cf3dc2d30283bbe01bdf4ca396 100644
--- a/content/browser/loader/test_url_loader_client.cc
+++ b/content/browser/loader/test_url_loader_client.cc
@@ -15,7 +15,7 @@ TestURLLoaderClient::~TestURLLoaderClient() {}
void TestURLLoaderClient::OnReceiveResponse(
const ResourceResponseHead& response_head,
- mojom::DownloadedTempFilePtr downloaded_file) {
+ mojom::DownloadedTempFileAssociatedPtrInfo downloaded_file) {
EXPECT_FALSE(has_received_response_);
EXPECT_FALSE(has_received_cached_metadata_);
EXPECT_FALSE(has_received_completion_);
« no previous file with comments | « content/browser/loader/test_url_loader_client.h ('k') | content/browser/service_worker/service_worker_fetch_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698