Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(261)

Unified Diff: content/public/common/platform_notification_data.cc

Issue 965573002: Implement support for silent notifications. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix tests Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « content/public/common/platform_notification_data.h ('k') | ui/message_center/notification.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/common/platform_notification_data.cc
diff --git a/content/public/common/platform_notification_data.cc b/content/public/common/platform_notification_data.cc
index 46341bda3e477a886adefb58e48b4301afa28338..5b91869260de946e3ad08c658af541d3704d456b 100644
--- a/content/public/common/platform_notification_data.cc
+++ b/content/public/common/platform_notification_data.cc
@@ -7,7 +7,8 @@
namespace content {
PlatformNotificationData::PlatformNotificationData()
- : direction(NotificationDirectionLeftToRight) {}
+ : direction(NotificationDirectionLeftToRight),
+ silent(false) {}
PlatformNotificationData::~PlatformNotificationData() {}
« no previous file with comments | « content/public/common/platform_notification_data.h ('k') | ui/message_center/notification.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698