| 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 90a262c5b8a67561965f559d49972c800fa0cf05..c5f1469c98379c9b5136231582c9bf0013702853 100644
|
| --- a/chrome/browser/chromeos/login/login_utils.h
|
| +++ b/chrome/browser/chromeos/login/login_utils.h
|
| @@ -8,7 +8,6 @@
|
| #include <string>
|
|
|
| #include "base/memory/ref_counted.h"
|
| -#include "google_apis/gaia/gaia_auth_consumer.h"
|
|
|
| class CommandLine;
|
| class GURL;
|
| @@ -66,7 +65,6 @@ class LoginUtils {
|
| const std::string& username,
|
| const std::string& display_email,
|
| const std::string& password,
|
| - bool pending_requests,
|
| bool using_oauth,
|
| bool has_cookies,
|
| Delegate* delegate) = 0;
|
| @@ -101,15 +99,6 @@ class LoginUtils {
|
| // Restores authentication session after crash.
|
| virtual void RestoreAuthenticationSession(Profile* profile) = 0;
|
|
|
| - // Starts process of fetching OAuth2 tokens (based on OAuth1 tokens found
|
| - // 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;
|
|
|
|
|