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

Unified Diff: chrome/browser/ui/views/first_run_bubble_unittest.cc

Issue 9016036: Implement the new first run bubble, clean up old bubbles. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Sync and merge. Created 8 years, 11 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: chrome/browser/ui/views/first_run_bubble_unittest.cc
diff --git a/chrome/browser/ui/views/first_run_bubble_unittest.cc b/chrome/browser/ui/views/first_run_bubble_unittest.cc
index f069217f07833ffa63cdb1a0daa17d5236a25a7c..e479bd55caae62b89d19c636cbf3e165a1c794dc 100644
--- a/chrome/browser/ui/views/first_run_bubble_unittest.cc
+++ b/chrome/browser/ui/views/first_run_bubble_unittest.cc
@@ -1,4 +1,4 @@
-// Copyright (c) 2011 The Chromium Authors. All rights reserved.
+// Copyright (c) 2012 The Chromium Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
@@ -42,12 +42,7 @@ void FirstRunBubbleTest::SetUp() {
}
TEST_F(FirstRunBubbleTest, CreateAndClose) {
- FirstRunBubble* delegate =
- FirstRunBubble::ShowBubble(
- profile(),
- NULL,
- views::BubbleBorder::TOP_LEFT,
- FirstRun::MINIMAL_BUBBLE);
+ FirstRunBubble* delegate = FirstRunBubble::ShowBubble(profile(), NULL);
EXPECT_TRUE(delegate != NULL);
delegate->GetWidget()->CloseNow();
}
« no previous file with comments | « chrome/browser/ui/views/first_run_bubble.cc ('k') | chrome/browser/ui/views/location_bar/location_bar_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698