diff options
Diffstat (limited to 'chrome_frame/chrome_frame_delegate.h')
-rw-r--r-- | chrome_frame/chrome_frame_delegate.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/chrome_frame_delegate.h b/chrome_frame/chrome_frame_delegate.h index bbdc99e..1742ad0 100644 --- a/chrome_frame/chrome_frame_delegate.h +++ b/chrome_frame/chrome_frame_delegate.h @@ -98,6 +98,7 @@ class ChromeFrameDelegateImpl : public ChromeFrameDelegate { int bytes_to_read) {} virtual void OnRequestEnd(int tab_handle, int request_id, const URLRequestStatus& status) {} + virtual void OnDownloadRequestInHost(int tab_handle, int request_id) {} virtual void OnSetCookieAsync(int tab_handle, const GURL& url, const std::string& cookie) {} virtual void OnAttachExternalTab(int tab_handle, intptr_t cookie, |