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

Unified Diff: content/child/background_sync/background_sync_provider.cc

Issue 2079943002: Change RenderFrame to use InterfaceRegistry et al. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@a2
Patch Set: . Created 4 years, 6 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/BUILD.gn ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/child/background_sync/background_sync_provider.cc
diff --git a/content/child/background_sync/background_sync_provider.cc b/content/child/background_sync/background_sync_provider.cc
index 174807c7f8a3c4a4054766c3becc01c10ed407fa..9387354fc51383c3452ce66b95b93283d82c29b9 100644
--- a/content/child/background_sync/background_sync_provider.cc
+++ b/content/child/background_sync/background_sync_provider.cc
@@ -34,9 +34,9 @@ int64_t GetServiceWorkerRegistrationId(
}
void ConnectToServiceOnMainThread(
- mojo::InterfaceRequest<blink::mojom::BackgroundSyncService> request) {
+ blink::mojom::BackgroundSyncServiceRequest request) {
DCHECK(ChildThreadImpl::current());
- ChildThreadImpl::current()->service_registry()->ConnectToRemoteService(
+ ChildThreadImpl::current()->remote_interfaces()->GetInterface(
std::move(request));
}
« no previous file with comments | « content/child/BUILD.gn ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698