| 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 33f37f3334f895c6bc238df647d3f4cf7bc20f57..e3ee185c163d1a0b2f7b55397d566a1cb8f0dbf9 100644
|
| --- a/chrome/browser/notifications/notification_ui_manager_android.h
|
| +++ b/chrome/browser/notifications/notification_ui_manager_android.h
|
| @@ -62,6 +62,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);
|
|
|
|
|