| Index: views/controls/menu/menu_controller.h
|
| diff --git a/views/controls/menu/menu_controller.h b/views/controls/menu/menu_controller.h
|
| index 734e445c126c3d89c127a119708b687981655d3a..b57139f8594245e5e751794f08c2edfc54092977 100644
|
| --- a/views/controls/menu/menu_controller.h
|
| +++ b/views/controls/menu/menu_controller.h
|
| @@ -203,6 +203,10 @@ class MenuController : public MessageLoopForUI::Dispatcher {
|
|
|
| ~MenuController();
|
|
|
| + // If there is a hot tracked view AcceleratorPressed is invoked on it and
|
| + // true is returned.
|
| + bool SendAcceleratorToHotTrackedView();
|
| +
|
| void UpdateInitialLocation(const gfx::Rect& bounds,
|
| MenuItemView::AnchorPosition position);
|
|
|
|
|