| Index: content/renderer/push_messaging/push_messaging_dispatcher.cc
|
| diff --git a/content/renderer/push_messaging/push_messaging_dispatcher.cc b/content/renderer/push_messaging/push_messaging_dispatcher.cc
|
| index 1cfc044fb31a24b704dbe8e5c64891b7d977663c..e25af93c6db07e62e8085e9e720296273e3399a5 100644
|
| --- a/content/renderer/push_messaging/push_messaging_dispatcher.cc
|
| +++ b/content/renderer/push_messaging/push_messaging_dispatcher.cc
|
| @@ -67,7 +67,8 @@ void PushMessagingDispatcher::DidGetManifest(
|
| blink::WebServiceWorkerRegistration* service_worker_registration,
|
| const blink::WebPushSubscriptionOptions& options,
|
| blink::WebPushSubscriptionCallbacks* callbacks,
|
| - const Manifest& manifest) {
|
| + const Manifest& manifest,
|
| + const ManifestDebugInfo&) {
|
| // Get the sender_info from the manifest since it wasn't provided by
|
| // the caller.
|
| if (manifest.IsEmpty()) {
|
|
|