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

Unified Diff: chrome/browser/tab_contents/render_view_context_menu_external_win.cc

Issue 122027: Remove the Menu object, converting all the remaining callers to use Menu2. I'... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 11 years, 6 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/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) {
}

Powered by Google App Engine
This is Rietveld 408576698