| Index: chrome/browser/notifications/notification_ui_manager_android.cc
|
| diff --git a/chrome/browser/notifications/notification_ui_manager_android.cc b/chrome/browser/notifications/notification_ui_manager_android.cc
|
| index 4b2bda3d8537f3c079d99eed7dc7fdcdff298024..2bdb778e0f2c6bbcf7d0b10aa4bcb4e7bcf9f012 100644
|
| --- a/chrome/browser/notifications/notification_ui_manager_android.cc
|
| +++ b/chrome/browser/notifications/notification_ui_manager_android.cc
|
| @@ -269,6 +269,12 @@ void NotificationUIManagerAndroid::CancelAll() {
|
| NOTREACHED();
|
| }
|
|
|
| +// TODO(miguelg) Notifications in Android are actually native
|
| +// need to generalize this.
|
| +bool NotificationUIManagerAndroid::AcceptNativeNotifications() {
|
| + return false;
|
| +}
|
| +
|
| bool NotificationUIManagerAndroid::RegisterNotificationUIManager(JNIEnv* env) {
|
| return RegisterNativesImpl(env);
|
| }
|
|
|