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

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: Rebase Created 4 years, 3 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 502631bf0cc7174b8cb98e53cb6be1aedeec5d6b..6835362755c7299adc4fde38eb6a6dfe3fe6cad7 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
@@ -41,6 +41,7 @@ class LayoutTestPushMessagingService : public PushMessagingService {
void GetEncryptionInfo(
const GURL& origin,
int64_t service_worker_registration_id,
+ const std::string& sender_id,
const PushMessagingService::EncryptionInfoCallback& callback) override;
blink::WebPushPermissionStatus GetPermissionStatus(const GURL& origin,
bool user_visible)

Powered by Google App Engine
This is Rietveld 408576698