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

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: Border caching added 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..f4b3943fb2ceadb6788815ddd4397a2ddd2c1134 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, false /* buttons not at top */));
dewittj 2013/07/15 18:38:58 In this case, either do a //-style comment at the
sidharthms 2013/07/15 23:16:37 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