Index: chrome/browser/extensions/app_background_page_apitest.cc |
diff --git a/chrome/browser/extensions/app_background_page_apitest.cc b/chrome/browser/extensions/app_background_page_apitest.cc |
index b79b4d4cc6f3eb445d7c660a7244dd307a911b0d..4cf6601fe7a4f3aba69ed9322109bd58e2c83d9c 100644 |
--- a/chrome/browser/extensions/app_background_page_apitest.cc |
+++ b/chrome/browser/extensions/app_background_page_apitest.cc |
@@ -308,9 +308,6 @@ IN_PROC_BROWSER_TEST_F(AppBackgroundPageApiTest, NoJsBackgroundPage) { |
// Keep the task manager up through this test to verify that a crash doesn't |
// happen when window.open creates a background page that switches |
// RenderViewHosts. See http://crbug.com/165138. |
- // This test is for the old implementation of the task manager. We must |
- // explicitly disable the new one. |
- task_manager::browsertest_util::EnableOldTaskManager(); |
chrome::ShowTaskManager(browser()); |
// Make sure that no BackgroundContentses get deleted (a signal that repeated |