| Index: content/browser/push_messaging/push_messaging_router.h
|
| diff --git a/content/browser/push_messaging/push_messaging_router.h b/content/browser/push_messaging/push_messaging_router.h
|
| index 5178639899db6b683046a48febdcf9d0abe00bdf..64adb8a43303c3a9c9377f8c6e47adbfb93b7222 100644
|
| --- a/content/browser/push_messaging/push_messaging_router.h
|
| +++ b/content/browser/push_messaging/push_messaging_router.h
|
| @@ -54,7 +54,8 @@
|
| const PushEventPayload& payload,
|
| const DeliverMessageCallback& deliver_message_callback,
|
| ServiceWorkerStatusCode service_worker_status,
|
| - scoped_refptr<ServiceWorkerRegistration> service_worker_registration);
|
| + const scoped_refptr<ServiceWorkerRegistration>&
|
| + service_worker_registration);
|
|
|
| // Delivers a push message with |data| to a specific |service_worker|. Must be
|
| // called on the IO thread, with the the worker running.
|
|
|