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 d2db18a39c899cebd7c7846700bcaf006bc9b3ef..6c184b9cc84808da4c4d384b4649b9685debf70c 100644 |
--- a/content/browser/push_messaging/push_messaging_message_filter.h |
+++ b/content/browser/push_messaging/push_messaging_message_filter.h |
@@ -117,13 +117,6 @@ class PushMessagingMessageFilter : public BrowserMessageFilter { |
const std::string& push_subscription_id, |
ServiceWorkerStatusCode service_worker_status); |
- void UnsubscribeHavingGottenSenderId( |
- int request_id, |
- int64_t service_worker_registration_id, |
- const GURL& requesting_origin, |
- const std::string& sender_id, |
- ServiceWorkerStatusCode service_worker_status); |
- |
// Called via PostTask from UI thread. |
void ClearRegistrationData(int request_id, |
int64_t service_worker_registration_id, |