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

Unified Diff: chrome/browser/android/mojo/chrome_service_registrar_android.h

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/android/java_sources.gni ('k') | chrome/browser/android/mojo/chrome_service_registrar_android.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/android/mojo/chrome_service_registrar_android.h
diff --git a/chrome/browser/android/mojo/chrome_service_registrar_android.h b/chrome/browser/android/mojo/chrome_service_registrar_android.h
index e7b5feb680d925fac50a714479001f5244149cb0..63520a060e830a39e227c250baae34079716d10a 100644
--- a/chrome/browser/android/mojo/chrome_service_registrar_android.h
+++ b/chrome/browser/android/mojo/chrome_service_registrar_android.h
@@ -8,6 +8,7 @@
#include <jni.h>
namespace content {
+class RenderFrameHost;
class ServiceRegistry;
}
@@ -15,7 +16,8 @@ class ChromeServiceRegistrarAndroid {
public:
static bool Register(JNIEnv* env);
static void RegisterRenderFrameMojoServices(
- content::ServiceRegistry* registry);
+ content::ServiceRegistry* registry,
+ content::RenderFrameHost* render_frame_host);
private:
ChromeServiceRegistrarAndroid() {}
« no previous file with comments | « chrome/android/java_sources.gni ('k') | chrome/browser/android/mojo/chrome_service_registrar_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698