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

Unified Diff: net/net.gyp

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: Make UploadProgress a class instead of a struct 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/net.gyp
diff --git a/net/net.gyp b/net/net.gyp
index 27632fbd29d29fd9e1d10c643f406a7fe5008292..bb14463eac62c199a813231a721c28d83e5c5442 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -271,6 +271,7 @@
'base/upload_data_stream.h',
'base/upload_element.cc',
'base/upload_element.h',
+ 'base/upload_progress.h',
'base/winsock_init.cc',
'base/winsock_init.h',
'base/winsock_util.cc',

Powered by Google App Engine
This is Rietveld 408576698