| Index: chrome_frame/chrome_frame_activex_base.h
|
| diff --git a/chrome_frame/chrome_frame_activex_base.h b/chrome_frame/chrome_frame_activex_base.h
|
| index def29b811543e8e9da461013dffe0f231d2e82e1..116deb6157e49d6dcc166bab578894637162b121 100644
|
| --- a/chrome_frame/chrome_frame_activex_base.h
|
| +++ b/chrome_frame/chrome_frame_activex_base.h
|
| @@ -358,7 +358,7 @@ END_MSG_MAP()
|
| }
|
|
|
| bool HandleContextMenuCommand(UINT cmd,
|
| - const IPC::ContextMenuParams& params) {
|
| + const IPC::MiniContextMenuParams& params) {
|
| if (cmd == IDC_ABOUT_CHROME_FRAME) {
|
| int tab_handle = automation_client_->tab()->handle();
|
| HostNavigate(GURL("about:version"), GURL(), NEW_WINDOW);
|
| @@ -519,7 +519,7 @@ END_MSG_MAP()
|
|
|
| virtual void OnHandleContextMenu(int tab_handle, HANDLE menu_handle,
|
| int align_flags,
|
| - const IPC::ContextMenuParams& params) {
|
| + const IPC::MiniContextMenuParams& params) {
|
| scoped_refptr<BasePlugin> ref(this);
|
| ChromeFramePlugin<T>::OnHandleContextMenu(tab_handle, menu_handle,
|
| align_flags, params);
|
|
|