| Index: content/browser/frame_host/render_frame_host_impl.h
|
| diff --git a/content/browser/frame_host/render_frame_host_impl.h b/content/browser/frame_host/render_frame_host_impl.h
|
| index 162ed2080ccf73f4672db16266a662a6e40bfe41..24af34f831c005ac17d0dbf259b2328d18663f93 100644
|
| --- a/content/browser/frame_host/render_frame_host_impl.h
|
| +++ b/content/browser/frame_host/render_frame_host_impl.h
|
| @@ -624,6 +624,10 @@ class CONTENT_EXPORT RenderFrameHostImpl
|
| return has_focused_editable_element_;
|
| }
|
|
|
| +#if defined(OS_ANDROID)
|
| + base::android::ScopedJavaLocalRef<jobject> GetJavaRenderFrameHost();
|
| +#endif
|
| +
|
| protected:
|
| friend class RenderFrameHostFactory;
|
|
|
|
|