| Index: chrome/plugin/chrome_plugin_host.cc
|
| ===================================================================
|
| --- chrome/plugin/chrome_plugin_host.cc (revision 76828)
|
| +++ chrome/plugin/chrome_plugin_host.cc (working copy)
|
| @@ -87,9 +87,7 @@
|
| return true;
|
| }
|
|
|
| - virtual void OnReceivedResponse(
|
| - const ResourceResponseInfo& info,
|
| - bool content_filtered) {
|
| + virtual void OnReceivedResponse(const ResourceResponseInfo& info) {
|
| response_headers_ = info.headers;
|
| plugin_->functions().response_funcs->start_completed(
|
| cprequest_.get(), CPERR_SUCCESS);
|
|
|