Chromium Code Reviews| Index: chrome/plugin/chrome_plugin_host.cc |
| =================================================================== |
| --- chrome/plugin/chrome_plugin_host.cc (revision 53197) |
| +++ chrome/plugin/chrome_plugin_host.cc (working copy) |
| @@ -86,6 +86,9 @@ |
| cprequest_.get(), CPERR_SUCCESS); |
| } |
| + virtual void OnDownloadedData(int len) { |
| + } |
| + |
| virtual void OnReceivedData(const char* data, int len) { |
| response_data_.append(data, len); |
| if (read_buffer_) { |