| Index: content/browser/service_worker/service_worker_internals_ui.cc
|
| diff --git a/content/browser/service_worker/service_worker_internals_ui.cc b/content/browser/service_worker/service_worker_internals_ui.cc
|
| index 1f6f55a40fa86b0638cf2ffd10489cfb4e1f5300..746f699846f60d61b392fa79fd779627a3511b59 100644
|
| --- a/content/browser/service_worker/service_worker_internals_ui.cc
|
| +++ b/content/browser/service_worker/service_worker_internals_ui.cc
|
| @@ -284,6 +284,7 @@ void ServiceWorkerInternalsUI::OperationProxy::UnregisterOnIOThread(
|
| context->context()->UnregisterServiceWorker(
|
| scope,
|
| 0, // render process id?
|
| + NULL, // provider_host
|
| base::Bind(&ServiceWorkerInternalsUI::OperationProxy::OperationComplete,
|
| this));
|
| }
|
|
|