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

Unified Diff: content/browser/frame_host/render_frame_host_impl.cc

Issue 1831173002: Scaffolding for Android implementation of PaymentRequest. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@mojo
Patch Set: Fix shell_mojo_test_utils_android.cc Created 4 years, 8 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/frame_host/render_frame_host_impl.cc
diff --git a/content/browser/frame_host/render_frame_host_impl.cc b/content/browser/frame_host/render_frame_host_impl.cc
index 1b0946ed27a3be5f7a206ee54f60ed6e959bd417..d6083d59cd73bdc3a1a37ced9b014b380d442065 100644
--- a/content/browser/frame_host/render_frame_host_impl.cc
+++ b/content/browser/frame_host/render_frame_host_impl.cc
@@ -2255,8 +2255,8 @@ void RenderFrameHostImpl::SetUpMojoIfNeeded() {
service_registry_->BindRemoteServiceProvider(std::move(services));
#if defined(OS_ANDROID)
- service_registry_android_.reset(
- new ServiceRegistryAndroid(service_registry_.get()));
+ service_registry_android_ =
+ ServiceRegistryAndroid::Create(service_registry_.get());
ServiceRegistrarAndroid::RegisterFrameHostServices(
service_registry_android_.get());
#endif

Powered by Google App Engine
This is Rietveld 408576698