| Index: content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java
|
| diff --git a/content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java b/content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java
|
| index 702690499f7d34ff3032324a1a240feda6623514..ebd95756c1953d6f90007bbeb6fb7cb9ea3b5fcc 100644
|
| --- a/content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java
|
| +++ b/content/public/android/java/src/org/chromium/content/browser/input/ThreadedInputConnectionFactory.java
|
| @@ -204,8 +204,8 @@ public class ThreadedInputConnectionFactory implements ChromiumBaseInputConnecti
|
|
|
| @VisibleForTesting
|
| protected void onRegisterProxyViewFailed() {
|
| + Log.w(TAG, "onRegisterProxyViewFailed");
|
| mInputMethodUma.recordProxyViewFailure();
|
| - throw new AssertionError("Failed to register proxy view");
|
| }
|
|
|
| @Override
|
|
|