| Index: services/notifications/src/org/chromium/mojo/notifications/NotificationServiceImpl.java
|
| diff --git a/services/notifications/src/org/chromium/mojo/notifications/NotificationServiceImpl.java b/services/notifications/src/org/chromium/mojo/notifications/NotificationServiceImpl.java
|
| index 65347260dfaa9262fff7f2adcbd2be5c8f991d58..a9cc28b935db8fb8e1c1045685dacf7cbf4f4f98 100644
|
| --- a/services/notifications/src/org/chromium/mojo/notifications/NotificationServiceImpl.java
|
| +++ b/services/notifications/src/org/chromium/mojo/notifications/NotificationServiceImpl.java
|
| @@ -45,7 +45,7 @@ class NotificationServiceImpl implements NotificationService,
|
| mNotificationClientMap = new SparseArray<NotificationClient>();
|
| mNotificationManagerTag = toString();
|
| IntentReceiverManager intentReceiverManager = ShellHelper.connectToService(
|
| - core, shell, "mojo:android_handler", IntentReceiverManager.MANAGER);
|
| + core, shell, "mojo:intent_receiver", IntentReceiverManager.MANAGER);
|
| mNotificationBuilder = new NotificationBuilder(
|
| context, intentReceiverManager, notificationIconResourceId, this, this);
|
| mNextNotificationId = 1;
|
|
|