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

Unified Diff: ui/message_center/notification.h

Issue 12335024: Change eventTime field to standard chrome.* API format. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 10 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 | « chrome/common/extensions/api/experimental_notification.idl ('k') | ui/message_center/notification_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/notification.h
diff --git a/ui/message_center/notification.h b/ui/message_center/notification.h
index 7c27d4d6706f7676fc968e46afab5bcebadcbd94..4e660357385707626cbdf97e5df876c565ecca22 100644
--- a/ui/message_center/notification.h
+++ b/ui/message_center/notification.h
@@ -36,7 +36,6 @@ struct MESSAGE_CENTER_EXPORT Notification {
// Begin unpacked values from optional_fields
int priority;
base::Time timestamp;
- int unread_count;
std::vector<string16> button_titles;
string16 expanded_message;
std::vector<NotificationItem> items;
« no previous file with comments | « chrome/common/extensions/api/experimental_notification.idl ('k') | ui/message_center/notification_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698