Index: chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm |
diff --git a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm |
index 5f0abf533d5a8268424a5409a5fe5c4618d50caa..5bc736ab3e3743086ef2104d33171c05c89be2dd 100644 |
--- a/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm |
+++ b/chrome/browser/ui/cocoa/bookmarks/bookmark_bar_controller_unittest.mm |
@@ -1552,17 +1552,7 @@ TEST_F(BookmarkBarControllerTest, LastBookmarkResizeBehavior) { |
} |
} |
-class BookmarkBarControllerWithInstantExtendedTest : |
- public BookmarkBarControllerTest { |
- public: |
- virtual void AddCommandLineSwitches() OVERRIDE { |
- CommandLine::ForCurrentProcess()->AppendSwitch( |
- switches::kEnableInstantExtendedAPI); |
- } |
-}; |
- |
-TEST_F(BookmarkBarControllerWithInstantExtendedTest, |
- BookmarksWithAppsPageShortcut) { |
+TEST_F(BookmarkBarControllerTest, BookmarksWithAppsPageShortcut) { |
BookmarkModel* model = BookmarkModelFactory::GetForProfile(profile()); |
const BookmarkNode* root = model->bookmark_bar_node(); |
const std::string model_string("1b 2f:[ 2f1b 2f2b ] 3b "); |