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

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

Issue 894973003: ServiceWorker: Make "ready" fetches registration from browser process(2/3). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add unitests, change names Created 5 years, 10 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_register_job.h
diff --git a/content/browser/service_worker/service_worker_register_job.h b/content/browser/service_worker/service_worker_register_job.h
index 0fff25a89104cb36717ff44e1428d223f31a99b4..e4a5c23ff4e9af3f7b57f4bfe425fb1b0241c7b6 100644
--- a/content/browser/service_worker/service_worker_register_job.h
+++ b/content/browser/service_worker/service_worker_register_job.h
@@ -139,7 +139,7 @@ class ServiceWorkerRegisterJob : public ServiceWorkerRegisterJobBase,
ServiceWorkerStatusCode status,
bool are_equal);
- void AssociateProviderHostsToRegistration(
+ void NotifyProviderHostsForRegistration(
ServiceWorkerRegistration* registration);
// The ServiceWorkerContextCore object should always outlive this.

Powered by Google App Engine
This is Rietveld 408576698