| Index: chrome/browser/ui/webui/settings/profile_info_handler.cc
|
| diff --git a/chrome/browser/ui/webui/settings/profile_info_handler.cc b/chrome/browser/ui/webui/settings/profile_info_handler.cc
|
| index 97830eb81c931fa6556a7b4d727105fc4abc700a..220585d3972fa3af3abe612e74b6ca8526fa1af3 100644
|
| --- a/chrome/browser/ui/webui/settings/profile_info_handler.cc
|
| +++ b/chrome/browser/ui/webui/settings/profile_info_handler.cc
|
| @@ -140,11 +140,6 @@ void ProfileInfoHandler::PushProfileStatsCount(
|
| profiles::ProfileCategoryStats stats) {
|
| int count = 0;
|
| for (const auto& item : stats) {
|
| - std::unique_ptr<base::DictionaryValue> stat(new base::DictionaryValue);
|
| - if (!item.success) {
|
| - count = 0;
|
| - break;
|
| - }
|
| count += item.count;
|
| }
|
| // PushProfileStatsCount gets invoked multiple times as each stat becomes
|
|
|