diff options
Diffstat (limited to 'chrome_frame/urlmon_url_request_private.h')
-rw-r--r-- | chrome_frame/urlmon_url_request_private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome_frame/urlmon_url_request_private.h b/chrome_frame/urlmon_url_request_private.h index f4cae5c..60ca118 100644 --- a/chrome_frame/urlmon_url_request_private.h +++ b/chrome_frame/urlmon_url_request_private.h @@ -39,7 +39,7 @@ class UrlmonUrlRequest // Used from "DownloadRequestInHost". // Callback will be invoked either right away (if operation is finished) or // from inside ::OnStopBinding() when it is safe to reuse the bind_context. - typedef Callback5<IMoniker*, IBindCtx*, uint8*, int, const char*>::Type + typedef Callback4<IMoniker*, IBindCtx*, IStream*, const char*>::Type TerminateBindCallback; void TerminateBind(TerminateBindCallback* callback); |