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..3edffb2a9695ece0c36660fbffc74e71189c047e 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 and capture is lost we don't notify the delegate. |
+ bool ignore_capture_lost_; |
DISALLOW_COPY_AND_ASSIGN(MenuHost); |
}; |