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

Unified Diff: content/browser/push_messaging/push_messaging_message_filter.h

Issue 1851423003: Make Web Push use InstanceID tokens instead of GCM registrations (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@iid4default
Patch Set: Address review comments, and rewrite following rebase (e.g. no longer depends on NestedMessagePumpA… Created 4 years, 8 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: 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 77548ea0cb7ac3f1adf2c7ac16edf946eec95683..50f11cc8700b8d4e0463b7b0023ada967d5aa2ac 100644
--- a/content/browser/push_messaging/push_messaging_message_filter.h
+++ b/content/browser/push_messaging/push_messaging_message_filter.h
@@ -118,13 +118,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,

Powered by Google App Engine
This is Rietveld 408576698