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

Unified Diff: net/http/http_stream_parser.h

Issue 10910268: net: Make UploadDataStream::Read() asynchronous (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Add comments about chunk upload behavior Created 8 years, 2 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_stream_parser.h
diff --git a/net/http/http_stream_parser.h b/net/http/http_stream_parser.h
index 8af8c9ae3734e8b294857f3fbe3e56c8744a56ae..796a4d00373d95b3b42a129e4c5083f39890b199 100644
--- a/net/http/http_stream_parser.h
+++ b/net/http/http_stream_parser.h
@@ -58,6 +58,8 @@ class NET_EXPORT_PRIVATE HttpStreamParser : public ChunkCallback {
void Close(bool not_reusable);
+ // Returns the progress of uploading. When data is chunked, size is set to
+ // zero, but position will not be.
UploadProgress GetUploadProgress() const;
HttpResponseInfo* GetResponseInfo();

Powered by Google App Engine
This is Rietveld 408576698