| 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 5ecadd35d85819896607b4f7578caab6185eaa34..e1fced751c54b086de78a1d0559a5a264352a62b 100644
|
| --- a/chrome/browser/notifications/platform_notification_service_impl.cc
|
| +++ b/chrome/browser/notifications/platform_notification_service_impl.cc
|
| @@ -293,6 +293,7 @@ Notification PlatformNotificationServiceImpl::CreateNotificationFromData(
|
| display_source, notification_data.tag, delegate);
|
|
|
| notification.set_context_message(display_source);
|
| + notification.set_vibrate(notification_data.vibrate);
|
| notification.set_silent(notification_data.silent);
|
|
|
| // Web Notifications do not timeout.
|
|
|