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

Unified Diff: chrome/browser/notifications/platform_notification_service_impl.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: chrome/browser/notifications/platform_notification_service_impl.h
diff --git a/chrome/browser/notifications/platform_notification_service_impl.h b/chrome/browser/notifications/platform_notification_service_impl.h
index adfff80092c9a4dac70d8c2be7662349722c7783..b8aa58093ca7663c70ddcdf81f0a9ca7db12a82b 100644
--- a/chrome/browser/notifications/platform_notification_service_impl.h
+++ b/chrome/browser/notifications/platform_notification_service_impl.h
@@ -40,7 +40,8 @@ class PlatformNotificationServiceImpl
void OnPersistentNotificationClick(
content::BrowserContext* browser_context,
int64_t persistent_notification_id,
- const GURL& origin) const;
+ const GURL& origin,
+ int action_index) const;
// To be called when a persistent notification has been closed. The data
// associated with the notification has to be pruned from the database in this

Powered by Google App Engine
This is Rietveld 408576698