Commit 938cd942 authored by mlerman@chromium.org's avatar mlerman@chromium.org

Display on signin-internals the status of account consistency.

BUG=326577

Review URL: https://codereview.chromium.org/340773004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@278220 0039d316-1c4b-4281-b951-d872f2087c98
parent 1a159657
......@@ -362,6 +362,8 @@ scoped_ptr<base::DictionaryValue> AboutSigninInternals::SigninStatus::ToValue(
CommandLine::ForCurrentProcess()->HasSwitch(switches::kNewAvatarMenu);
AddSectionEntry(basic_info, "New Avatar Menu Flag Set?",
new_avatar_menu_flag ? "True" : "False");
AddSectionEntry(basic_info, "Account Consistency Enabled?",
switches::IsEnableAccountConsistency() == true ? "True" : "False");
// Only add username. SID and LSID have moved to tokens section.
const std::string field =
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment