| Index: chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc
|
| diff --git a/chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc b/chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc
|
| index 92b582c72692916055c67bcbe3cdabe472bf8113..1fbfb34beda563b57b1f50ecc65b3c446d819bb9 100644
|
| --- a/chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc
|
| +++ b/chrome/browser/ui/views/bookmarks/bookmark_bar_view_unittest.cc
|
| @@ -20,23 +20,9 @@
|
|
|
| typedef BrowserWithTestWindowTest BookmarkBarViewTest;
|
|
|
| -// Verify that the apps shortcut is never visible without instant extended.
|
| -TEST_F(BookmarkBarViewTest, NoAppsShortcutWithoutInstantExtended) {
|
| - ScopedTestingLocalState local_state(TestingBrowserProcess::GetGlobal());
|
| - profile()->CreateBookmarkModel(true);
|
| - test::WaitForBookmarkModelToLoad(profile());
|
| - BookmarkBarView bookmark_bar_view(browser(), NULL);
|
| - bookmark_bar_view.set_owned_by_client();
|
| - EXPECT_FALSE(bookmark_bar_view.apps_page_shortcut_->visible());
|
| - browser()->profile()->GetPrefs()->SetBoolean(
|
| - prefs::kShowAppsShortcutInBookmarkBar, true);
|
| - EXPECT_FALSE(bookmark_bar_view.apps_page_shortcut_->visible());
|
| -}
|
| -
|
| class BookmarkBarViewInstantExtendedTest : public BrowserWithTestWindowTest {
|
| public:
|
| BookmarkBarViewInstantExtendedTest() {
|
| - chrome::EnableInstantExtendedAPIForTesting();
|
| }
|
|
|
| protected:
|
|
|