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

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

Issue 24473002: Made session restore block about:flags driven browser restart. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 7 years, 3 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 | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/chromeos/login/oauth2_login_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/chromeos/login/oauth2_login_manager.h
diff --git a/chrome/browser/chromeos/login/oauth2_login_manager.h b/chrome/browser/chromeos/login/oauth2_login_manager.h
index d0a4ae3869af2e50f8f7b869e635eae6753ef2fd..532f76ec7338d4ac5eedbfc68e31fe8e529c1633 100644
--- a/chrome/browser/chromeos/login/oauth2_login_manager.h
+++ b/chrome/browser/chromeos/login/oauth2_login_manager.h
@@ -64,6 +64,10 @@ class OAuth2LoginManager : public BrowserContextKeyedService,
// Raised when merge session state changes.
virtual void OnSessionRestoreStateChanged(Profile* user_profile,
SessionRestoreState state) {}
+
+ // Raised when a new OAuth2 refresh token is avaialble.
+ virtual void OnNewRefreshTokenAvaiable(Profile* user_profile) {}
+
// Raised when session's GAIA credentials (SID+LSID) are available to
// other signed in services.
virtual void OnSessionAuthenticated(Profile* user_profile) {}
« no previous file with comments | « chrome/browser/chromeos/login/login_utils.cc ('k') | chrome/browser/chromeos/login/oauth2_login_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698