| Index: chrome/common/extensions/extension_localization_peer.h
|
| ===================================================================
|
| --- chrome/common/extensions/extension_localization_peer.h (revision 53197)
|
| +++ chrome/common/extensions/extension_localization_peer.h (working copy)
|
| @@ -39,6 +39,7 @@
|
| virtual void OnReceivedResponse(
|
| const webkit_glue::ResourceLoaderBridge::ResponseInfo& info,
|
| bool content_filtered);
|
| + virtual void OnDownloadedData(int len) {}
|
| virtual void OnReceivedData(const char* data, int len);
|
| virtual void OnCompletedRequest(const URLRequestStatus& status,
|
| const std::string& security_info);
|
|
|