| Index: ui/message_center/notification.cc
|
| diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc
|
| index a3530a53e19fba318e53b135cb6822ee1d77b3a2..5d3014e8156294c188f17b9e436396cdb2de4853 100644
|
| --- a/ui/message_center/notification.cc
|
| +++ b/ui/message_center/notification.cc
|
| @@ -59,6 +59,9 @@ Notification::Notification(NotificationType type,
|
| extension_id_(extension_id),
|
| serial_number_(g_next_serial_number_++),
|
| optional_fields_(optional_fields),
|
| + shown_as_popup_(false),
|
| + is_read_(false),
|
| + is_expanded_(false),
|
| delegate_(delegate) {}
|
|
|
| Notification::Notification(const Notification& other)
|
|
|