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