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

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

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 | « no previous file | content/child/service_worker/service_worker_dispatcher.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/service_worker/service_worker_dispatcher.h
diff --git a/content/child/service_worker/service_worker_dispatcher.h b/content/child/service_worker/service_worker_dispatcher.h
index f44db134d7f95340ec163e153a8b6d14244ccad0..c596ab475edd53bcb6dccbb8f6b19229bc83612f 100644
--- a/content/child/service_worker/service_worker_dispatcher.h
+++ b/content/child/service_worker/service_worker_dispatcher.h
@@ -92,10 +92,9 @@ class CONTENT_EXPORT ServiceWorkerDispatcher
int64 registration_id,
WebServiceWorkerUnregistrationCallbacks* callbacks);
// Corresponds to navigator.serviceWorker.getRegistration().
- void GetRegistration(
- int provider_id,
- const GURL& document_url,
- WebServiceWorkerRegistrationCallbacks* callbacks);
+ void GetRegistration(int provider_id,
+ const GURL& document_url,
+ WebServiceWorkerGetRegistrationCallbacks* callbacks);
// Corresponds to navigator.serviceWorker.getRegistrations().
void GetRegistrations(
int provider_id,
« no previous file with comments | « no previous file | content/child/service_worker/service_worker_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698