Chromium Code Reviews| 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 21542452e8aacdfa01c91b4fe96e7df494cf5f39..4252a489631f0ba5433dedf2c6de6c6543550294 100644 |
| --- a/components/signin/core/common/signin_switches.cc |
| +++ b/components/signin/core/common/signin_switches.cc |
| @@ -14,6 +14,9 @@ const char kClearTokenService[] = "clear-token-service"; |
| // settings page. |
| const char kEnableWebBasedSignin[] = "enable-web-based-signin"; |
|
Roger Tawa OOO till Jul 10th
2014/05/13 14:13:12
nit: not your change, but could you fix this align
Michael Courage
2014/05/13 17:02:06
Done.
|
| +// Enables multiple account versions of chrome.identity APIs. |
| +const char kExtensionsMultiAccount[] = "extensions-multi-account"; |
| + |
| // Allows displaying the list of existing profiles in the avatar bubble for |
| // fast switching between profiles. |
| const char kFastUserSwitching[] = "fast-user-switching"; |