| Index: chrome/browser/tab_contents/render_view_context_menu_external_win.cc
|
| ===================================================================
|
| --- chrome/browser/tab_contents/render_view_context_menu_external_win.cc (revision 18306)
|
| +++ chrome/browser/tab_contents/render_view_context_menu_external_win.cc (working copy)
|
| @@ -9,9 +9,8 @@
|
| RenderViewContextMenuExternalWin::RenderViewContextMenuExternalWin(
|
| TabContents* tab_contents,
|
| const ContextMenuParams& params,
|
| - HWND owner,
|
| const std::vector<int> disabled_ids)
|
| - : RenderViewContextMenuWin(tab_contents, params, owner),
|
| + : RenderViewContextMenuWin(tab_contents, params),
|
| disabled_menu_ids_(disabled_ids) {
|
| }
|
|
|
|
|