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

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

Issue 1318953002: [ServiceWorker] Use appopriate type parameters for WebCallbacks (2/3) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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
« no previous file with comments | « content/child/service_worker/service_worker_dispatcher.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/service_worker/web_service_worker_provider_impl.cc
diff --git a/content/child/service_worker/web_service_worker_provider_impl.cc b/content/child/service_worker/web_service_worker_provider_impl.cc
index 5d6d0161bb3ab2226580a2b38fb9f301bad980f2..8ee0050dad40213a6e15e8e461fb00f6774d7cc4 100644
--- a/content/child/service_worker/web_service_worker_provider_impl.cc
+++ b/content/child/service_worker/web_service_worker_provider_impl.cc
@@ -61,7 +61,7 @@ void WebServiceWorkerProviderImpl::registerServiceWorker(
void WebServiceWorkerProviderImpl::getRegistration(
const blink::WebURL& document_url,
- WebServiceWorkerRegistrationCallbacks* callbacks) {
+ WebServiceWorkerGetRegistrationCallbacks* callbacks) {
GetDispatcher()->GetRegistration(
context_->provider_id(), document_url, callbacks);
}
« no previous file with comments | « content/child/service_worker/service_worker_dispatcher.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698