Upstream version 9.37.195.0
[platform/framework/web/crosswalk.git] / src / chrome / browser / ui / app_list / test / chrome_app_list_test_support.cc
index 95157f2..34f6f83 100644 (file)
@@ -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 @@ AppListService* GetAppListService() {
   return AppListService::Get(chrome::GetActiveDesktop());
 }
 
-void SigninProfile(Profile* profile) {
-  SigninManagerFactory::GetForProfile(profile)->
-      SetAuthenticatedUsername("user@example.com");
-}
-
 }  // namespace test