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

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

Issue 1013423002: ServiceWorker: Make claim() uses living matching registrations instead of fetching from DB. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: for #3 Created 5 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 2f6adcd9d9b0e27744d686c31a808b3b1f13b780..181d70dac522c52ecbb488bba6218a0325084932 100644
--- a/content/browser/service_worker/service_worker_version.h
+++ b/content/browser/service_worker/service_worker_version.h
@@ -396,7 +396,6 @@ class CONTENT_EXPORT ServiceWorkerVersion
ServiceWorkerStatusCode status,
const scoped_refptr<ServiceWorkerRegistration>& protect);
void DidSkipWaiting(int request_id);
- void DidClaimClients(int request_id, ServiceWorkerStatusCode status);
void DidGetClients(
int request_id, const std::vector<ServiceWorkerClientInfo>& clients);

Powered by Google App Engine
This is Rietveld 408576698