summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_npapi.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_frame_npapi.cc')
-rw-r--r--chrome_frame/chrome_frame_npapi.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_npapi.cc b/chrome_frame/chrome_frame_npapi.cc
index ec324e0..343a46d 100644
--- a/chrome_frame/chrome_frame_npapi.cc
+++ b/chrome_frame/chrome_frame_npapi.cc
@@ -683,7 +683,7 @@ void ChromeFrameNPAPI::OnRequestRead(int tab_handle, int request_id,
void ChromeFrameNPAPI::OnRequestEnd(int tab_handle, int request_id,
const URLRequestStatus& status) {
- automation_client_->RemoveRequest(request_id, status.status(), true);
+ automation_client_->RemoveRequest(request_id, true);
}
void ChromeFrameNPAPI::OnSetCookieAsync(int tab_handle, const GURL& url,