| Index: components/signin/core/common/profile_management_switches.cc
|
| diff --git a/components/signin/core/common/profile_management_switches.cc b/components/signin/core/common/profile_management_switches.cc
|
| index 33cac231a2a4eaaec404abf98502770ed9a0fa3a..ad3303d8be1d4df84147a30fd157c3f5c544172d 100644
|
| --- a/components/signin/core/common/profile_management_switches.cc
|
| +++ b/components/signin/core/common/profile_management_switches.cc
|
| @@ -32,6 +32,10 @@ bool IsAccountConsistencyMirrorEnabled() {
|
| return GetAccountConsistencyMethod() == AccountConsistencyMethod::kMirror;
|
| }
|
|
|
| +bool IsAccountConsistencyDiceEnabled() {
|
| + return GetAccountConsistencyMethod() == AccountConsistencyMethod::kDice;
|
| +}
|
| +
|
| bool IsExtensionsMultiAccount() {
|
| #if defined(OS_ANDROID) || defined(OS_IOS)
|
| NOTREACHED() << "Extensions are not enabled on Android or iOS";
|
|
|