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

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

Issue 11038063: Support chrome_to_mobile job receiving Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix format Created 8 years, 1 month 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/signin/oauth2_token_service_factory.cc ('k') | chrome/browser/signin/signin_manager_fake.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_manager.cc
diff --git a/chrome/browser/signin/signin_manager.cc b/chrome/browser/signin/signin_manager.cc
index b6ac90f6eb0922c25601cc760a94fd0fcd6671c0..8d107eca1c8ce9c47fddffe4c4f189c36bbeefaa 100644
--- a/chrome/browser/signin/signin_manager.cc
+++ b/chrome/browser/signin/signin_manager.cc
@@ -352,6 +352,10 @@ void SigninManager::SignOut() {
// clean up any incomplete previous signin attempts.
return;
}
+ content::NotificationService::current()->Notify(
+ chrome::NOTIFICATION_GOOGLE_WILL_SIGN_OUT,
+ content::Source<Profile>(profile_),
+ content::NotificationService::NoDetails());
ClearTransientSigninData();
authenticated_username_.clear();
« no previous file with comments | « chrome/browser/signin/oauth2_token_service_factory.cc ('k') | chrome/browser/signin/signin_manager_fake.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698