| Index: content/browser/notifications/notification_event_dispatcher_impl.cc
|
| diff --git a/content/browser/notifications/notification_event_dispatcher_impl.cc b/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| index 7c3c0586afd063390471a58b0b686c801f38caf6..032d50362f57014fb42049d7baf0f094b9e8b7d0 100644
|
| --- a/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| +++ b/content/browser/notifications/notification_event_dispatcher_impl.cc
|
| @@ -94,7 +94,8 @@
|
| const NotificationOperationCallback& dispatch_event_action,
|
| const NotificationDispatchCompleteCallback& dispatch_error_callback,
|
| ServiceWorkerStatusCode service_worker_status,
|
| - scoped_refptr<ServiceWorkerRegistration> service_worker_registration) {
|
| + const scoped_refptr<ServiceWorkerRegistration>&
|
| + service_worker_registration) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| #if defined(OS_ANDROID)
|
| // This LOG(INFO) deliberately exists to help track down the cause of
|
|
|