diff options
author | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 23:19:37 +0000 |
---|---|---|
committer | dewittj@chromium.org <dewittj@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-08-30 23:19:37 +0000 |
commit | 0db5e96878f2bfa8dd5c76f5cbc47aa6b4dddb7f (patch) | |
tree | d1ffecc9e2d208cbcf380cc9417ac669d01b5661 /ui/message_center/notification.cc | |
parent | 5f4c1ed7cac7bf914c4c838914ab984b9c70d76e (diff) | |
download | chromium_src-0db5e96878f2bfa8dd5c76f5cbc47aa6b4dddb7f.zip chromium_src-0db5e96878f2bfa8dd5c76f5cbc47aa6b4dddb7f.tar.gz chromium_src-0db5e96878f2bfa8dd5c76f5cbc47aa6b4dddb7f.tar.bz2 |
Reland 220500: Adds the contextMessage field to notifications.
This is a field displayed in an alternate font that adds an extra line
of information about the notification.
BUG=276004
Review URL: https://chromiumcodereview.appspot.com/23462005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220688 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'ui/message_center/notification.cc')
-rw-r--r-- | ui/message_center/notification.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/message_center/notification.cc b/ui/message_center/notification.cc index 6a90e30..e17667c 100644 --- a/ui/message_center/notification.cc +++ b/ui/message_center/notification.cc @@ -36,6 +36,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), |