| Index: chrome/browser/ui/webui/downloads_ui.cc
|
| diff --git a/chrome/browser/ui/webui/downloads_ui.cc b/chrome/browser/ui/webui/downloads_ui.cc
|
| index 307ae63f8627c360439fab82cde4262c1c1dbd8f..bfa68c17f7cafc3b91c99131f02f410d151e0fbe 100644
|
| --- a/chrome/browser/ui/webui/downloads_ui.cc
|
| +++ b/chrome/browser/ui/webui/downloads_ui.cc
|
| @@ -74,6 +74,8 @@ void DownloadsUIHTMLSource::StartDataRequest(const std::string& path,
|
| // Status.
|
| localized_strings.SetString("status_cancelled",
|
| l10n_util::GetStringUTF16(IDS_DOWNLOAD_TAB_CANCELED));
|
| + localized_strings.SetString("status_removed",
|
| + l10n_util::GetStringUTF16(IDS_DOWNLOAD_FILE_REMOVED));
|
| localized_strings.SetString("status_paused",
|
| l10n_util::GetStringUTF16(IDS_DOWNLOAD_PROGRESS_PAUSED));
|
| localized_strings.SetString("status_interrupted",
|
|
|