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

Unified Diff: content/shell/browser/layout_test/layout_test_push_messaging_service.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: Fix GN/GYP 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/shell/browser/layout_test/layout_test_push_messaging_service.h
diff --git a/content/shell/browser/layout_test/layout_test_push_messaging_service.h b/content/shell/browser/layout_test/layout_test_push_messaging_service.h
index 5e5a7a481cb4ff43c9a1243f8d8de7b6a8d8a1e7..8d7d002526b105b2d11212f44a747f98dd8a3cc0 100644
--- a/content/shell/browser/layout_test/layout_test_push_messaging_service.h
+++ b/content/shell/browser/layout_test/layout_test_push_messaging_service.h
@@ -48,7 +48,6 @@ class LayoutTestPushMessagingService : public PushMessagingService {
bool SupportNonVisibleMessages() override;
void Unsubscribe(const GURL& requesting_origin,
int64_t service_worker_registration_id,
- const std::string& sender_id,
const UnregisterCallback& callback) override;
private:

Powered by Google App Engine
This is Rietveld 408576698