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

Unified Diff: ui/message_center/views/message_center_view_unittest.cc

Issue 18003003: Message center re-organized (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
Index: ui/message_center/views/message_center_view_unittest.cc
diff --git a/ui/message_center/views/message_center_view_unittest.cc b/ui/message_center/views/message_center_view_unittest.cc
index 449503d4f9196172d76f38916b45b9bcba6e7669..0692dd36b2213fe522379fbc97534ec7e4d6785a 100644
--- a/ui/message_center/views/message_center_view_unittest.cc
+++ b/ui/message_center/views/message_center_view_unittest.cc
@@ -143,7 +143,7 @@ void MessageCenterViewTest::SetUp() {
// Then create a new MessageCenterView with that single notification.
message_center_view_.reset(new MessageCenterView(
- &message_center_, NULL, 100, false));
+ &message_center_, NULL, 100, false, /* buttons_on_top = */ false));
dewittj 2013/07/16 00:21:29 I believe the style is without spaces in the /**/
sidharthms 2013/07/16 01:03:20 Done.
message_center_view_->SetNotifications(notifications);
// Remove and delete the NotificationView now owned by the MessageCenterView's

Powered by Google App Engine
This is Rietveld 408576698