Chromium Code Reviews| Index: ui/views/controls/menu/menu_controller.h |
| diff --git a/ui/views/controls/menu/menu_controller.h b/ui/views/controls/menu/menu_controller.h |
| index 697e9a5781f25efd1c917c02607a39967087a4fd..3fafaf899c36686adc432b953c66d03cfcb94f96 100644 |
| --- a/ui/views/controls/menu/menu_controller.h |
| +++ b/ui/views/controls/menu/menu_controller.h |
| @@ -574,6 +574,10 @@ class VIEWS_EXPORT MenuController |
| // If true, we're showing. |
| bool showing_; |
| + // If true running has began and there are still delegates which have not been |
|
sky
2017/01/27 20:16:47
Please add references to bug where with a TODO tha
jonross
2017/01/27 20:27:36
Done.
|
| + // closed. We may not be showing. |
| + bool running_; |
| + |
| // Indicates what to exit. |
| ExitType exit_type_; |