| 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..d3a417775e0959fce7034907ce318c5fd4719720 100644
|
| --- a/ui/views/controls/menu/menu_controller.h
|
| +++ b/ui/views/controls/menu/menu_controller.h
|
| @@ -574,6 +574,11 @@ class VIEWS_EXPORT MenuController
|
| // If true, we're showing.
|
| bool showing_;
|
|
|
| + // TODO(jonross): remove after tracking down the cause of (crbug.com/683087).
|
| + // If true running has began and there are still delegates which have not been
|
| + // closed. We may not be showing.
|
| + bool running_;
|
| +
|
| // Indicates what to exit.
|
| ExitType exit_type_;
|
|
|
|
|