Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1704)

Unified Diff: content/browser/web_contents/web_contents_android.h

Issue 2721813002: Make SelectionPopupController.ShowPastePopup only be triggered by Blink (Closed)
Patch Set: Rebase Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 b87948a5ab3950eea574af7a463f5506114121bb..50bb975ad989820b85c9210db6307a7e3a57036a 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -196,6 +196,10 @@ class CONTENT_EXPORT WebContentsAndroid
const base::android::JavaParamRef<jobject>& jcallback);
void DismissTextHandles(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);
+ void ShowContextMenuAtPoint(JNIEnv* env,
+ const base::android::JavaParamRef<jobject>& obj,
+ int x,
+ int y);
void SetHasPersistentVideo(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj,
jboolean value);
« no previous file with comments | « content/browser/renderer_host/render_widget_host_view_android.cc ('k') | content/browser/web_contents/web_contents_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698