| Index: components/exo/notification_surface.h
|
| diff --git a/components/exo/notification_surface.h b/components/exo/notification_surface.h
|
| index 683c380cfb7d8ed7a499410690b231e6a35dca31..33bfa2f0f4ce589db81d28abea5f18cecbfc9ec8 100644
|
| --- a/components/exo/notification_surface.h
|
| +++ b/components/exo/notification_surface.h
|
| @@ -47,6 +47,7 @@ class NotificationSurface : public SurfaceDelegate, public SurfaceObserver {
|
| const std::string notification_id_;
|
|
|
| std::unique_ptr<aura::Window> window_;
|
| + bool added_to_manager_ = false;
|
|
|
| DISALLOW_COPY_AND_ASSIGN(NotificationSurface);
|
| };
|
|
|