Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1367)

Unified Diff: chrome/browser/ui/webui/downloads_ui.cc

Issue 7398026: Added a link to the downloads tab that opens the downloads folder. (Closed) Base URL: http://git.chromium.org/git/chromium.git@trunk
Patch Set: Added a period at the end of a comment. Created 9 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0edc0c82ec33a2026bfa3ea72045b37dc68c70d7..e130a5c9ec80cfce0aff4b7a9e916dddf31d844c 100644
--- a/chrome/browser/ui/webui/downloads_ui.cc
+++ b/chrome/browser/ui/webui/downloads_ui.cc
@@ -36,6 +36,8 @@ ChromeWebUIDataSource *CreateDownloadsUIHTMLSource() {
source->AddLocalizedString("searchresultsfor", IDS_DOWNLOAD_SEARCHRESULTSFOR);
source->AddLocalizedString("downloads", IDS_DOWNLOAD_TITLE);
source->AddLocalizedString("clear_all", IDS_DOWNLOAD_LINK_CLEAR_ALL);
+ source->AddLocalizedString("open_downloads_folder",
+ IDS_DOWNLOAD_LINK_OPEN_DOWNLOADS_FOLDER);
// Status.
source->AddLocalizedString("status_cancelled", IDS_DOWNLOAD_TAB_CANCELED);
« chrome/browser/resources/downloads.html ('K') | « chrome/browser/ui/webui/downloads_dom_handler.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698