| Index: ui/views/controls/menu/menu_delegate.h
|
| diff --git a/ui/views/controls/menu/menu_delegate.h b/ui/views/controls/menu/menu_delegate.h
|
| index b1eca372255c5f1cf96184d81c06dbb1d9b3b7cf..4dea63f9f2866843e8a366b757d131125f3eee1d 100644
|
| --- a/ui/views/controls/menu/menu_delegate.h
|
| +++ b/ui/views/controls/menu/menu_delegate.h
|
| @@ -195,7 +195,7 @@ class VIEWS_EXPORT MenuDelegate {
|
|
|
| // Notification the menu has closed. This will not be called if MenuRunner is
|
| // deleted during calls to ExecuteCommand().
|
| - virtual void OnMenuClosed(MenuItemView* menu, MenuRunner::RunResult result) {}
|
| + virtual void OnMenuClosed(MenuItemView* menu) {}
|
|
|
| // If the user drags the mouse outside the bounds of the menu the delegate
|
| // is queried for a sibling menu to show. If this returns non-null the
|
|
|