summaryrefslogtreecommitdiffstats
path: root/chrome_frame/chrome_frame_activex_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'chrome_frame/chrome_frame_activex_base.h')
-rw-r--r--chrome_frame/chrome_frame_activex_base.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h
index 85432ef..4941bba 100644
--- a/chrome_frame/chrome_frame_activex_base.h
+++ b/chrome_frame/chrome_frame_activex_base.h
@@ -462,7 +462,12 @@ END_MSG_MAP()
virtual void OnRequestEnd(int tab_handle, int request_id,
const URLRequestStatus& status) {
- automation_client_->RemoveRequest(request_id, status.status(), true);
+ automation_client_->RemoveRequest(request_id, true);
+ }
+
+ virtual void OnDownloadRequestInHost(int tab_handle, int request_id) {
+ DLOG(INFO) << "TODO: Let the host browser handle this download";
+ automation_client_->RemoveRequest(request_id, false);
}
virtual void OnSetCookieAsync(int tab_handle, const GURL& url,