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 98c185719d4161bd374c554ea43dddd1af2c552f..59d298fc24c8572ac7a033aad0510536f3195bf0 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 |
@@ -101,6 +101,7 @@ void LayoutTestPushMessagingService::SubscribeFromWorker( |
void LayoutTestPushMessagingService::GetEncryptionInfo( |
const GURL& origin, |
int64_t service_worker_registration_id, |
+ const std::string& sender_id, |
const EncryptionInfoCallback& callback) { |
std::vector<uint8_t> p256dh( |
kTestP256Key, kTestP256Key + arraysize(kTestP256Key)); |