| Index: ui/base/models/simple_menu_model.h
|
| diff --git a/ui/base/models/simple_menu_model.h b/ui/base/models/simple_menu_model.h
|
| index 00c93b2a5c90b6c86b1ace315e3251b2a66a673b..69a227b2444e915f936f87b2aafe5d437ab3ec26 100644
|
| --- a/ui/base/models/simple_menu_model.h
|
| +++ b/ui/base/models/simple_menu_model.h
|
| @@ -121,6 +121,9 @@ class UI_EXPORT SimpleMenuModel : public MenuModel {
|
| void InsertSubMenuWithStringIdAt(
|
| int index, int command_id, int string_id, MenuModel* model);
|
|
|
| + // Remove item at specified index from the model.
|
| + void RemoveItemAt(int index);
|
| +
|
| // Sets the icon for the item at |index|.
|
| void SetIcon(int index, const gfx::Image& icon);
|
|
|
|
|