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

Unified Diff: chrome/browser/ui/webui/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: Rebased only 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.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/active_downloads_ui.cc
diff --git a/chrome/browser/ui/webui/active_downloads_ui.cc b/chrome/browser/ui/webui/active_downloads_ui.cc
index 26792ffec74619dd9f5a2a1ad7a4ffd4b6cb0dc8..42b1e990720f9603158509e3cf7b06d9c7387ae2 100644
--- a/chrome/browser/ui/webui/active_downloads_ui.cc
+++ b/chrome/browser/ui/webui/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.js ('k') | chrome/browser/ui/webui/downloads_ui.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698