Index: components/html_viewer/web_notification_manager_impl.h |
diff --git a/components/html_viewer/web_notification_manager_impl.h b/components/html_viewer/web_notification_manager_impl.h |
index ec7f43799bc318309a7a8e3a1535556b02cd5dde..3d1a6fc4f270d80f39b100eedd4784bca9d5bfc6 100644 |
--- a/components/html_viewer/web_notification_manager_impl.h |
+++ b/components/html_viewer/web_notification_manager_impl.h |
@@ -40,6 +40,7 @@ class WebNotificationManagerImpl : public blink::WebNotificationManager { |
virtual void notifyDelegateDestroyed(blink::WebNotificationDelegate*); |
virtual blink::WebNotificationPermission checkPermission( |
const blink::WebSecurityOrigin&); |
+ virtual size_t maxActions(); |
private: |
DISALLOW_COPY_AND_ASSIGN(WebNotificationManagerImpl); |