| 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..a858f48634a53049f5ca4e4c0cf9fdaccffe821f 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
|
| @@ -125,7 +125,6 @@ bool LayoutTestPushMessagingService::SupportNonVisibleMessages() {
|
| void LayoutTestPushMessagingService::Unsubscribe(
|
| const GURL& requesting_origin,
|
| int64_t service_worker_registration_id,
|
| - const std::string& sender_id,
|
| const UnregisterCallback& callback) {
|
| callback.Run(PUSH_UNREGISTRATION_STATUS_SUCCESS_UNREGISTERED);
|
| }
|
|
|