| 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 0eee4b97b0d3ae8367d65548a67a17ba690d1464..9e21273d9e9edb66166e040e7ad62383562b3f00 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| @@ -482,6 +482,7 @@ Notification PlatformNotificationServiceImpl::CreateNotificationFromData(
|
| DisplayNameForContextMessage(profile, origin));
|
| notification.set_vibration_pattern(notification_data.vibration_pattern);
|
| notification.set_timestamp(notification_data.timestamp);
|
| + notification.set_renotify(notification_data.renotify);
|
| notification.set_silent(notification_data.silent);
|
|
|
| std::vector<message_center::ButtonInfo> buttons;
|
|
|