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

Unified Diff: net/http/http_transaction_test_util.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_transaction_test_util.cc
diff --git a/net/http/http_transaction_test_util.cc b/net/http/http_transaction_test_util.cc
index 046691fe9cbff3bc9e8b23ab78be5fc6d84a719d..1f7ffef597b9fe66bb6ca2899ccc73762a8513b7 100644
--- a/net/http/http_transaction_test_util.cc
+++ b/net/http/http_transaction_test_util.cc
@@ -352,10 +352,6 @@ LoadState MockNetworkTransaction::GetLoadState() const {
return LOAD_STATE_IDLE;
}
-UploadProgress MockNetworkTransaction::GetUploadProgress() const {
- return UploadProgress();
-}
-
void MockNetworkTransaction::SetQuicServerInfo(
QuicServerInfo* quic_server_info) {
}

Powered by Google App Engine
This is Rietveld 408576698