Commit 43339280 authored by dfalcantara's avatar dfalcantara Committed by Commit bot

[Downloads] Re-add notification namespace

The namespace accidentally got removed while experimenting with a fix for
notification grouping.

BUG=678694

Review-Url: https://codereview.chromium.org/2619643002
Cr-Commit-Position: refs/heads/master@{#442070}
parent 4ff362d2
...@@ -753,7 +753,7 @@ public class DownloadNotificationService extends Service { ...@@ -753,7 +753,7 @@ public class DownloadNotificationService extends Service {
*/ */
@VisibleForTesting @VisibleForTesting
void updateNotification(int id, Notification notification) { void updateNotification(int id, Notification notification) {
mNotificationManager.notify(id, notification); mNotificationManager.notify(NOTIFICATION_NAMESPACE, id, notification);
} }
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment