Chromium Code Reviews| Index: webkit/child/resource_loader_bridge.h |
| diff --git a/webkit/child/resource_loader_bridge.h b/webkit/child/resource_loader_bridge.h |
| index 160bc846a594cd4225e9f0703ec48ecdde1e01ae..5ddbbbe84326f8cef631e8d6911ca54594818900 100644 |
| --- a/webkit/child/resource_loader_bridge.h |
| +++ b/webkit/child/resource_loader_bridge.h |
| @@ -153,7 +153,7 @@ class ResourceLoaderBridge { |
| // called multiple times or not at all if an error occurs. This method is |
| // only called if RequestInfo::download_to_file was set to true, and in |
| // that case, OnReceivedData will not be called. |
|
Nico
2013/08/31 20:49:47
Document encoded_data_length here.
yusukesuzuki
2013/09/02 02:05:10
Done.
|
| - virtual void OnDownloadedData(int len) = 0; |
| + virtual void OnDownloadedData(int len, int encoded_data_length) = 0; |
| // Called when a chunk of response data is available. This method may |
| // be called multiple times or not at all if an error occurs. |