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

Unified Diff: content/browser/loader/test_url_loader_client.h

Issue 2561743003: Use associated interface on DownloadedTempFile (Closed)
Patch Set: update LayoutTest/TestExpectations 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/browser/loader/test_url_loader_client.h
diff --git a/content/browser/loader/test_url_loader_client.h b/content/browser/loader/test_url_loader_client.h
index 7fa83cf463487f11243d7d4cf3cc01e86136aa18..7299acf3be89106781bf9fab211f91321365c635 100644
--- a/content/browser/loader/test_url_loader_client.h
+++ b/content/browser/loader/test_url_loader_client.h
@@ -28,8 +28,9 @@ class TestURLLoaderClient final : public mojom::URLLoaderClient {
TestURLLoaderClient();
~TestURLLoaderClient() override;
- void OnReceiveResponse(const ResourceResponseHead& response_head,
- mojom::DownloadedTempFilePtr downloaded_file) override;
+ void OnReceiveResponse(
+ const ResourceResponseHead& response_head,
+ mojom::DownloadedTempFileAssociatedPtrInfo downloaded_file) override;
void OnReceiveRedirect(const net::RedirectInfo& redirect_info,
const ResourceResponseHead& response_head) override;
void OnDataDownloaded(int64_t data_length, int64_t encoded_length) override;

Powered by Google App Engine
This is Rietveld 408576698