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

Unified Diff: trunk/src/ui/message_center/notification.h

Issue 23769003: Revert 220500 "Adds the contextMessage field to notifications." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: 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 | « trunk/src/ui/message_center/message_center_style.cc ('k') | trunk/src/ui/message_center/notification.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/ui/message_center/notification.h
===================================================================
--- trunk/src/ui/message_center/notification.h (revision 220506)
+++ trunk/src/ui/message_center/notification.h (working copy)
@@ -43,7 +43,6 @@
bool never_timeout;
base::Time timestamp;
string16 expanded_message;
- string16 context_message;
gfx::Image image;
std::vector<NotificationItem> items;
int progress;
@@ -103,13 +102,6 @@
optional_fields_.expanded_message = expanded_message;
}
- const string16& context_message() const {
- return optional_fields_.context_message;
- }
- void set_context_message(const string16& context_message) {
- optional_fields_.context_message = context_message;
- }
-
const std::vector<NotificationItem>& items() const {
return optional_fields_.items;
}
« no previous file with comments | « trunk/src/ui/message_center/message_center_style.cc ('k') | trunk/src/ui/message_center/notification.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698