| 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 8e2b42104c655f7928c825f52aa1059c31fd9fe6..290faa7c95604c78c5dcb30139c55e3a72fc4480 100644
|
| --- a/content/browser/service_worker/service_worker_version.h
|
| +++ b/content/browser/service_worker/service_worker_version.h
|
| @@ -712,7 +712,7 @@ class CONTENT_EXPORT ServiceWorkerVersion
|
| void SetTimeoutTimerInterval(base::TimeDelta interval);
|
|
|
| // Called by PingController for ping protocol.
|
| - ServiceWorkerStatusCode PingWorker();
|
| + void PingWorker();
|
| void OnPingTimeout();
|
|
|
| // Stops the worker if it is idle (has no in-flight requests) or timed out
|
|
|