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

Unified Diff: chrome_frame/chrome_frame_activex_base.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_frame_activex_base.h
===================================================================
--- chrome_frame/chrome_frame_activex_base.h (revision 43957)
+++ chrome_frame/chrome_frame_activex_base.h (working copy)
@@ -170,7 +170,7 @@
public ChromeFramePlugin<T> {
protected:
typedef std::set<ScopedComPtr<IDispatch> > EventHandlers;
- typedef ChromeFrameActivexBase<T, class_id> Base;
+ typedef ChromeFrameActivexBase<T, class_id> BasePlugin;
public:
ChromeFrameActivexBase()
@@ -450,7 +450,7 @@
virtual void OnHandleContextMenu(int tab_handle, HANDLE menu_handle,
int align_flags,
const IPC::ContextMenuParams& params) {
- scoped_refptr<Base> ref(this);
+ scoped_refptr<BasePlugin> ref(this);
ChromeFramePlugin<T>::OnHandleContextMenu(tab_handle, menu_handle,
align_flags, params);
}

Powered by Google App Engine
This is Rietveld 408576698