| 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,
|
|
|