| 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 99439690da63a142a6ba286e577e4d60ebb55f20..33ba6e593af55b401fd9e3559373db162f382016 100644
|
| --- a/chrome/browser/notifications/notification_ui_manager_android.cc
|
| +++ b/chrome/browser/notifications/notification_ui_manager_android.cc
|
| @@ -239,6 +239,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);
|
| }
|
|
|