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

Unified Diff: content/public/android/java/src/org/chromium/content/browser/input/ChromiumBaseInputConnection.java

Issue 2734943005: Remove moveCursorToSelectionEnd() (Closed)
Patch Set: RESTRICTION_TYPE_PHONE 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/public/android/java/src/org/chromium/content/browser/input/ChromiumBaseInputConnection.java
diff --git a/content/public/android/java/src/org/chromium/content/browser/input/ChromiumBaseInputConnection.java b/content/public/android/java/src/org/chromium/content/browser/input/ChromiumBaseInputConnection.java
index 4e104799ac22b369f3283520529edd2dad026c38..7807b61913e4abfeffe16d76f2eb70954ec68799 100644
--- a/content/public/android/java/src/org/chromium/content/browser/input/ChromiumBaseInputConnection.java
+++ b/content/public/android/java/src/org/chromium/content/browser/input/ChromiumBaseInputConnection.java
@@ -69,11 +69,6 @@ public interface ChromiumBaseInputConnection extends InputConnection {
Handler getHandler();
/**
- * Move cursor to the end of the current selection.
- */
- void moveCursorToSelectionEndOnUiThread();
-
- /**
* Unblock thread function if needed, e.g. we found that we will
* never get state update.
*/

Powered by Google App Engine
This is Rietveld 408576698