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

Unified Diff: content/public/browser/notification_event_dispatcher.h

Issue 1269923003: Plumb notification action index for desktop SW notificationclick (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@actions
Patch Set: 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/public/browser/notification_event_dispatcher.h
diff --git a/content/public/browser/notification_event_dispatcher.h b/content/public/browser/notification_event_dispatcher.h
index 4509bacf246003defe0fb2d4ad2a91c51358c7a9..bb3df945e2364e89cf3eb712087fe24ffe35b635 100644
--- a/content/public/browser/notification_event_dispatcher.h
+++ b/content/public/browser/notification_event_dispatcher.h
@@ -37,6 +37,7 @@ class CONTENT_EXPORT NotificationEventDispatcher {
BrowserContext* browser_context,
int64_t persistent_notification_id,
const GURL& origin,
+ int action_index,
const NotificationClickDispatchCompleteCallback&
dispatch_complete_callback) = 0;

Powered by Google App Engine
This is Rietveld 408576698