| Index: content/browser/loader/navigation_url_loader_impl_core.cc
|
| diff --git a/content/browser/loader/navigation_url_loader_impl_core.cc b/content/browser/loader/navigation_url_loader_impl_core.cc
|
| index 9ff2adaa78730a6598618aea6ecab356d47add9c..935cf0889a5a5b79f70e128aee6c20a7680ce941 100644
|
| --- a/content/browser/loader/navigation_url_loader_impl_core.cc
|
| +++ b/content/browser/loader/navigation_url_loader_impl_core.cc
|
| @@ -147,8 +147,8 @@ void NavigationURLLoaderImplCore::NotifyRequestFailed(bool in_cache,
|
| }
|
|
|
| void NavigationURLLoaderImplCore::OnServiceWorkerChecksPerformed(
|
| - ServiceWorkerStatusCode status,
|
| - const scoped_refptr<ServiceWorkerRegistration>& registration) {
|
| + ServiceWorkerStatusCode status,
|
| + scoped_refptr<ServiceWorkerRegistration> registration) {
|
| DCHECK_CURRENTLY_ON(BrowserThread::IO);
|
| // If the navigation has a ServiceWorker, bail out immediately.
|
| // TODO(clamy): only bail out when the ServiceWorker has a Fetch event
|
|
|