| Index: chrome/browser/notifications/platform_notification_service_impl.cc
|
| diff --git a/chrome/browser/notifications/platform_notification_service_impl.cc b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| index a0b73024259df3397785b7fa8b6701e1bbda12c9..0eee4b97b0d3ae8367d65548a67a17ba690d1464 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| @@ -481,6 +481,7 @@ Notification PlatformNotificationServiceImpl::CreateNotificationFromData(
|
| notification.set_context_message(
|
| DisplayNameForContextMessage(profile, origin));
|
| notification.set_vibration_pattern(notification_data.vibration_pattern);
|
| + notification.set_timestamp(notification_data.timestamp);
|
| notification.set_silent(notification_data.silent);
|
|
|
| std::vector<message_center::ButtonInfo> buttons;
|
|
|