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

Unified Diff: chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java

Issue 2202423003: Open downloads app when clicking on the downlaod notification of an unresolved type (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: reusing the DownloadManager codepath Created 4 years, 4 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/android/javatests/src/org/chromium/chrome/browser/download/DownloadNotificationServiceTest.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java
diff --git a/chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java b/chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java
index e88a219b00cb238def306fb6be9fed3f65afeff2..be96e3b13651e7072977f5190a63ae51d336ff53 100644
--- a/chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java
+++ b/chrome/android/javatests/src/org/chromium/chrome/browser/download/SystemDownloadNotifierTest.java
@@ -100,7 +100,7 @@ public class SystemDownloadNotifierTest extends InstrumentationTestCase {
mDownloadNotifier.notifyDownloadFailed(info);
assertTrue(mDownloadNotifier.mStarted);
- mDownloadNotifier.notifyDownloadSuccessful(info2, 100L, true, null);
+ mDownloadNotifier.notifyDownloadSuccessful(info2, 100L, true);
assertFalse(mDownloadNotifier.mStarted);
}
}
« no previous file with comments | « chrome/android/javatests/src/org/chromium/chrome/browser/download/DownloadNotificationServiceTest.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698