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

Unified Diff: components/history/content/browser/content_history_backend_db_unittest.cc

Issue 2832223004: interrupt and resume download with CONTENT_LENGTH_MISMATCH errors (Closed)
Patch Set: fix tests 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: components/history/content/browser/content_history_backend_db_unittest.cc
diff --git a/components/history/content/browser/content_history_backend_db_unittest.cc b/components/history/content/browser/content_history_backend_db_unittest.cc
index 790491ecafdcd0502441e1558a26625a553430f7..f364b846fc50eea6aac7b6893be1e66408c02e63 100644
--- a/components/history/content/browser/content_history_backend_db_unittest.cc
+++ b/components/history/content/browser/content_history_backend_db_unittest.cc
@@ -76,6 +76,7 @@ const InterruptReasonAssociation historical_reasons[] = {
{"SERVER_CERT_PROBLEM", 35},
{"SERVER_FORBIDDEN", 36},
{"SERVER_UNREACHABLE", 37},
+ {"SERVER_CONTENT_LENGTH_MISMATCH", 38},
{"USER_CANCELED", 40},
{"USER_SHUTDOWN", 41},
{"CRASH", 50},
« no previous file with comments | « chrome/common/extensions/api/downloads.idl ('k') | content/browser/download/download_interrupt_reasons_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698