| Index: chrome/browser/ui/webui/options/browser_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/browser_options_handler.cc b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| index 1d41103b095254c60b7d702939d4d816e45b7cba..ff649cd52deed6a22d9b4e0669fe35f89e7c7667 100644
|
| --- a/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/browser_options_handler.cc
|
| @@ -1389,8 +1389,7 @@ BrowserOptionsHandler::GetSyncStateDictionary() {
|
| sync_status->SetBoolean("hasError", status_has_error);
|
|
|
| sync_status->SetBoolean("managed", service && service->IsManaged());
|
| - sync_status->SetBoolean("signedIn",
|
| - !signin->GetAuthenticatedUsername().empty());
|
| + sync_status->SetBoolean("signedIn", signin->IsAuthenticated());
|
| sync_status->SetBoolean("hasUnrecoverableError",
|
| service && service->HasUnrecoverableError());
|
|
|
|
|