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

Unified Diff: chrome/app/chromium_strings.grd

Issue 2314903003: Improve download recovery flow: (Closed)
Patch Set: address final nits Created 4 years, 3 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 | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/app/chromium_strings.grd
diff --git a/chrome/app/chromium_strings.grd b/chrome/app/chromium_strings.grd
index 925b598cdbae91ebd16c3d977c34657056b2e28c..7820246dd6889e4fb0ddafdd99a0ac81c62ef8c4 100644
--- a/chrome/app/chromium_strings.grd
+++ b/chrome/app/chromium_strings.grd
@@ -556,6 +556,14 @@ Chromium is unable to recover your settings.
desc="Message shown to the user to validate the download when the download content is classified to lead to malware by safebrowsing.">
<ph name="FILE_NAME">$1<ex>malware.exe</ex></ph> is malicious, and Chromium has blocked it.
</message>
+ <message name="IDS_BLOCK_REASON_DANGEROUS_DOWNLOAD"
+ desc="Message shown to the user on chrome://downloads page to explain that this download is blocked because it is malware.">
+ This file is dangerous, so Chromium has blocked it.
+ </message>
+ <message name="IDS_BLOCK_REASON_UNWANTED_DOWNLOAD"
+ desc="Message shown to the user on chrome://downloads page to explain that this download is blocked because it is unwanted sofware.">
+ This file may be dangerous, so Chromium has blocked it.
+ </message>
<!-- Remove in-progress downloads confirmation dialog -->
<message name="IDS_DOWNLOAD_REMOVE_CONFIRM_EXPLANATION" desc="Explanation of the dialog asking for user confirmation to close the browser when one or more downloads are in progress. [ICU Syntax]">
« no previous file with comments | « no previous file | chrome/app/generated_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698