| 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 5db0d1c675c6fd4ba46bb68597fd99bc4570b97a..c4be17cd63eb2b9dc2b091972e3b8b05586e2a9d 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| @@ -474,6 +474,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;
|
|
|