| 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 cb0f1571ccac184347a35f5e568102c187655565..ae867697343e99172962a066bb439e43289a3f89 100644
|
| --- a/chrome/browser/ui/webui/downloads_ui.cc
|
| +++ b/chrome/browser/ui/webui/downloads_ui.cc
|
| @@ -47,6 +47,11 @@ content::WebUIDataSource* CreateDownloadsUIHTMLSource(Profile* profile) {
|
| source->AddLocalizedString("open_downloads_folder",
|
| IDS_DOWNLOAD_LINK_OPEN_DOWNLOADS_FOLDER);
|
|
|
| + // No results/downloads messages that show instead of the downloads list.
|
| + source->AddLocalizedString("no_downloads", IDS_DOWNLOAD_NO_DOWNLOADS);
|
| + source->AddLocalizedString("no_search_results",
|
| + IDS_DOWNLOAD_NO_SEARCH_RESULTS);
|
| +
|
| // Status.
|
| source->AddLocalizedString("status_cancelled", IDS_DOWNLOAD_TAB_CANCELLED);
|
| source->AddLocalizedString("status_removed", IDS_DOWNLOAD_FILE_REMOVED);
|
|
|