Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1350)

Unified Diff: components/html_viewer/web_notification_manager_impl.h

Issue 1267673003: Plumb Blink notification actions to button UI on desktop (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix size_t Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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);

Powered by Google App Engine
This is Rietveld 408576698