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

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: Comment added Created 9 years, 8 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 | « content/browser/renderer_host/sync_resource_handler.cc ('k') | content/common/resource_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/resource_dispatcher.h
diff --git a/content/common/resource_dispatcher.h b/content/common/resource_dispatcher.h
index 83fa451194eb6a9bdb60a200e6db04428a6d4191..efe45146149091482838b96ecbf5ab36de92e76a 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 raw_data_length);
void OnDownloadedData(
const IPC::Message& message,
int request_id,
« no previous file with comments | « content/browser/renderer_host/sync_resource_handler.cc ('k') | content/common/resource_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698