diff options
Diffstat (limited to 'ui/message_center/notification.cc')
-rw-r--r-- | ui/message_center/notification.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc index 4bd1911..284d278 100644 --- a/ui/message_center/notification.cc +++ b/ui/message_center/notification.cc @@ -39,8 +39,9 @@ Notification::Notification(NotificationType type, priority_(DEFAULT_PRIORITY), timestamp_(base::Time::Now()), serial_number_(g_next_serial_number_++), + shown_as_popup_(false), is_read_(false), - shown_as_popup_(false) { + is_expanded_(false) { // This can override some data members initialized to deafule values above. ApplyOptionalFields(optional_fields); } |