Index: content/browser/service_worker/service_worker_version.h |
diff --git a/content/browser/service_worker/service_worker_version.h b/content/browser/service_worker/service_worker_version.h |
index e32e0b74a6c85a136b07fad70eb5f572fcb99ec1..ee1194ef75b33ada1fd65868cacc5a35ac2f400c 100644 |
--- a/content/browser/service_worker/service_worker_version.h |
+++ b/content/browser/service_worker/service_worker_version.h |
@@ -181,7 +181,8 @@ class CONTENT_EXPORT ServiceWorkerVersion |
// This must be called when the status() is ACTIVATED. Calling this in other |
// statuses will result in an error SERVICE_WORKER_ERROR_FAILED. |
void DispatchFetchEvent(const ServiceWorkerFetchRequest& request, |
- const FetchCallback& callback); |
+ const base::Closure& prepare_callback, |
+ const FetchCallback& fetch_callback); |
// Sends sync event to the associated embedded worker and asynchronously calls |
// |callback| when it errors out or it gets response from the worker to notify |