| 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;
|
|
|