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

Unified Diff: content/public/browser/push_messaging_service.h

Issue 914693002: Push API: Fix unsubscribing from GCM on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Now compiles and passes tests (and uses CHECK_EQ) Created 5 years, 10 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/public/browser/push_messaging_service.h
diff --git a/content/public/browser/push_messaging_service.h b/content/public/browser/push_messaging_service.h
index 44daa7c7145d0e39322c5a594a6433a806664555..226ceaa0c76f6e972cf25962f2216b980f989f52 100644
--- a/content/public/browser/push_messaging_service.h
+++ b/content/public/browser/push_messaging_service.h
@@ -77,6 +77,7 @@ class CONTENT_EXPORT PushMessagingService {
// the push service.
virtual void Unregister(const GURL& requesting_origin,
int64 service_worker_registration_id,
+ const std::string& sender_id,
const UnregisterCallback& callback) = 0;
// Checks the permission status for the requesting origin. Permission is only

Powered by Google App Engine
This is Rietveld 408576698