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

Unified Diff: chrome/browser/chrome_content_browser_client.cc

Issue 1902913002: Provide web contents to Chrome's mojo services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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
« no previous file with comments | « chrome/browser/android/mojo/chrome_service_registrar_android.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 2a8495aa37f96841351f0e02190f21ef21e084de..19839f777cfa71a3d20da81578dcf9658ffc4607 100644
--- a/chrome/browser/chrome_content_browser_client.cc
+++ b/chrome/browser/chrome_content_browser_client.cc
@@ -2785,7 +2785,8 @@ void ChromeContentBrowserClient::RegisterRenderFrameMojoServices(
}
#if BUILDFLAG(ANDROID_JAVA_UI)
- ChromeServiceRegistrarAndroid::RegisterRenderFrameMojoServices(registry);
+ ChromeServiceRegistrarAndroid::RegisterRenderFrameMojoServices(
+ registry, render_frame_host);
#endif
}
« no previous file with comments | « chrome/browser/android/mojo/chrome_service_registrar_android.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698