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

Unified Diff: components/signin/core/common/signin_switches.cc

Issue 2946693002: Use GN buildflags and features to configure account consistency (Closed)
Patch Set: fix Created 3 years, 6 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 | « components/signin/core/common/signin_switches.h ('k') | components/signin/features.gni » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/common/signin_switches.cc
diff --git a/components/signin/core/common/signin_switches.cc b/components/signin/core/common/signin_switches.cc
index 1ed36864cad4dbee60e1d3b74c2b4bda6b61dfb9..5ef25b778b3cefdc2a1d9ea42b21618ba81fb1bb 100644
--- a/components/signin/core/common/signin_switches.cc
+++ b/components/signin/core/common/signin_switches.cc
@@ -16,7 +16,7 @@ const char kDisableSigninPromo[] = "disable-signin-promo";
// Disables sending signin scoped device id to LSO with refresh token request.
const char kDisableSigninScopedDeviceId[] = "disable-signin-scoped-device-id";
-#if !defined(OS_ANDROID) && !defined(OS_IOS)
+#if !BUILDFLAG(ENABLE_MIRROR)
// Command line flag for enabling account consistency. Default mode is disabled.
// Mirror is a legacy mode in which Google accounts are always addded to Chrome,
// and Chrome then adds them to the Google authentication cookies.
« no previous file with comments | « components/signin/core/common/signin_switches.h ('k') | components/signin/features.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698