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

Unified Diff: chrome/browser/push_messaging/push_messaging_service_impl.h

Issue 1931843002: Ship Web Push subscription restrictions (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 7 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: chrome/browser/push_messaging/push_messaging_service_impl.h
diff --git a/chrome/browser/push_messaging/push_messaging_service_impl.h b/chrome/browser/push_messaging/push_messaging_service_impl.h
index c0da586054e3999aa6d667ab2c86817ee29b7753..483e9a96138905a2a8a9e674d7096bb4ec6f12ec 100644
--- a/chrome/browser/push_messaging/push_messaging_service_impl.h
+++ b/chrome/browser/push_messaging/push_messaging_service_impl.h
@@ -73,7 +73,7 @@ class PushMessagingServiceImpl : public content::PushMessagingService,
bool CanHandle(const std::string& app_id) const override;
// content::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