diff options
Diffstat (limited to 'chrome/plugin/chrome_plugin_host.cc')
-rw-r--r-- | chrome/plugin/chrome_plugin_host.cc | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chrome/plugin/chrome_plugin_host.cc b/chrome/plugin/chrome_plugin_host.cc index 7a475c2..7dc24e9 100644 --- a/chrome/plugin/chrome_plugin_host.cc +++ b/chrome/plugin/chrome_plugin_host.cc @@ -87,9 +87,7 @@ class PluginRequestHandlerProxy 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); |