| Index: chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc
|
| diff --git a/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc b/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc
|
| index 87685c0bf6f22441584e5dff49d9e09b8c864ac0..3763c15ec6088259ecb8436a3b89407f40dde27c 100644
|
| --- a/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc
|
| +++ b/chrome/browser/ui/bookmarks/bookmark_bubble_sign_in_delegate_unittest.cc
|
| @@ -76,14 +76,6 @@ TEST_F(BookmarkBubbleSignInDelegateTest, OnSignInLinkClicked) {
|
| }
|
|
|
| TEST_F(BookmarkBubbleSignInDelegateTest, OnSignInLinkClickedIncognito) {
|
| - // Create an incognito browser.
|
| - TestingProfile::Builder incognito_profile_builder;
|
| - incognito_profile_builder.SetIncognito();
|
| - scoped_ptr<TestingProfile> incognito_profile =
|
| - incognito_profile_builder.Build();
|
| - incognito_profile->SetOriginalProfile(profile());
|
| - profile()->SetOffTheRecordProfile(incognito_profile.PassAs<Profile>());
|
| -
|
| scoped_ptr<BrowserWindow> incognito_window;
|
| incognito_window.reset(CreateBrowserWindow());
|
| Browser::CreateParams params(browser()->profile()->GetOffTheRecordProfile(),
|
|
|