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

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

Issue 2478173003: Lock profile before sign in when force sign in is enabled. (Closed)
Patch Set: anthonyvd's comments Created 4 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
Index: chrome/browser/signin/chrome_signin_client.h
diff --git a/chrome/browser/signin/chrome_signin_client.h b/chrome/browser/signin/chrome_signin_client.h
index a5fbd35f494f443e5cc1546fb6af1193ec485f33..40c857cf262d86b7ceb387849e4cdf6b0a8db3df 100644
--- a/chrome/browser/signin/chrome_signin_client.h
+++ b/chrome/browser/signin/chrome_signin_client.h
@@ -105,7 +105,7 @@ class ChromeSigninClient
protected:
virtual void ShowUserManager(const base::FilePath& profile_path);
- virtual void LockProfile(const base::FilePath& profile_path);
+ virtual void LockForceSigninProfile(const base::FilePath& profile_path);
private:
void MaybeFetchSigninTokenHandle();

Powered by Google App Engine
This is Rietveld 408576698