| Index: chrome/browser/chrome_content_browser_client.cc
|
| diff --git a/chrome/browser/chrome_content_browser_client.cc b/chrome/browser/chrome_content_browser_client.cc
|
| index 11dc2641743651d2b56205a5b691608744290268..271aa98a3505b1e0c4bae4bb9f799ae3ee7bbcb7 100644
|
| --- a/chrome/browser/chrome_content_browser_client.cc
|
| +++ b/chrome/browser/chrome_content_browser_client.cc
|
| @@ -216,6 +216,7 @@
|
| #endif
|
|
|
| #if BUILDFLAG(ANDROID_JAVA_UI)
|
| +#include "chrome/browser/android/mojo/chrome_service_registrar_android.h"
|
| #include "chrome/browser/android/ntp/new_tab_page_url_handler.h"
|
| #include "chrome/browser/android/webapps/single_tab_mode_tab_helper.h"
|
| #include "components/service_tab_launcher/browser/android/service_tab_launcher.h"
|
| @@ -2786,6 +2787,10 @@ void ChromeContentBrowserClient::RegisterRenderFrameMojoServices(
|
| registry->AddService(
|
| base::Bind(&CreateWebUsbChooserService, render_frame_host));
|
| }
|
| +
|
| +#if BUILDFLAG(ANDROID_JAVA_UI)
|
| + ChromeServiceRegistrarAndroid::RegisterRenderFrameMojoServices(registry);
|
| +#endif
|
| }
|
|
|
| void ChromeContentBrowserClient::RegisterInProcessMojoApplications(
|
|
|