| Index: content/shell/renderer/test_runner/mock_web_push_client.h
|
| diff --git a/content/shell/renderer/test_runner/mock_web_push_client.h b/content/shell/renderer/test_runner/mock_web_push_client.h
|
| index 7a1c5a685e68a1039263c935fbcecb1ea1c00e4e..fc3e94ed962cfba56d8dd3876e78777c72085d1b 100644
|
| --- a/content/shell/renderer/test_runner/mock_web_push_client.h
|
| +++ b/content/shell/renderer/test_runner/mock_web_push_client.h
|
| @@ -11,7 +11,6 @@
|
|
|
| namespace blink {
|
| class WebServiceWorkerProvider;
|
| -class WebString;
|
| } // namespace blink
|
|
|
| namespace content {
|
| @@ -36,10 +35,6 @@ class MockWebPushClient : public blink::WebPushClient {
|
| private:
|
| // WebPushClient implementation.
|
| virtual void registerPushMessaging(
|
| - const blink::WebString& sender_id,
|
| - blink::WebPushRegistrationCallbacks* callbacks,
|
| - blink::WebServiceWorkerProvider* service_worker_provider);
|
| - virtual void registerPushMessaging(
|
| blink::WebPushRegistrationCallbacks* callbacks,
|
| blink::WebServiceWorkerProvider* service_worker_provider);
|
|
|
|
|