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 e777c748a25d00b7b0895e99f200dcf0b8e9df25..16091cbaf62b274da64467efc4f5d14ff1cd7830 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 |
@@ -102,7 +102,7 @@ public class SystemDownloadNotifierTest extends InstrumentationTestCase { |
mDownloadNotifier.notifyDownloadFailed(info); |
assertTrue(mDownloadNotifier.mStarted); |
- mDownloadNotifier.notifyDownloadSuccessful(info2, 100L, true); |
+ mDownloadNotifier.notifyDownloadSuccessful(info2, 100L, true, false); |
assertFalse(mDownloadNotifier.mStarted); |
} |
} |