Chromium Code Reviews| Index: views/controls/menu/menu_host.h |
| diff --git a/views/controls/menu/menu_host.h b/views/controls/menu/menu_host.h |
| index 0b5417b773ed15255dcda0ec231ab67e92fe58ca..6c1c1ee9b55902125dc9df538ef060c9590472e7 100644 |
| --- a/views/controls/menu/menu_host.h |
| +++ b/views/controls/menu/menu_host.h |
| @@ -73,8 +73,8 @@ class MenuHost : public Widget { |
| // If true, DestroyMenuHost has been invoked. |
| bool destroying_; |
| - // If true, we're attempting to Show. |
| - bool showing_; |
| + // If true, we're attempting to Show or hide. |
| + bool showing_or_hiding_; |
|
oshima
2011/07/18 18:18:04
Looking at how this is used, i think "ignore_captu
sky
2011/07/18 21:43:28
Done.
|
| DISALLOW_COPY_AND_ASSIGN(MenuHost); |
| }; |