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

Unified Diff: net/http/http_pipelined_stream.h

Issue 10834178: net: Return size of upload as well as position from HttpTransaction::GetUploadProgress() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 4 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_pipelined_stream.h
diff --git a/net/http/http_pipelined_stream.h b/net/http/http_pipelined_stream.h
index c7622892add6d70ee41edf0b3a594c9c037009f9..876346f627d5913f0778a52075522dce8ba7557e 100644
--- a/net/http/http_pipelined_stream.h
+++ b/net/http/http_pipelined_stream.h
@@ -47,7 +47,7 @@ class HttpPipelinedStream : public HttpStream {
HttpResponseInfo* response,
const CompletionCallback& callback) OVERRIDE;
- virtual uint64 GetUploadProgress() const OVERRIDE;
+ virtual UploadProgress GetUploadProgress() const OVERRIDE;
virtual int ReadResponseHeaders(const CompletionCallback& callback) OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698