Index: ui/views/controls/menu/menu_controller_delegate.h |
diff --git a/ui/views/controls/menu/menu_controller_delegate.h b/ui/views/controls/menu/menu_controller_delegate.h |
index 85e92069082e03790361900641c60cd4a44175b6..273ec7b7eeab88cfe9b8e0d493c9f154f10564b2 100644 |
--- a/ui/views/controls/menu/menu_controller_delegate.h |
+++ b/ui/views/controls/menu/menu_controller_delegate.h |
@@ -22,10 +22,9 @@ class MenuControllerDelegate { |
DONT_NOTIFY_DELEGATE |
}; |
- // Invoked when MenuController closes a menu and the MenuController was |
- // configured for asynchronous or drop (MenuRunner::ASYNC, |
- // MenuRunner::FOR_DROP). |mouse_event_flags| are the flags set on the |
- // ui::MouseEvent which selected |menu|, otherwise 0. |
+ // Invoked when MenuController closes. unless the owner deletes the |
+ // MenuController during MenuDelegate::ExecuteCommand. |mouse_event_flags| are |
+ // the flags set on the ui::MouseEvent which selected |menu|, otherwise 0. |
virtual void OnMenuClosed(NotifyType type, |
MenuItemView* menu, |
int mouse_event_flags) = 0; |