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