Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(17)

Unified Diff: components/signin/core/browser/about_signin_internals.cc

Issue 340773004: Display on signin-internals the status of account consistency. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/signin/core/browser/about_signin_internals.cc
diff --git a/components/signin/core/browser/about_signin_internals.cc b/components/signin/core/browser/about_signin_internals.cc
index 86b94e76414e447456871a52e748b8eb456b3699..d05f57cd0f27e70f7a5b8f7a3f30a54e76087ff0 100644
--- a/components/signin/core/browser/about_signin_internals.cc
+++ b/components/signin/core/browser/about_signin_internals.cc
@@ -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 =
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698