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 |