| Index: content/child/npapi/plugin_url_fetcher.h
|
| diff --git a/content/child/npapi/plugin_url_fetcher.h b/content/child/npapi/plugin_url_fetcher.h
|
| index 1fb848970e8bd8130348471ca54efb9106f69acb..237c0b6411b0f183a9b3c9665ce0555588bbbb9b 100644
|
| --- a/content/child/npapi/plugin_url_fetcher.h
|
| +++ b/content/child/npapi/plugin_url_fetcher.h
|
| @@ -57,7 +57,9 @@
|
| const ResourceResponseInfo& info) override;
|
| void OnReceivedResponse(const ResourceResponseInfo& info) override;
|
| void OnDownloadedData(int len, int encoded_data_length) override;
|
| - void OnReceivedData(scoped_ptr<ReceivedData> data) override;
|
| + void OnReceivedData(const char* data,
|
| + int data_length,
|
| + int encoded_data_length) override;
|
| void OnCompletedRequest(int error_code,
|
| bool was_ignored_by_handler,
|
| bool stale_copy_in_cache,
|
|
|