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

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

Issue 2757183002: Fix the download summary notification icons (Closed)
Patch Set: Created 3 years, 9 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/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 85a6c7786c872e1c8a22d066faae17c8e92fb20e..7ce595f7b5aeb50f49c0e0016124d5cf79ea0d8a 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();
}
}

Powered by Google App Engine
This is Rietveld 408576698