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

Unified Diff: chrome/browser/download/notification/download_notification_browsertest.cc

Issue 1538933002: Enable download resumption by default. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Forgot ChromeOS Created 5 years 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/download/notification/download_notification_browsertest.cc
diff --git a/chrome/browser/download/notification/download_notification_browsertest.cc b/chrome/browser/download/notification/download_notification_browsertest.cc
index 7846aeaf878840c6cf6a1086b1f0dd4a75b12c04..a04323ec6e6d8524ee31d38ccdd0f21f30df46ed 100644
--- a/chrome/browser/download/notification/download_notification_browsertest.cc
+++ b/chrome/browser/download/notification/download_notification_browsertest.cc
@@ -668,7 +668,7 @@ IN_PROC_BROWSER_TEST_F(DownloadNotificationTest, InterruptDownload) {
// Installs observers before requesting.
NotificationUpdateObserver
download_notification_update_observer(notification_id());
- content::DownloadTestObserverTerminal download_terminal_observer(
+ content::DownloadTestObserverInterrupted download_terminal_observer(
GetDownloadManager(browser()),
1u, /* wait_count */
content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_FAIL);
@@ -722,7 +722,7 @@ IN_PROC_BROWSER_TEST_F(DownloadNotificationTest,
// Installs observers before requesting the completion.
NotificationAddObserver download_notification_add_observer;
- content::DownloadTestObserverTerminal download_terminal_observer(
+ content::DownloadTestObserverInterrupted download_terminal_observer(
download_manager,
1u, /* wait_count */
content::DownloadTestObserver::ON_DANGEROUS_DOWNLOAD_FAIL);

Powered by Google App Engine
This is Rietveld 408576698