Chromium Code Reviews| Index: content/browser/web_contents/web_contents_impl.h |
| diff --git a/content/browser/web_contents/web_contents_impl.h b/content/browser/web_contents/web_contents_impl.h |
| index 6abe7e27ed24870321e4a6b07bc747d06aa3035d..27843c5be7970e1f6c1997eaf83ae1579a195bef 100644 |
| --- a/content/browser/web_contents/web_contents_impl.h |
| +++ b/content/browser/web_contents/web_contents_impl.h |
| @@ -426,6 +426,8 @@ class CONTENT_EXPORT WebContentsImpl |
| void ActivateNearestFindResult(float x, float y) override; |
| void RequestFindMatchRects(int current_version) override; |
| service_manager::InterfaceProvider* GetJavaInterfaces() override; |
| + base::android::ScopedJavaLocalRef<jobject> GetJavaRenderFrameHostDelegate() |
|
boliu
2017/03/08 00:39:32
move this to the RenderFrameHostDelegate section
do_not_use
2017/03/08 18:28:27
Done. Same in the cc.
|
| + override; |
| #elif defined(OS_MACOSX) |
| void SetAllowOtherViews(bool allow) override; |
| bool GetAllowOtherViews() override; |