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

Unified Diff: content/child/notifications/notification_manager.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: content/child/notifications/notification_manager.h
diff --git a/content/child/notifications/notification_manager.h b/content/child/notifications/notification_manager.h
index e9741045ecb96f4b11c54e32f9ff8260911d9fb0..5aed100cd8901c9ec6e96cfc9f55906f646405a7 100644
--- a/content/child/notifications/notification_manager.h
+++ b/content/child/notifications/notification_manager.h
@@ -60,6 +60,7 @@ class NotificationManager : public blink::WebNotificationManager,
blink::WebNotificationDelegate* delegate);
virtual blink::WebNotificationPermission checkPermission(
const blink::WebSecurityOrigin& origin);
+ virtual size_t maxActions();
// Called by the NotificationDispatcher.
bool OnMessageReceived(const IPC::Message& message);

Powered by Google App Engine
This is Rietveld 408576698