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

Unified Diff: chrome/browser/signin/signin_manager.h

Issue 14029006: Properly handle user cancellation of signin. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/signin/signin_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_manager.h
diff --git a/chrome/browser/signin/signin_manager.h b/chrome/browser/signin/signin_manager.h
index 61ab8607941ca9caf28c38269cec65a190de9b9a..41a7a366019fbfc1425a62920eb0fe67faf521c4 100644
--- a/chrome/browser/signin/signin_manager.h
+++ b/chrome/browser/signin/signin_manager.h
@@ -308,6 +308,9 @@ class SigninManager : public GaiaAuthConsumer,
// credentials transfer and load policy.
void CompleteSigninForNewProfile(Profile* profile,
Profile::CreateStatus status);
+
+ // Cancels the in-progress signin for this profile.
+ void CancelSignin();
#endif // defined(ENABLE_CONFIGURATION_POLICY) && !defined(OS_CHROMEOS)
// Invoked once policy has been loaded to complete user signin.
« no previous file with comments | « no previous file | chrome/browser/signin/signin_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698