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

Unified Diff: chrome_frame/chrome_active_document.h

Issue 1589013: Switch renderer in Moniker patch... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 10 years, 8 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
Index: chrome_frame/chrome_active_document.h
===================================================================
--- chrome_frame/chrome_active_document.h (revision 43957)
+++ chrome_frame/chrome_active_document.h (working copy)
@@ -208,7 +208,7 @@
public HTMLPrivateWindowImpl<IHTMLPrivateWindow> {
public:
typedef ChromeFrameActivexBase<ChromeActiveDocument,
- CLSID_ChromeActiveDocument> Base;
+ CLSID_ChromeActiveDocument> BaseActiveX;
ChromeActiveDocument();
~ChromeActiveDocument();
@@ -227,14 +227,14 @@
COM_INTERFACE_ENTRY(IHTMLWindow2)
COM_INTERFACE_ENTRY(IHTMLPrivateWindow)
COM_INTERFACE_ENTRY(IEnumPrivacyRecords)
- COM_INTERFACE_ENTRY_CHAIN(Base)
+ COM_INTERFACE_ENTRY_CHAIN(BaseActiveX)
END_COM_MAP()
BEGIN_MSG_MAP(ChromeActiveDocument)
MESSAGE_HANDLER(WM_FIRE_PRIVACY_CHANGE_NOTIFICATION, OnFirePrivacyChange)
COMMAND_ID_HANDLER(IDC_FORWARD, OnForward)
COMMAND_ID_HANDLER(IDC_BACK, OnBack)
- CHAIN_MSG_MAP(Base)
+ CHAIN_MSG_MAP(BaseActiveX)
END_MSG_MAP()
HRESULT FinalConstruct();

Powered by Google App Engine
This is Rietveld 408576698