| Index: content/shell/browser/layout_test/layout_test_push_messaging_service.cc
|
| diff --git a/content/shell/browser/layout_test/layout_test_push_messaging_service.cc b/content/shell/browser/layout_test/layout_test_push_messaging_service.cc
|
| index c191ffd5937a5983948291780c642e787d156000..0d3612cd93ec29905db7b7b4a1f6b36f649d3acc 100644
|
| --- a/content/shell/browser/layout_test/layout_test_push_messaging_service.cc
|
| +++ b/content/shell/browser/layout_test/layout_test_push_messaging_service.cc
|
| @@ -61,8 +61,8 @@ LayoutTestPushMessagingService::LayoutTestPushMessagingService() {
|
| LayoutTestPushMessagingService::~LayoutTestPushMessagingService() {
|
| }
|
|
|
| -GURL LayoutTestPushMessagingService::GetPushEndpoint() {
|
| - return GURL("https://example.com/LayoutTestEndpoint");
|
| +GURL LayoutTestPushMessagingService::GetEndpoint(bool standard_protocol) const {
|
| + return GURL("https://example.com/LayoutTestEndpoint/");
|
| }
|
|
|
| void LayoutTestPushMessagingService::SubscribeFromDocument(
|
|
|