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

Unified Diff: chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc

Issue 23496076: WIP - Refactor programmatic downloads Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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
Index: chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
diff --git a/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc b/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
index d102b0f9fbaa4ae08aa41245ac2a4a13f239d213..a847b0c91b6e8513ede826d763f9fcd0a461a2ee 100644
--- a/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
+++ b/chrome/browser/extensions/api/downloads/downloads_api_browsertest.cc
@@ -363,7 +363,7 @@ class DownloadExtensionTest : public ExtensionApiTest {
" \"previous\": \"in_progress\","
" \"current\": \"interrupted\"}}]",
item->GetId(),
- content::InterruptReasonDebugString(
+ content::DownloadInterruptReasonToString(
expected_error).c_str()));
}

Powered by Google App Engine
This is Rietveld 408576698