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

Unified Diff: chrome/browser/history/history_unittest.cc

Issue 114193009: [Download] Return DownloadInterruptReason from OnStartedCallback (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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/extensions/webstore_installer.cc ('k') | chrome/browser/plugins/plugin_installer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/history/history_unittest.cc
diff --git a/chrome/browser/history/history_unittest.cc b/chrome/browser/history/history_unittest.cc
index a3140eb0b2872c2c30d24afcbb7e052c9935db55..b5bf88888b86a830f508fe086840d6b9af7fe11d 100644
--- a/chrome/browser/history/history_unittest.cc
+++ b/chrome/browser/history/history_unittest.cc
@@ -810,6 +810,7 @@ const InterruptReasonAssociation historical_reasons[] = {
{"NETWORK_TIMEOUT", 21},
{"NETWORK_DISCONNECTED", 22},
{"NETWORK_SERVER_DOWN", 23},
+ {"NETWORK_INVALID_REQUEST", 24},
{"SERVER_FAILED", 30},
{"SERVER_NO_RANGE", 31},
{"SERVER_PRECONDITION", 32},
« no previous file with comments | « chrome/browser/extensions/webstore_installer.cc ('k') | chrome/browser/plugins/plugin_installer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698