| 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 7c26aa8f3c72ec35a50b40d44995b50ab6bf0ee3..5022db2be7cf455f5bd8e6a5cc80c850461d6d51 100644
|
| --- a/content/browser/web_contents/web_contents_impl.h
|
| +++ b/content/browser/web_contents/web_contents_impl.h
|
| @@ -801,6 +801,8 @@ class CONTENT_EXPORT WebContentsImpl
|
| bool HasActiveEffectivelyFullscreenVideo() const;
|
|
|
| #if defined(OS_ANDROID)
|
| + base::android::ScopedJavaLocalRef<jobject> CreateJavaEventHandlerFromNative();
|
| +
|
| // Called by FindRequestManager when all of the find match rects are in.
|
| void NotifyFindMatchRectsReply(int version,
|
| const std::vector<gfx::RectF>& rects,
|
|
|