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

Unified Diff: content/browser/android/content_view_core_impl.h

Issue 2360013002: Remove unused version of SelectBetweenCoordinates() (Closed)
Patch Set: Created 4 years, 3 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
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/android/content_view_core_impl.h
diff --git a/content/browser/android/content_view_core_impl.h b/content/browser/android/content_view_core_impl.h
index d424789e1e996ffea1541dfae1847f0acafc2361..3b542b8f99dfa358bf68f6a8055ab92f356228e3 100644
--- a/content/browser/android/content_view_core_impl.h
+++ b/content/browser/android/content_view_core_impl.h
@@ -200,12 +200,6 @@ class ContentViewCoreImpl : public ContentViewCore,
jfloat x,
jfloat y,
jfloat delta);
- void SelectBetweenCoordinates(JNIEnv* env,
- const base::android::JavaParamRef<jobject>& obj,
- jfloat x1,
- jfloat y1,
- jfloat x2,
- jfloat y2);
void DismissTextHandles(JNIEnv* env,
const base::android::JavaParamRef<jobject>& obj);
void SetTextHandlesTemporarilyHidden(
« no previous file with comments | « no previous file | content/browser/android/content_view_core_impl.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698