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

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

Issue 2096643002: Eliminate MojoApplicationHost (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mah3
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/browser/utility_process_host_impl_browsertest.cc ('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 9387354fc51383c3452ce66b95b93283d82c29b9..517a6b61b818a98c68968dd713e3fad18612b386 100644
--- a/content/child/background_sync/background_sync_provider.cc
+++ b/content/child/background_sync/background_sync_provider.cc
@@ -36,7 +36,7 @@ int64_t GetServiceWorkerRegistrationId(
void ConnectToServiceOnMainThread(
blink::mojom::BackgroundSyncServiceRequest request) {
DCHECK(ChildThreadImpl::current());
- ChildThreadImpl::current()->remote_interfaces()->GetInterface(
+ ChildThreadImpl::current()->GetRemoteInterfaces()->GetInterface(
std::move(request));
}
« no previous file with comments | « content/browser/utility_process_host_impl_browsertest.cc ('k') | content/child/blink_platform_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698