Commit 13eb680b authored by David Roger's avatar David Roger Committed by Commit Bot

[signin][ChromeOS] Show the basic section in about:signin-internals

This was broken by:
https://codereview.chromium.org/2889163002/diff/60001/components/signin/core/browser/about_signin_internals.cc
I think this was not intended.

See screenshot on the bug.

Fixed: 1126375
Change-Id: I782a36cb24f800368faced31548368d44491c7cb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2400619Reviewed-by: default avatarKush Sinha <sinhak@chromium.org>
Commit-Queue: David Roger <droger@chromium.org>
Cr-Commit-Position: refs/heads/master@{#807044}
parent 58fb7c52
......@@ -674,7 +674,6 @@ AboutSigninInternals::SigninStatus::ToValue(
// Time and status information of the possible sign in types.
base::ListValue* detailed_info =
AddSection(signin_info.get(), "Last Signin Details");
signin_status->Set("signin_info", std::move(signin_info));
for (signin_internals_util::TimedSigninStatusField i =
signin_internals_util::TIMED_FIELDS_BEGIN;
i < signin_internals_util::TIMED_FIELDS_END; ++i) {
......@@ -709,8 +708,8 @@ AboutSigninInternals::SigninStatus::ToValue(
AddSectionEntry(detailed_info, "Token Service Next Retry",
base::TimeToISO8601(next_retry_time), "");
}
#endif // !defined(OS_CHROMEOS)
signin_status->Set("signin_info", std::move(signin_info));
// Token information for all services.
auto token_info = std::make_unique<base::ListValue>();
......
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