summaryrefslogtreecommitdiffstats
path: root/chrome/browser/gtk/bookmark_manager_browsertest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/browser/gtk/bookmark_manager_browsertest.cc')
-rw-r--r--chrome/browser/gtk/bookmark_manager_browsertest.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/chrome/browser/gtk/bookmark_manager_browsertest.cc b/chrome/browser/gtk/bookmark_manager_browsertest.cc
index 1d8b8b0..6cb3289 100644
--- a/chrome/browser/gtk/bookmark_manager_browsertest.cc
+++ b/chrome/browser/gtk/bookmark_manager_browsertest.cc
@@ -81,13 +81,4 @@ IN_PROC_BROWSER_TEST_F(BookmarkManagerTest, Crash) {
manager_->SelectInTree(model_->GetBookmarkBarNode(), true);
CleanUp();
-#if defined(TOOLKIT_VIEWS)
- // The test fails on toolkit_views build without the following
- // cleanup code. This is because the bookmark bar view refuses to
- // be destroyed by a bookmark model when the BrowserProcessImpl
- // destroys the bookmark bar model.
- // TODO(oshima): http://crbug/28046.
- browser()->window()->Close();
- MessageLoopForUI::current()->RunAllPending();
-#endif
}