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

Unified Diff: ui/message_center/notification.cc

Issue 23462005: Adds the contextMessage field to notifications. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Adjust unit test due to bugfix in toast layout. Created 7 years, 4 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 | « ui/message_center/notification.h ('k') | ui/message_center/views/notification_view.h » ('j') | 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 eb4c8a879f93ba46e36ab6fd8e2fca64af21480c..fcd9633b59add1e91de3f3dac67836da5fc03636 100644
--- a/ui/message_center/notification.cc
+++ b/ui/message_center/notification.cc
@@ -35,6 +35,7 @@ RichNotificationData::RichNotificationData(const RichNotificationData& other)
never_timeout(other.never_timeout),
timestamp(other.timestamp),
expanded_message(other.expanded_message),
+ context_message(other.context_message),
image(other.image),
items(other.items),
progress(other.progress),
« no previous file with comments | « ui/message_center/notification.h ('k') | ui/message_center/views/notification_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698