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

Unified Diff: content/public/android/java/src/org/chromium/content/common/ContentSwitches.java

Issue 1278593004: Introduce ThreadedInputConnection behind a switch (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/common/ContentSwitches.java
diff --git a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
index 0c29fc7f13c02ff18004a5dd1e05cbf089142aed..1b8d1da224abae8cb4e32c42d40219253bcf40ac 100644
--- a/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
+++ b/content/public/android/java/src/org/chromium/content/common/ContentSwitches.java
@@ -73,6 +73,9 @@ public abstract class ContentSwitches {
public static final String DISABLE_GESTURE_REQUIREMENT_FOR_MEDIA_PLAYBACK =
"disable-gesture-requirement-for-media-playback";
+ // Java switch to use IME's own thread instead of using main UI thread.
+ public static final String USE_IME_THREAD = "use-ime-thread";
+
// Prevent instantiation.
private ContentSwitches() {}
}

Powered by Google App Engine
This is Rietveld 408576698