| Index: ui/views/controls/menu/menu_item_view.h
|
| diff --git a/ui/views/controls/menu/menu_item_view.h b/ui/views/controls/menu/menu_item_view.h
|
| index 9d641fda56f9b7e46263c8ba504610fa4a3615a7..9acb4847ec58a1c4ccef681169ab074b87f65ac1 100644
|
| --- a/ui/views/controls/menu/menu_item_view.h
|
| +++ b/ui/views/controls/menu/menu_item_view.h
|
| @@ -215,12 +215,6 @@ class VIEWS_EXPORT MenuItemView : public View {
|
| const string16& label,
|
| const gfx::ImageSkia& icon);
|
|
|
| - // Creates a menu item for the specified entry in the model and appends it as
|
| - // a child.
|
| - MenuItemView* AppendMenuItemFromModel(ui::MenuModel* model,
|
| - int index,
|
| - int id);
|
| -
|
| // All the AppendXXX methods funnel into this.
|
| MenuItemView* AppendMenuItemImpl(int item_id,
|
| const string16& label,
|
|
|