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

Unified Diff: ui/message_center/views/notification_view.h

Issue 12757003: Revert 188637 "Added text line limits to collapsed and expanded ..." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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/views/bounded_label_unittest.cc ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/message_center/views/notification_view.h
===================================================================
--- ui/message_center/views/notification_view.h (revision 188662)
+++ ui/message_center/views/notification_view.h (working copy)
@@ -9,9 +9,12 @@
#include "ui/message_center/views/message_view.h"
+namespace views {
+class Label;
+} // namespace views
+
namespace message_center {
-class BoundedLabel;
class NotificationChangeObserver;
// View that displays all current types of notification (web, basic, image, and
@@ -47,8 +50,8 @@
// Weak references to NotificationView descendants owned by their parents.
views::View* background_view_;
views::View* top_view_;
- BoundedLabel* title_view_;
- BoundedLabel* message_view_;
+ views::Label* title_view_;
+ views::Label* message_view_;
std::vector<views::View*> item_views_;
views::View* icon_view_;
views::View* bottom_view_;
« no previous file with comments | « ui/message_center/views/bounded_label_unittest.cc ('k') | ui/message_center/views/notification_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698