Chromium Code Reviews| Index: chrome/renderer/chrome_plugin_host.cc |
| =================================================================== |
| --- chrome/renderer/chrome_plugin_host.cc (revision 9948) |
| +++ chrome/renderer/chrome_plugin_host.cc (working copy) |
| @@ -86,7 +86,8 @@ |
| } |
| } |
| - virtual void OnCompletedRequest(const URLRequestStatus& status) { |
| + virtual void OnCompletedRequest(const URLRequestStatus& status, |
| + const std::string& security_info) { |
| completed_ = true; |
| if (!status.is_success()) { |