| Index: ui/message_center/views/notification_view_md.cc
|
| diff --git a/ui/message_center/views/notification_view_md.cc b/ui/message_center/views/notification_view_md.cc
|
| index 551a8b0de64d2aa241af01214c07e35f99070649..7a86c5bc7e9e7e2414f81900eaea6e48f5110a06 100644
|
| --- a/ui/message_center/views/notification_view_md.cc
|
| +++ b/ui/message_center/views/notification_view_md.cc
|
| @@ -467,6 +467,7 @@ void NotificationViewMD::RequestFocusOnCloseButton() {
|
| void NotificationViewMD::CreateOrUpdateContextTitleView(
|
| const Notification& notification) {
|
| header_row_->SetAppName(notification.display_source());
|
| + header_row_->SetTimestamp(notification.timestamp());
|
| }
|
|
|
| void NotificationViewMD::CreateOrUpdateTitleView(
|
|
|