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

Unified Diff: content/shell/browser/layout_test/layout_test_push_messaging_service.h

Issue 1931843002: Ship Web Push subscription restrictions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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..502631bf0cc7174b8cb98e53cb6be1aedeec5d6b 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
@@ -25,7 +25,7 @@ class LayoutTestPushMessagingService : public PushMessagingService {
~LayoutTestPushMessagingService() override;
// PushMessagingService implementation:
- GURL GetPushEndpoint() override;
+ GURL GetEndpoint(bool standard_protocol) const override;
void SubscribeFromDocument(
const GURL& requesting_origin,
int64_t service_worker_registration_id,

Powered by Google App Engine
This is Rietveld 408576698