Chromium Code Reviews| Index: ui/views/controls/menu/menu_runner_impl_cocoa.h |
| diff --git a/ui/views/controls/menu/menu_runner_impl_cocoa.h b/ui/views/controls/menu/menu_runner_impl_cocoa.h |
| index f1ae21fb88dcafc44d935702a6f4e3945583cb04..a0c9ca6ec3e0fd3c18d8b4b1b613ac470709376a 100644 |
| --- a/ui/views/controls/menu/menu_runner_impl_cocoa.h |
| +++ b/ui/views/controls/menu/menu_runner_impl_cocoa.h |
| @@ -41,6 +41,7 @@ class VIEWS_EXPORT MenuRunnerImplCocoa : public MenuRunnerImplInterface { |
| // Set if |running_| and Release() has been invoked. |
| bool delete_after_run_; |
| + bool in_menu_runloop_; |
|
tapted
2016/04/12 06:22:58
Let's call this running_ -- the comment above even
|
| // The timestamp of the event which closed the menu - or 0. |
| base::TimeDelta closing_event_time_; |