Index: chrome/browser/extensions/app_process_apitest.cc |
=================================================================== |
--- chrome/browser/extensions/app_process_apitest.cc (revision 148487) |
+++ chrome/browser/extensions/app_process_apitest.cc (working copy) |
@@ -577,7 +577,7 @@ |
ASSERT_TRUE(is_installed); |
// Crash the tab and reload it, chrome.app.isInstalled should still be true. |
- ui_test_utils::CrashTab(chrome::GetActiveWebContents(browser())); |
+ content::CrashTab(chrome::GetActiveWebContents(browser())); |
content::WindowedNotificationObserver observer( |
content::NOTIFICATION_LOAD_STOP, |
content::Source<NavigationController>( |