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

Unified Diff: content/browser/notifications/page_notification_delegate.h

Issue 1275743003: Deliver action clicks to page notifications (chromium) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.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: content/browser/notifications/page_notification_delegate.h
diff --git a/content/browser/notifications/page_notification_delegate.h b/content/browser/notifications/page_notification_delegate.h
index fd45f9152bc25b5e20eb3cab6c53afa77ab71a05..1d9413221b6ddae42c6388c20b52af1530a7d4c7 100644
--- a/content/browser/notifications/page_notification_delegate.h
+++ b/content/browser/notifications/page_notification_delegate.h
@@ -20,7 +20,7 @@ class PageNotificationDelegate : public DesktopNotificationDelegate {
// DesktopNotificationDelegate implementation.
void NotificationDisplayed() override;
void NotificationClosed() override;
- void NotificationClick() override;
+ void NotificationClick(int action_index) override;
private:
int render_process_id_;

Powered by Google App Engine
This is Rietveld 408576698