Index: content/browser/notifications/notification_message_filter.h |
diff --git a/content/browser/notifications/notification_message_filter.h b/content/browser/notifications/notification_message_filter.h |
index a22ab49fa318b1bf5c2244dfdcf82fdc8ceacf4e..3afc62859c73bdff2161a20be28eb118a4888259 100644 |
--- a/content/browser/notifications/notification_message_filter.h |
+++ b/content/browser/notifications/notification_message_filter.h |
@@ -55,6 +55,7 @@ class NotificationMessageFilter : public BrowserMessageFilter { |
const PlatformNotificationData& notification_data); |
void OnClosePlatformNotification(int notification_id); |
void OnClosePersistentNotification( |
+ const GURL& origin, |
const std::string& persistent_notification_id); |
// Verifies that Web Notification permission has been granted for |origin| in |