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 38985cc5b5e66b0eb74015bca377fbe3982c63aa..8b8136942c41f37b3988226f8d5eb8a3a393cb3c 100644 |
--- a/chrome/browser/notifications/platform_notification_service_impl.cc |
+++ b/chrome/browser/notifications/platform_notification_service_impl.cc |
@@ -271,6 +271,7 @@ Notification PlatformNotificationServiceImpl::CreateNotificationFromData( |
display_source, notification_data.tag, delegate); |
notification.set_context_message(display_source); |
+ notification.set_silent(notification_data.silent); |
// Web Notifications do not timeout. |
notification.set_never_timeout(true); |