| 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..7e11a6d25baa81a48a3a6db47b84cd4f7a1ebabc 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 ");
|
| @@ -1592,8 +1582,7 @@ TEST_F(BookmarkBarControllerWithInstantExtendedTest,
|
| }
|
| }
|
|
|
| -TEST_F(BookmarkBarControllerWithInstantExtendedTest,
|
| - BookmarksWithoutAppsPageShortcut) {
|
| +TEST_F(BookmarkBarControllerTest, BookmarksWithoutAppsPageShortcut) {
|
| // The no item containers should be to the right of the Apps button.
|
| ASSERT_FALSE([bar_ appsPageShortcutButtonIsHidden]);
|
| CGFloat apps_button_right = NSMaxX([[bar_ appsPageShortcutButton] frame]);
|
|
|