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

Unified Diff: net/http/http_transaction.h

Issue 2330983002: Removes get upload progress plumbing. URLRequest queries the UploadDataStream directly. (Closed)
Patch Set: Feedback incorporated. 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
« no previous file with comments | « net/http/http_stream_parser_unittest.cc ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: net/http/http_transaction.h
diff --git a/net/http/http_transaction.h b/net/http/http_transaction.h
index 76fd12b7d8bb4f1c6fa262683d8573f16b30592a..dae10905134186af0b0062fccb621164cbad25f8 100644
--- a/net/http/http_transaction.h
+++ b/net/http/http_transaction.h
@@ -148,10 +148,6 @@ class NET_EXPORT_PRIVATE HttpTransaction {
// Returns the load state for this transaction.
virtual LoadState GetLoadState() const = 0;
- // Returns the upload progress in bytes. If there is no upload data,
- // zero will be returned. This does not include the request headers.
- virtual UploadProgress GetUploadProgress() const = 0;
-
// SetQuicServerInfo sets a object which reads and writes public information
// about a QUIC server.
virtual void SetQuicServerInfo(QuicServerInfo* quic_server_info) = 0;
« no previous file with comments | « net/http/http_stream_parser_unittest.cc ('k') | net/http/http_transaction_test_util.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698