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 4082559096ad6db394bfcda5c41e29aeb000538b..491d804dc8df2b03b544ab2e4cf2f93ba97bd301 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 |
@@ -67,6 +67,7 @@ LayoutTestPushMessagingService::GetPermissionStatus( |
void LayoutTestPushMessagingService::Unregister( |
const GURL& requesting_origin, |
int64 service_worker_registration_id, |
+ const std::string& sender_id, |
bool retry_on_failure, |
const UnregisterCallback& callback) { |
callback.Run(PUSH_UNREGISTRATION_STATUS_SUCCESS_UNREGISTER); |