| Index: components/signin/core/common/profile_management_switches.h
|
| diff --git a/components/signin/core/common/profile_management_switches.h b/components/signin/core/common/profile_management_switches.h
|
| index 3d207dcd9f43f008e4ff16ea0813ea89641b5f7c..28d40603d844410a0dd90bf2cfd05601e218b172 100644
|
| --- a/components/signin/core/common/profile_management_switches.h
|
| +++ b/components/signin/core/common/profile_management_switches.h
|
| @@ -11,6 +11,9 @@
|
|
|
| namespace switches {
|
|
|
| +// Checks whether account consistency is enabled.
|
| +bool IsEnableAccountConsistency();
|
| +
|
| // Enables the web-based sign in flow on Chrome desktop.
|
| bool IsEnableWebBasedSignin();
|
|
|
|
|