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

Unified Diff: ui/message_center/notification.cc

Issue 1864053002: Implement Android UI of web notification inline replies Base URL: https://chromium.googlesource.com/chromium/src.git@inline_replies_ps1
Patch Set: Fix filename? Created 4 years, 8 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
« chromium.gyp_env ('K') | « ui/message_center/notification.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification.cc
diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc
index b0a379ddb9d38b88532f91ef160600c94c8bc126..dd653891bf0869a9afcae93830033ef8d87d8f41 100644
--- a/ui/message_center/notification.cc
+++ b/ui/message_center/notification.cc
@@ -23,8 +23,7 @@ NotificationItem::NotificationItem(const base::string16& title,
}
ButtonInfo::ButtonInfo(const base::string16& title)
- : title(title) {
-}
+ : type(BUTTON_INFO_TYPE_BUTTON), title(title) {}
RichNotificationData::RichNotificationData()
: priority(DEFAULT_PRIORITY),
« chromium.gyp_env ('K') | « ui/message_center/notification.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698