| Index: content/renderer/push_messaging/push_messaging_dispatcher.h
|
| diff --git a/content/renderer/push_messaging/push_messaging_dispatcher.h b/content/renderer/push_messaging/push_messaging_dispatcher.h
|
| index 71294e22d0da98cfc0a60accf21dcb4de7bd4950..5dcbf8bf9436cfea912341e508d2eb271af9be5c 100644
|
| --- a/content/renderer/push_messaging/push_messaging_dispatcher.h
|
| +++ b/content/renderer/push_messaging/push_messaging_dispatcher.h
|
| @@ -29,6 +29,7 @@ class Message;
|
| namespace content {
|
|
|
| struct Manifest;
|
| +struct ManifestDebugInfo;
|
| struct PushSubscriptionOptions;
|
|
|
| class PushMessagingDispatcher : public RenderFrameObserver,
|
| @@ -51,7 +52,8 @@ class PushMessagingDispatcher : public RenderFrameObserver,
|
| blink::WebServiceWorkerRegistration* service_worker_registration,
|
| const blink::WebPushSubscriptionOptions& options,
|
| blink::WebPushSubscriptionCallbacks* callbacks,
|
| - const Manifest& manifest);
|
| + const Manifest& manifest,
|
| + const ManifestDebugInfo&);
|
|
|
| void DoSubscribe(
|
| blink::WebServiceWorkerRegistration* service_worker_registration,
|
|
|