| Index: chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java
|
| diff --git a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java
|
| index 8202494e484dbdb256bb499f3a9bc6a7aa4a0c31..4b3eed1e42f5228c0b6222a9cef9abfbfe85c03f 100644
|
| --- a/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java
|
| +++ b/chrome/android/java/src/org/chromium/chrome/browser/notifications/NotificationService.java
|
| @@ -51,7 +51,7 @@ public class NotificationService extends IntentService {
|
| */
|
| @Override
|
| public void onHandleIntent(final Intent intent) {
|
| - if (!intent.hasExtra(NotificationConstants.EXTRA_PERSISTENT_NOTIFICATION_ID)
|
| + if (!intent.hasExtra(NotificationConstants.EXTRA_NOTIFICATION_ID)
|
| || !intent.hasExtra(NotificationConstants.EXTRA_NOTIFICATION_INFO_ORIGIN)
|
| || !intent.hasExtra(NotificationConstants.EXTRA_NOTIFICATION_INFO_TAG)) {
|
| return;
|
|
|