| Index: chrome/browser/ui/webui/components_ui.cc
|
| diff --git a/chrome/browser/ui/webui/components_ui.cc b/chrome/browser/ui/webui/components_ui.cc
|
| index 581ca6fba1ddf2337dc040a29631627e8ec8a1ad..7eb610abf6cf211953e543b6bb961992d87f423e 100644
|
| --- a/chrome/browser/ui/webui/components_ui.cc
|
| +++ b/chrome/browser/ui/webui/components_ui.cc
|
| @@ -237,6 +237,7 @@ base::string16 ComponentsUI::ServiceStatusToString(
|
| return l10n_util::GetStringUTF16(IDS_COMPONENTS_SVC_STATUS_UPTODATE);
|
| case update_client::CrxUpdateItem::State::kNoUpdate:
|
| return l10n_util::GetStringUTF16(IDS_COMPONENTS_SVC_STATUS_NOUPDATE);
|
| + case update_client::CrxUpdateItem::State::kUninstalled: // Fall through.
|
| case update_client::CrxUpdateItem::State::kLastStatus:
|
| return l10n_util::GetStringUTF16(IDS_COMPONENTS_UNKNOWN);
|
| }
|
|
|