Index: chrome_frame/urlmon_url_request.h |
=================================================================== |
--- chrome_frame/urlmon_url_request.h (revision 45582) |
+++ chrome_frame/urlmon_url_request.h (working copy) |
@@ -101,6 +101,11 @@ |
const std::string& cookie_string, |
int cookie_id); |
+ // This method is passed as a callback to UrlmonUrlRequest::TerminateBind. |
+ // We simply forward moniker and bind_ctx to host ActiveX/ActiveDocument, |
+ // so it may start NavigateWithBindContext. |
+ void BindTerminated(IMoniker* moniker, IBindCtx* bind_ctx); |
+ |
// Map for (request_id <-> UrlmonUrlRequest) |
typedef std::map<int, scoped_refptr<UrlmonUrlRequest> > RequestMap; |
RequestMap request_map_; |