| Index: chrome/browser/chromeos/login/login_utils.h
|
| diff --git a/chrome/browser/chromeos/login/login_utils.h b/chrome/browser/chromeos/login/login_utils.h
|
| index 2e3300a7937472201bba59b8503170aa2d483c5b..8b3a63132bee433f8244dacfd246ecc896bd7123 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.h
|
| +++ b/chrome/browser/chromeos/login/login_utils.h
|
| @@ -109,11 +109,6 @@ class LoginUtils {
|
| // in |user_profile|) and kicks off internal services that depend on them.
|
| virtual void StartTokenServices(Profile* user_profile) = 0;
|
|
|
| - // Supply credentials for sync and others to use.
|
| - virtual void StartSignedInServices(
|
| - Profile* profile,
|
| - const GaiaAuthConsumer::ClientLoginResult& credentials) = 0;
|
| -
|
| // Stops background fetchers.
|
| virtual void StopBackgroundFetchers() = 0;
|
|
|
|
|