| Index: chrome/browser/ui/app_list/test/chrome_app_list_test_support.h
|
| ===================================================================
|
| --- chrome/browser/ui/app_list/test/chrome_app_list_test_support.h (revision 284629)
|
| +++ chrome/browser/ui/app_list/test/chrome_app_list_test_support.h (working copy)
|
| @@ -10,7 +10,6 @@
|
| }
|
|
|
| class AppListService;
|
| -class Profile;
|
|
|
| namespace test {
|
|
|
| @@ -20,9 +19,6 @@
|
| // Gets the app list service for the desktop type currently being tested.
|
| AppListService* GetAppListService();
|
|
|
| -// Simulate a Chrome sign-in for the given |profile|.
|
| -void SigninProfile(Profile* profile);
|
| -
|
| } // namespace test
|
|
|
| #endif // CHROME_BROWSER_UI_APP_LIST_TEST_CHROME_APP_LIST_TEST_SUPPORT_H_
|
|
|