| Index: chrome/android/java/src/org/chromium/chrome/browser/download/SystemDownloadNotifier.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/download/SystemDownloadNotifier.java b/chrome/android/java/src/org/chromium/chrome/browser/download/SystemDownloadNotifier.java
|
| index 8c5aee90eedf932e5c7cc33fa519a180215b750f..108435aa619931d60450b1a5c060f88c613a270f 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/download/SystemDownloadNotifier.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/download/SystemDownloadNotifier.java
|
| @@ -301,7 +301,7 @@ public class SystemDownloadNotifier implements DownloadNotifier, Observer {
|
|
|
| // Don't need to expose the notification id to ignore. Cancel will automatically call this
|
| // method as well and pass it in.
|
| - if (mBoundService != null) mBoundService.hideSummaryNotificationIfNecessary(null);
|
| + if (mBoundService != null) mBoundService.hideSummaryNotificationIfNecessary(-1);
|
| if (autoRelease) unbindServiceIfNeeded();
|
| }
|
| }
|
|
|