Commit 6e60cd79 authored by stevenjb@google.com's avatar stevenjb@google.com

Update appearance of read Ash notifications.

Also fixes the logic for the unread count and refresh layout for displayed notification.

BUG=137155

Review URL: https://chromiumcodereview.appspot.com/10852007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@149922 0039d316-1c4b-4281-b951-d872f2087c98
parent 04ebc6df
...@@ -152,7 +152,6 @@ class ASH_EXPORT WebNotificationTray : public internal::TrayBackgroundView { ...@@ -152,7 +152,6 @@ class ASH_EXPORT WebNotificationTray : public internal::TrayBackgroundView {
views::Label* count_label_; views::Label* count_label_;
Delegate* delegate_; Delegate* delegate_;
bool show_message_center_on_unlock_; bool show_message_center_on_unlock_;
int unread_count_;
DISALLOW_COPY_AND_ASSIGN(WebNotificationTray); DISALLOW_COPY_AND_ASSIGN(WebNotificationTray);
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment