Show menu by clicking the menu button

This commit is contained in:
Cheng Zhao 2016-01-05 12:05:27 +08:00
parent 43bfce26a7
commit 698700716b
3 changed files with 9 additions and 15 deletions

View file

@ -49,9 +49,6 @@ class MenuBar : public views::View,
ui::MenuModel** menu_model,
views::MenuButton** button);
// Shows the menu with |button|.
void RunMenu(views::MenuButton* button);
protected:
// views::View:
const char* GetClassName() const override;