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

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

Issue 111033005: Support experiment control of profile-management flags. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: use ! instead of ^ to return desired state Created 6 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
« no previous file with comments | « no previous file | chrome/browser/signin/signin_promo.cc » ('j') | chrome/common/profile_management_switches.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/signin/signin_header_helper.cc
diff --git a/chrome/browser/signin/signin_header_helper.cc b/chrome/browser/signin/signin_header_helper.cc
index 4e7e9560cfb36f284918d484ed321c3eb56018b1..be6bcf41b65f59f22838ad9b34c788c346d3ca91 100644
--- a/chrome/browser/signin/signin_header_helper.cc
+++ b/chrome/browser/signin/signin_header_helper.cc
@@ -72,7 +72,7 @@ void AppendMirrorRequestHeaderIfPossible(
// available.
const GURL& url = redirect_url.is_empty() ? request->url() : redirect_url;
GURL origin(url.GetOrigin());
- bool is_gaia_origin = switches::IsEnableInlineSignin() &&
+ bool is_gaia_origin = !switches::IsEnableWebBasedSignin() &&
switches::IsNewProfileManagement() &&
gaia::IsGaiaSignonRealm(origin);
if (!is_gaia_origin && !IsDriveOrigin(origin))
« no previous file with comments | « no previous file | chrome/browser/signin/signin_promo.cc » ('j') | chrome/common/profile_management_switches.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698