| Index: chrome/browser/ui/views/action_box_menu.h
|
| diff --git a/chrome/browser/ui/views/action_box_menu.h b/chrome/browser/ui/views/action_box_menu.h
|
| index 2cd442df17a44cb23d3443f694117bbc04587f50..3248013eb9fe22ea800cb0e3bf728dc8965d70fe 100644
|
| --- a/chrome/browser/ui/views/action_box_menu.h
|
| +++ b/chrome/browser/ui/views/action_box_menu.h
|
| @@ -38,7 +38,7 @@ class ActionBoxMenu : public views::MenuDelegate {
|
| virtual bool ShowContextMenu(views::MenuItemView* source,
|
| int id,
|
| const gfx::Point& p,
|
| - bool is_mouse_gesture) OVERRIDE;
|
| + ui::MenuSourceType source_type) OVERRIDE;
|
|
|
| // Populates |root_| with all the child menu items from the |model_|.
|
| void PopulateMenu();
|
|
|