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

Unified Diff: chrome/browser/ui/webui/chromeos/active_downloads_ui.cc

Issue 9621007: Add new danger type for uncommon or unknown downloads. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: " Created 8 years, 9 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
« no previous file with comments | « chrome/browser/resources/downloads/downloads.js ('k') | chrome/browser/ui/webui/downloads_ui.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
diff --git a/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc b/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
index dd172ff6995ab3a25a2a39c3be7901f92f051076..a1d73bab508cbc283df9f3a5413829d33303ed50 100644
--- a/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
+++ b/chrome/browser/ui/webui/chromeos/active_downloads_ui.cc
@@ -85,6 +85,8 @@ ChromeWebUIDataSource* CreateActiveDownloadsUIHTMLSource() {
source->AddLocalizedString("dangerousurl", IDS_PROMPT_MALICIOUS_DOWNLOAD_URL);
source->AddLocalizedString("dangerouscontent",
IDS_PROMPT_MALICIOUS_DOWNLOAD_CONTENT);
+ source->AddLocalizedString("uncommoncontent",
+ IDS_PROMPT_UNCOMMON_DOWNLOAD_CONTENT);
source->AddLocalizedString("cancel", IDS_DOWNLOAD_LINK_CANCEL);
source->AddLocalizedString("discard", IDS_DISCARD_DOWNLOAD);
source->AddLocalizedString("continue", IDS_CONTINUE_EXTENSION_DOWNLOAD);
« no previous file with comments | « chrome/browser/resources/downloads/downloads.js ('k') | chrome/browser/ui/webui/downloads_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698