Index: content/browser/web_contents/web_contents_android.h |
diff --git a/content/browser/web_contents/web_contents_android.h b/content/browser/web_contents/web_contents_android.h |
index 7710bb285047e9efb81a8e894b9db7388ec7a022..71ccda2d91f28221518d24aac49514fa1b5d7e5e 100644 |
--- a/content/browser/web_contents/web_contents_android.h |
+++ b/content/browser/web_contents/web_contents_android.h |
@@ -133,6 +133,9 @@ class CONTENT_EXPORT WebContentsAndroid |
jfloat y, |
jfloat width, |
jfloat height); |
+ |
+ void OnContextMenuClosed(JNIEnv* env, jobject obj); |
+ |
void set_synchronous_compositor_client(SynchronousCompositorClient* client) { |
synchronous_compositor_client_ = client; |
} |