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

Unified Diff: views/controls/menu/native_menu_win.h

Issue 126092: Begin to upgrade BackForwardMenuModelViews to use new menu API.... (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: views/controls/menu/native_menu_win.h
===================================================================
--- views/controls/menu/native_menu_win.h (revision 18347)
+++ views/controls/menu/native_menu_win.h (working copy)
@@ -71,10 +71,6 @@
int model_index,
const std::wstring& label);
- // Returns the NativeMenuWin object that contains an item with the specified
- // command id. This function must only be called from RunMenuAt!
- NativeMenuWin* GetMenuForCommandId(UINT command_id) const;
-
// Returns the alignment flags to be passed to TrackPopupMenuEx, based on the
// supplied alignment and the UI text direction.
UINT GetAlignmentFlags(int alignment) const;

Powered by Google App Engine
This is Rietveld 408576698