Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2038)

Unified Diff: chrome/browser/chromeos/login/existing_user_controller.h

Issue 1102863002: Revert of Fetch OAuth2 tokens prior to profile creation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « no previous file | chrome/browser/chromeos/login/existing_user_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698