| Index: ui/message_center/notification.cc
|
| diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc
|
| index eb4c8a879f93ba46e36ab6fd8e2fca64af21480c..fcd9633b59add1e91de3f3dac67836da5fc03636 100644
|
| --- a/ui/message_center/notification.cc
|
| +++ b/ui/message_center/notification.cc
|
| @@ -35,6 +35,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),
|
|
|