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

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

Issue 698543002: Signing out forces the lock bit to be removed. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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 | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/chrome_signin_client.cc
diff --git a/chrome/browser/signin/chrome_signin_client.cc b/chrome/browser/signin/chrome_signin_client.cc
index 6a9de6c4e9b71097f53771e24e1d20602bd7a6d3..e217760bbf500d0dbd01cf787b6b98a7a61d6e8f 100644
--- a/chrome/browser/signin/chrome_signin_client.cc
+++ b/chrome/browser/signin/chrome_signin_client.cc
@@ -168,6 +168,7 @@ void ChromeSigninClient::OnSignedOut() {
g_browser_process->profile_manager()->GetProfileInfoCache();
size_t index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
cache.SetLocalAuthCredentialsOfProfileAtIndex(index, std::string());
+ cache.SetProfileSigninRequiredAtIndex(index, false);
Roger Tawa OOO till Jul 10th 2014/10/31 20:43:55 Should calling SetLocalAuthCredentialsOfProfileAtI
}
net::URLRequestContextGetter* ChromeSigninClient::GetURLRequestContext() {
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698