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

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, 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: 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 2b0a3b78f4c7d622c7dd3b9644ba0e7e47540bc9..4c141995772a49912b08ee5196e81c6887427c95 100644
--- a/chrome/browser/push_messaging/push_messaging_service_impl.h
+++ b/chrome/browser/push_messaging/push_messaging_service_impl.h
@@ -72,7 +72,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