Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(8494)

Unified Diff: chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc

Issue 405353003: Merge 278990 "Put back sign in / sign out / new user handling in..." (Closed) Base URL: svn://svn.chromium.org/chrome/branches/2062/src/
Patch Set: Created 6 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc
===================================================================
--- chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc (revision 284629)
+++ chrome/browser/ui/app_list/app_list_service_interactive_uitest.cc (working copy)
@@ -91,8 +91,6 @@
IN_PROC_BROWSER_TEST_F(AppListServiceInteractiveTest,
MAYBE_SwitchAppListProfiles) {
InitSecondProfile();
- test::SigninProfile(browser()->profile());
- test::SigninProfile(profile2_);
AppListService* service = test::GetAppListService();
ASSERT_TRUE(service);
@@ -127,8 +125,6 @@
IN_PROC_BROWSER_TEST_F(AppListServiceInteractiveTest,
MAYBE_SwitchAppListProfilesDuringSearch) {
InitSecondProfile();
- test::SigninProfile(browser()->profile());
- test::SigninProfile(profile2_);
AppListService* service = test::GetAppListService();
ASSERT_TRUE(service);

Powered by Google App Engine
This is Rietveld 408576698