Index: chrome/browser/ui/app_list/app_list_controller_browsertest.cc |
=================================================================== |
--- chrome/browser/ui/app_list/app_list_controller_browsertest.cc (revision 284629) |
+++ chrome/browser/ui/app_list/app_list_controller_browsertest.cc (working copy) |
@@ -123,7 +123,6 @@ |
// Test showing search results, and uninstalling one of them while displayed. |
IN_PROC_BROWSER_TEST_F(AppListControllerSearchResultsBrowserTest, |
UninstallSearchResult) { |
- test::SigninProfile(browser()->profile()); |
base::FilePath test_extension_path; |
ASSERT_TRUE(PathService::Get(chrome::DIR_TEST_DATA, &test_extension_path)); |
test_extension_path = test_extension_path.AppendASCII("extensions") |