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

Unified Diff: Source/modules/notifications/Notification.h

Issue 1280913002: Deliver action clicks to page notifications (blink) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@click_test
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: Source/modules/notifications/Notification.h
diff --git a/Source/modules/notifications/Notification.h b/Source/modules/notifications/Notification.h
index 31735bfc09638301e01ed1731ef34223e6263b7f..5d0c75304b11c4fb7ed38c5c99626673436be4d5 100644
--- a/Source/modules/notifications/Notification.h
+++ b/Source/modules/notifications/Notification.h
@@ -85,6 +85,7 @@ public:
// WebNotificationDelegate implementation.
void dispatchShowEvent() override;
void dispatchClickEvent() override;
+ void dispatchClickEvent(int actionIndex) override;
void dispatchErrorEvent() override;
void dispatchCloseEvent() override;

Powered by Google App Engine
This is Rietveld 408576698