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. |
*/ |