| Index: content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java b/content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java
|
| index d6afdeaf48439e9f89c93f7054e1f8b62cb21a3e..95f2bbf5b736e72f18658bf7602bf64503775d13 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/input/AdapterInputConnection.java
|
| @@ -226,13 +226,6 @@ public class AdapterInputConnection extends BaseInputConnection {
|
| mImeAdapter.sendKeyEventWithKeyCode(KeyEvent.KEYCODE_ENTER,
|
| KeyEvent.FLAG_SOFT_KEYBOARD | KeyEvent.FLAG_KEEP_TOUCH_MODE
|
| | KeyEvent.FLAG_EDITOR_ACTION);
|
| -
|
| - if ((actionCode == EditorInfo.IME_ACTION_GO || actionCode == EditorInfo.IME_ACTION_DONE
|
| - || actionCode == EditorInfo.IME_ACTION_SEARCH) && isActive()) {
|
| - // User is done typing, hide the keyboard.
|
| - InputMethodManagerWrapper wrapper = getInputMethodManagerWrapper();
|
| - wrapper.hideSoftInputFromWindow(mInternalView.getWindowToken(), 0, null);
|
| - }
|
| }
|
| return true;
|
| }
|
|
|