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

Unified Diff: content/browser/renderer_host/render_process_host_impl.cc

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: Register PaymentRequest with render process Created 4 years, 9 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/browser/renderer_host/render_process_host_impl.cc
diff --git a/content/browser/renderer_host/render_process_host_impl.cc b/content/browser/renderer_host/render_process_host_impl.cc
index 74d6ca1667e34578d419cd5137c88c81b0011349..86e70bb0b18fd170a6a9457126accbe6acb33940 100644
--- a/content/browser/renderer_host/render_process_host_impl.cc
+++ b/content/browser/renderer_host/render_process_host_impl.cc
@@ -1098,7 +1098,7 @@ void RenderProcessHostImpl::RegisterMojoServices() {
#if defined(OS_ANDROID)
ServiceRegistrarAndroid::RegisterProcessHostServices(
- mojo_application_host_->service_registry_android());
+ mojo_application_host_->service_registry());
#endif
GetContentClient()->browser()->RegisterRenderProcessMojoServices(

Powered by Google App Engine
This is Rietveld 408576698