| Index: chrome/browser/notifications/notification_ui_manager_android.h
|
| diff --git a/chrome/browser/notifications/notification_ui_manager_android.h b/chrome/browser/notifications/notification_ui_manager_android.h
|
| index 523b58ee8f1c346941f14addb4383ced7b7dc8f5..8d1fc92e865c6eef90f1c3c2e3a373fce1f5ec1a 100644
|
| --- a/chrome/browser/notifications/notification_ui_manager_android.h
|
| +++ b/chrome/browser/notifications/notification_ui_manager_android.h
|
| @@ -68,6 +68,7 @@ class NotificationUIManagerAndroid : public NotificationUIManager {
|
| bool CancelAllBySourceOrigin(const GURL& source_origin) override;
|
| bool CancelAllByProfile(ProfileID profile_id) override;
|
| void CancelAll() override;
|
| + bool AcceptNativeNotifications() override;
|
|
|
| static bool RegisterNotificationUIManager(JNIEnv* env);
|
|
|
|
|