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

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

Issue 872433006: Disconnect one click sign in code. The code itself will be removed in followup (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebased Created 5 years, 11 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
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 d3d2746e022943d0d0ff3a2b5c38cb838fe2619b..26ef372b8e6d63e08cfe5329a4b7579c1fb873c0 100644
--- a/chrome/browser/signin/chrome_signin_client.cc
+++ b/chrome/browser/signin/chrome_signin_client.cc
@@ -179,10 +179,7 @@ net::URLRequestContextGetter* ChromeSigninClient::GetURLRequestContext() {
}
bool ChromeSigninClient::ShouldMergeSigninCredentialsIntoCookieJar() {
- // If inline sign in is enabled, but account consistency is not, the user's
- // credentials should be merge into the cookie jar.
- return !switches::IsEnableWebBasedSignin() &&
- !switches::IsEnableAccountConsistency();
+ return !switches::IsEnableAccountConsistency();
}
std::string ChromeSigninClient::GetProductVersion() {

Powered by Google App Engine
This is Rietveld 408576698