browser: fix crash when switching to sibling menu from submenus
This commit is contained in:
parent
7842a657d0
commit
65325dc63f
2 changed files with 6 additions and 16 deletions
|
@ -50,9 +50,6 @@ class MenuDelegate : public views::MenuDelegate {
|
|||
views::MenuButton** button) override;
|
||||
|
||||
private:
|
||||
// Close this menu and run the menu of |button|.
|
||||
void SwitchToSiblingMenu(views::MenuButton* button);
|
||||
|
||||
MenuBar* menu_bar_;
|
||||
int id_;
|
||||
scoped_ptr<views::MenuDelegate> adapter_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue