| 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() {}
|
|
|