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 502631bf0cc7174b8cb98e53cb6be1aedeec5d6b..6835362755c7299adc4fde38eb6a6dfe3fe6cad7 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 |
@@ -41,6 +41,7 @@ class LayoutTestPushMessagingService : public PushMessagingService { |
void GetEncryptionInfo( |
const GURL& origin, |
int64_t service_worker_registration_id, |
+ const std::string& sender_id, |
const PushMessagingService::EncryptionInfoCallback& callback) override; |
blink::WebPushPermissionStatus GetPermissionStatus(const GURL& origin, |
bool user_visible) |