| 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.
|
|
|