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

Unified Diff: chrome/app/generated_resources.grd

Issue 2832223004: interrupt and resume download with CONTENT_LENGTH_MISMATCH errors (Closed)
Patch Set: Created 3 years, 8 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/app/generated_resources.grd
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index 0918bf4598726cd6c7c4ec24ac27a56f9eefcbb6..b92b67ea1a511432f7a3c9d6969784eefb26f3b1 100644
--- a/chrome/app/generated_resources.grd
+++ b/chrome/app/generated_resources.grd
@@ -1384,6 +1384,14 @@ Subsequent notifications, windows and dialogs may be split between desktops.
desc="Download page message: The download was blocked due to security policy on this machine.">
Security settings on your computer blocked this file.
</message>
+ <message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_CONTENT_LENGTH_MISMATCH"
+ desc="Mismatch between content-length header and bytes received.">
+ Content length mismatch
+ </message>
+ <message name="IDS_DOWNLOAD_INTERRUPTED_DESCRIPTION_CONTENT_LENGTH_MISMATCH"
+ desc="Download page message: Reveived fewer bytes than the number in the content-length header.">
+ Received fewer bytes than the number in the content-length header.
+ </message>
<message name="IDS_DOWNLOAD_INTERRUPTED_STATUS_SECURITY_CHECK_FAILED"
desc="The security check performed on this download failed unexpectedly">
Virus scan failed
« no previous file with comments | « no previous file | chrome/browser/download/download_item_model.cc » ('j') | content/browser/download/download_item_impl.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698