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

Unified Diff: net/http/http_response_body_drainer_unittest.cc

Issue 2298823002: Resetting the HttpRequestInfo pointers in HttpNetworkTransaction and streams (Closed)
Patch Set: Rebased, removed upload progress plumbing, feedback. (Rebased till refs/heads/master@{#417381}) Created 4 years, 3 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: net/http/http_response_body_drainer_unittest.cc
diff --git a/net/http/http_response_body_drainer_unittest.cc b/net/http/http_response_body_drainer_unittest.cc
index 078f9a1c4fc33dd5c34aaa7956b23bfd54c63ef9..abbb29c9cdf4c29e3a5d3dbb129f73733c9ee0b1 100644
--- a/net/http/http_response_body_drainer_unittest.cc
+++ b/net/http/http_response_body_drainer_unittest.cc
@@ -99,7 +99,6 @@ class MockHttpStream : public HttpStream {
const CompletionCallback& callback) override {
return ERR_UNEXPECTED;
}
- UploadProgress GetUploadProgress() const override { return UploadProgress(); }
int ReadResponseHeaders(const CompletionCallback& callback) override {
return ERR_UNEXPECTED;
}

Powered by Google App Engine
This is Rietveld 408576698