| 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 f4fa43993b7c404f900cc0a2ae803386c9dbcabc..3d207dcd9f43f008e4ff16ea0813ea89641b5f7c 100644
|
| --- a/components/signin/core/common/profile_management_switches.h
|
| +++ b/components/signin/core/common/profile_management_switches.h
|
| @@ -14,6 +14,9 @@ namespace switches {
|
| // Enables the web-based sign in flow on Chrome desktop.
|
| bool IsEnableWebBasedSignin();
|
|
|
| +// Whether the chrome.identity API should be multi-account.
|
| +bool IsExtensionsMultiAccount();
|
| +
|
| // Checks whether the flag for fast user switching is enabled.
|
| bool IsFastUserSwitching();
|
|
|
|
|