Index: components/html_viewer/web_notification_manager_impl.cc |
diff --git a/components/html_viewer/web_notification_manager_impl.cc b/components/html_viewer/web_notification_manager_impl.cc |
index f160a6bc964f5e7c1a9f36758d869a54e5f19dad..f31c22278d00435ec30018f761cb5701d47ac81b 100644 |
--- a/components/html_viewer/web_notification_manager_impl.cc |
+++ b/components/html_viewer/web_notification_manager_impl.cc |
@@ -60,4 +60,9 @@ blink::WebNotificationPermission WebNotificationManagerImpl::checkPermission( |
return blink::WebNotificationPermission(); |
} |
+size_t WebNotificationManagerImpl::maxActions() { |
+ NOTIMPLEMENTED(); |
+ return 0; |
+} |
+ |
} // namespace html_viewer |