Index: content/browser/push_messaging/push_messaging_message_filter.h |
diff --git a/content/browser/push_messaging/push_messaging_message_filter.h b/content/browser/push_messaging/push_messaging_message_filter.h |
index 1e353355cf6a1f0d7ca9059b0b222fbbb97fceaa..db1936ded8788141323486af41cc5681a09abaa4 100644 |
--- a/content/browser/push_messaging/push_messaging_message_filter.h |
+++ b/content/browser/push_messaging/push_messaging_message_filter.h |
@@ -121,16 +121,11 @@ class PushMessagingMessageFilter : public BrowserMessageFilter { |
void OnGetSubscription(int request_id, |
int64_t service_worker_registration_id); |
- void DidGetSenderInfo(int request_id, |
- int64_t service_worker_registration_id, |
- const std::vector<std::string>& sender_info, |
- ServiceWorkerStatusCode status); |
- |
- void DidGetSubscription(int request_id, |
- int64_t service_worker_registration_id, |
- bool uses_standard_protocol, |
- const std::vector<std::string>& push_subscription_id, |
- ServiceWorkerStatusCode status); |
+ void DidGetSubscription( |
+ int request_id, |
+ int64_t service_worker_registration_id, |
+ const std::vector<std::string>& push_subscription_id_and_sender_info, |
+ ServiceWorkerStatusCode status); |
void DidGetSubscriptionKeys(int request_id, |
const GURL& endpoint, |