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

Unified Diff: chrome/browser/ui/app_list/test/chrome_app_list_test_support.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
« no previous file with comments | « chrome/browser/ui/app_list/test/chrome_app_list_test_support.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc
===================================================================
--- chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc (revision 284629)
+++ chrome/browser/ui/app_list/test/chrome_app_list_test_support.cc (working copy)
@@ -4,11 +4,9 @@
#include "chrome/browser/ui/app_list/test/chrome_app_list_test_support.h"
-#include "chrome/browser/signin/signin_manager_factory.h"
#include "chrome/browser/ui/app_list/app_list_service.h"
#include "chrome/browser/ui/app_list/app_list_syncable_service.h"
#include "chrome/browser/ui/app_list/app_list_syncable_service_factory.h"
-#include "components/signin/core/browser/signin_manager.h"
namespace test {
@@ -22,9 +20,4 @@
return AppListService::Get(chrome::GetActiveDesktop());
}
-void SigninProfile(Profile* profile) {
- SigninManagerFactory::GetForProfile(profile)->
- SetAuthenticatedUsername("user@example.com");
-}
-
} // namespace test
« no previous file with comments | « chrome/browser/ui/app_list/test/chrome_app_list_test_support.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698