Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(168)

Unified Diff: content/browser/service_worker/service_worker_version.h

Issue 2763453002: [ServiceWorker] Convert ping-pong IPC into mojo interface ServiceWorkerEventDispatcher (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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

Powered by Google App Engine
This is Rietveld 408576698