Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5504)

Unified Diff: chrome_frame/chrome_frame_activex_base.h

Issue 2093011: Initialize the ChromeFrame request manager with the container interface in th... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome_frame/chrome_frame_activex_base.h
===================================================================
--- chrome_frame/chrome_frame_activex_base.h (revision 47846)
+++ chrome_frame/chrome_frame_activex_base.h (working copy)
@@ -176,9 +176,11 @@
ChromeFrameActivexBase()
: ready_state_(READYSTATE_UNINITIALIZED) {
m_bWindowOnly = TRUE;
+ url_fetcher_.set_container(static_cast<IDispatch*>(this));
}
~ChromeFrameActivexBase() {
+ url_fetcher_.set_container(NULL);
}
DECLARE_OLEMISC_STATUS(OLEMISC_RECOMPOSEONRESIZE | OLEMISC_CANTLINKINSIDE |
@@ -260,7 +262,6 @@
IE_8,
IE_8 + 1);
}
- url_fetcher_.set_container(static_cast<IDispatch*>(this));
return S_OK;
}
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698