| Index: ash/system/toast/toast_overlay.h
|
| diff --git a/ash/system/toast/toast_overlay.h b/ash/system/toast/toast_overlay.h
|
| index 4bb3c5522c7540ef05917435db8d36dc5016f181..d01d98adf7bc37ca6526dbdf04cbd5a8ed352ade 100644
|
| --- a/ash/system/toast/toast_overlay.h
|
| +++ b/ash/system/toast/toast_overlay.h
|
| @@ -56,6 +56,7 @@ class ASH_EXPORT ToastOverlay : public ui::LayerAnimationObserver {
|
| void ClickDismissButtonForTesting(const ui::Event& event);
|
|
|
| bool is_visible_ = false;
|
| + bool close_event_fired_ = false;
|
| Delegate* const delegate_;
|
| const std::string text_;
|
| scoped_ptr<views::Widget> overlay_widget_;
|
|
|