diff options
Diffstat (limited to 'ui/message_center/notification.cc')
-rw-r--r-- | ui/message_center/notification.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc index 6a90e30..e17667c 100644 --- a/ui/message_center/notification.cc +++ b/ui/message_center/notification.cc @@ -36,6 +36,7 @@ RichNotificationData::RichNotificationData(const RichNotificationData& other) never_timeout(other.never_timeout), timestamp(other.timestamp), expanded_message(other.expanded_message), + context_message(other.context_message), image(other.image), items(other.items), progress(other.progress), |