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

Unified Diff: content/browser/mojo/mojo_application_host.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/mojo/mojo_application_host.cc
diff --git a/content/browser/mojo/mojo_application_host.cc b/content/browser/mojo/mojo_application_host.cc
index ff2c0c2e0dbd3f80a8eacfc0aace7f0f5637275d..cac5dc6dab8482919afe3fabd78b668031bb57e0 100644
--- a/content/browser/mojo/mojo_application_host.cc
+++ b/content/browser/mojo/mojo_application_host.cc
@@ -41,10 +41,6 @@ class ApplicationSetupImpl : public mojom::ApplicationSetup {
} // namespace
MojoApplicationHost::MojoApplicationHost() : did_activate_(false) {
-#if defined(OS_ANDROID)
- service_registry_android_.reset(
- new ServiceRegistryAndroid(&service_registry_));
-#endif
}
MojoApplicationHost::~MojoApplicationHost() {

Powered by Google App Engine
This is Rietveld 408576698