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

Unified Diff: content/common/resource_dispatcher.h

Issue 6771043: Enabled actual transfer size in chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed nits Created 9 years, 9 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: content/common/resource_dispatcher.h
diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h
index 83fa451194eb6a9bdb60a200e6db04428a6d4191..e39e241d76b0d7762ec4f196547aac63fcaae06d 100644
--- a/content/common/resource_dispatcher.h
+++ b/content/common/resource_dispatcher.h
@@ -126,7 +126,8 @@ class ResourceDispatcher : public IPC::Channel::Listener {
const IPC::Message& message,
int request_id,
base::SharedMemoryHandle data,
- int data_len);
+ int data_len,
+ int length_received);
void OnDownloadedData(
const IPC::Message& message,
int request_id,

Powered by Google App Engine
This is Rietveld 408576698