| Index: content/child/resource_dispatcher.h | 
| diff --git a/content/child/resource_dispatcher.h b/content/child/resource_dispatcher.h | 
| index 465a0a3e18b05de297b568333a8eac0280e50d37..3b7f8786a4dda8b696b59280d69b93396128d05c 100644 | 
| --- a/content/child/resource_dispatcher.h | 
| +++ b/content/child/resource_dispatcher.h | 
| @@ -145,7 +145,8 @@ class CONTENT_EXPORT ResourceDispatcher : public IPC::Listener { | 
| void OnDownloadedData( | 
| const IPC::Message& message, | 
| int request_id, | 
| -      int data_len); | 
| +      int data_len, | 
| +      int encoded_data_length); | 
| void OnRequestComplete( | 
| int request_id, | 
| int error_code, | 
|  |