| Index: chrome/browser/chromeos/login/existing_user_controller.h
|
| diff --git a/chrome/browser/chromeos/login/existing_user_controller.h b/chrome/browser/chromeos/login/existing_user_controller.h
|
| index 0eb01b89eade16b911f5c5776b7896a3cdd45e4e..c7953818da793bff55b0476fc870e35ba8939b57 100644
|
| --- a/chrome/browser/chromeos/login/existing_user_controller.h
|
| +++ b/chrome/browser/chromeos/login/existing_user_controller.h
|
| @@ -38,7 +38,6 @@
|
| class BootstrapUserContextInitializer;
|
| class CrosSettings;
|
| class LoginDisplayHost;
|
| -class OAuth2TokenInitializer;
|
|
|
| namespace login {
|
| class NetworkStateHelper;
|
| @@ -239,9 +238,6 @@
|
| void OnBootstrapUserContextInitialized(bool success,
|
| const UserContext& user_context);
|
|
|
| - // Callback invoked when |oauth2_token_initializer_| has finished.
|
| - void OnOAuth2TokensFetched(bool success, const UserContext& user_context);
|
| -
|
| // Public session auto-login timer.
|
| scoped_ptr<base::OneShotTimer<ExistingUserController> > auto_login_timer_;
|
|
|
| @@ -329,8 +325,6 @@
|
| scoped_ptr<BootstrapUserContextInitializer>
|
| bootstrap_user_context_initializer_;
|
|
|
| - scoped_ptr<OAuth2TokenInitializer> oauth2_token_initializer_;
|
| -
|
| FRIEND_TEST_ALL_PREFIXES(ExistingUserControllerTest, ExistingUserLogin);
|
|
|
| // Factory of callbacks.
|
|
|