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

Unified Diff: ui/message_center/notification.cc

Issue 21308002: Update Mac notification tray behavior. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Address comments from #1 Created 7 years, 5 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
Index: ui/message_center/notification.cc
diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc
index a3530a53e19fba318e53b135cb6822ee1d77b3a2..5d3014e8156294c188f17b9e436396cdb2de4853 100644
--- a/ui/message_center/notification.cc
+++ b/ui/message_center/notification.cc
@@ -59,6 +59,9 @@ Notification::Notification(NotificationType type,
extension_id_(extension_id),
serial_number_(g_next_serial_number_++),
optional_fields_(optional_fields),
+ shown_as_popup_(false),
+ is_read_(false),
+ is_expanded_(false),
delegate_(delegate) {}
Notification::Notification(const Notification& other)

Powered by Google App Engine
This is Rietveld 408576698