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

Unified Diff: content/child/service_worker/web_service_worker_provider_impl.h

Issue 415963002: ServiceWorker: Implement ServiceWorkerRegistration [2/3] (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 5 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/child/service_worker/web_service_worker_provider_impl.h
diff --git a/content/child/service_worker/web_service_worker_provider_impl.h b/content/child/service_worker/web_service_worker_provider_impl.h
index a0749d2979d47531f002bfa02b92c94998821315..b78f4d0e8fb9539951a29bbd4f924781ac93a5f4 100644
--- a/content/child/service_worker/web_service_worker_provider_impl.h
+++ b/content/child/service_worker/web_service_worker_provider_impl.h
@@ -34,10 +34,10 @@ class WebServiceWorkerProviderImpl
virtual void registerServiceWorker(const blink::WebURL& pattern,
const blink::WebURL& script_url,
- WebServiceWorkerCallbacks*);
+ WebServiceWorkerRegistrationCallbacks*);
virtual void unregisterServiceWorker(const blink::WebURL& pattern,
- WebServiceWorkerCallbacks*);
+ WebServiceWorkerRegistrationCallbacks*);
ServiceWorkerProviderContext* context() { return context_.get(); }

Powered by Google App Engine
This is Rietveld 408576698