commit | 972ac12cc395ee87443dca0e627d43ca8a4ec18b | [log] [tgz] |
---|---|---|
author | Valeriya Sinevich <[email protected]> | Wed Sep 05 07:33:19 2018 |
committer | Commit Bot <[email protected]> | Wed Sep 05 07:33:19 2018 |
tree | c055469f2f5a5a66481d47622320983679de82bd | |
parent | 77fb9999e4309c83ab816929a810a97dd9e036ac [diff] [blame] |
[Signin] Add flag for enabling Multilogin endpoint for AccountReconcilor. Change-Id: I32ea66dcd6d7466573c0ed143038d9edb241ac86 Reviewed-on: https://chromium-review.googlesource.com/1199763 Commit-Queue: Valeriya Sinevich <[email protected]> Reviewed-by: David Roger <[email protected]> Cr-Commit-Position: refs/heads/master@{#588786}
diff --git a/chrome/browser/flag_descriptions.cc b/chrome/browser/flag_descriptions.cc index a18a70d..6b5cc01 100644 --- a/chrome/browser/flag_descriptions.cc +++ b/chrome/browser/flag_descriptions.cc
@@ -1226,6 +1226,10 @@ "Enable support for using the native notification toasts and notification " "center on platforms where these are available."; +const char kUseMultiloginEndpointName[] = "Use Multilogin endpoint."; +const char kUseMultiloginEndpointDescription[] = + "Use Gaia OAuth multilogin for identity consistency."; + #if defined(OS_POSIX) const char kNtlmV2EnabledName[] = "Enable NTLMv2 Authentication"; const char kNtlmV2EnabledDescription[] =