Index: chrome/browser/views/bookmark_bar_view_test.cc |
=================================================================== |
--- chrome/browser/views/bookmark_bar_view_test.cc (revision 7069) |
+++ chrome/browser/views/bookmark_bar_view_test.cc (working copy) |
@@ -78,6 +78,7 @@ |
profile_->GetPrefs()->SetBoolean(prefs::kShowBookmarkBar, true); |
model_ = profile_->GetBookmarkModel(); |
+ model_->ClearStore(); |
bb_view_ = new BookmarkBarView(profile_.get(), NULL); |
bb_view_->SetPageNavigator(&navigator_); |
@@ -958,4 +959,4 @@ |
} |
}; |
-VIEW_TEST(BookmarkBarViewTest12, CloseWithModalDialog) |
+VIEW_TEST(BookmarkBarViewTest12, DISABLED_CloseWithModalDialog) |