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

Unified Diff: chrome/common/extensions/extension_localization_peer.h

Issue 6771043: Enabled actual transfer size in chromium (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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: chrome/common/extensions/extension_localization_peer.h
diff --git a/chrome/common/extensions/extension_localization_peer.h b/chrome/common/extensions/extension_localization_peer.h
index f370e3a580d705fb9ed036a38f96df8c5375e4f1..7aefdbe049e1dafb1442256d08e1ee5df52f1608 100644
--- a/chrome/common/extensions/extension_localization_peer.h
+++ b/chrome/common/extensions/extension_localization_peer.h
@@ -39,7 +39,8 @@ class ExtensionLocalizationPeer
virtual void OnReceivedResponse(
const webkit_glue::ResourceResponseInfo& info);
virtual void OnDownloadedData(int len) {}
- virtual void OnReceivedData(const char* data, int len);
+ virtual void OnReceivedData(const char* data, int data_length,
+ int length_received);
virtual void OnCompletedRequest(const net::URLRequestStatus& status,
const std::string& security_info,
const base::Time& completion_time);
« no previous file with comments | « no previous file | chrome/common/extensions/extension_localization_peer.cc » ('j') | chrome/renderer/security_filter_peer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698