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

Unified Diff: ui/message_center/notification_list.h

Issue 14327004: Moved some message center constants to message_center_constants.h. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebased. Created 7 years, 8 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 | « ui/message_center/message_center_constants.cc ('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_list.h
diff --git a/ui/message_center/notification_list.h b/ui/message_center/notification_list.h
index f69b18894c701e021cec06a406357587fca101a1..061eaa6637a6162228c8339541e7e3ab4d2fff8d 100644
--- a/ui/message_center/notification_list.h
+++ b/ui/message_center/notification_list.h
@@ -128,9 +128,6 @@ class MESSAGE_CENTER_EXPORT NotificationList {
size_t NotificationCount() const;
size_t unread_count() const { return unread_count_; }
- static const size_t kMaxVisiblePopupNotifications;
- static const size_t kMaxVisibleMessageCenterNotifications;
-
private:
friend class test::NotificationListTest;
« no previous file with comments | « ui/message_center/message_center_constants.cc ('k') | ui/message_center/notification_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698