Index: content/browser/service_worker/service_worker_context_wrapper.cc |
diff --git a/content/browser/service_worker/service_worker_context_wrapper.cc b/content/browser/service_worker/service_worker_context_wrapper.cc |
index d29f5b1a5f243c2889a667d46bd70895d85e2dad..db0b4e9fffe6c94a3dcb2da3194f3e4629a666a8 100644 |
--- a/content/browser/service_worker/service_worker_context_wrapper.cc |
+++ b/content/browser/service_worker/service_worker_context_wrapper.cc |
@@ -142,6 +142,7 @@ void ServiceWorkerContextWrapper::set_storage_partition( |
static void FinishRegistrationOnIO( |
const ServiceWorkerContext::ResultCallback& continuation, |
ServiceWorkerStatusCode status, |
+ const std::string& status_message, |
int64 registration_id) { |
DCHECK_CURRENTLY_ON(BrowserThread::IO); |
BrowserThread::PostTask( |