Index: ui/message_center/notification.cc |
diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc |
index 6633a014d76038ea6676174cd3379cff2a10b5f9..06fc505869a5e584871c7b905ab775cf28ef4dbd 100644 |
--- a/ui/message_center/notification.cc |
+++ b/ui/message_center/notification.cc |
@@ -28,6 +28,7 @@ RichNotificationData::RichNotificationData() |
: priority(DEFAULT_PRIORITY), |
never_timeout(false), |
timestamp(base::Time::Now()), |
+ context_message("", false), |
progress(0), |
should_make_spoken_feedback_for_popup_updates(true), |
clickable(true), |