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

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

Issue 2864833002: Tapping handle shouldn't select misspelled word (Closed)
Patch Set: Fixed naming Created 3 years, 7 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 b9419014068a9bbe9a8009ff7cf57e1fbccbdbd7..846b5de1f1a7eb5827c62ea48bb762592a941c7a 100644
--- a/content/browser/web_contents/web_contents_android.h
+++ b/content/browser/web_contents/web_contents_android.h
@@ -200,10 +200,11 @@ 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 ShowContextMenuAtTouchHandle(
+ 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_base.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