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

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, 3 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 79e2999962b85cbe61112e60ddc1fcdb6d3f6bf9..bf8b2819bf91080eb7492c52ec1bb4faf3a02596 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
@@ -79,6 +79,9 @@ public abstract class ContentSwitches {
// Native switch kInProcessGPU
public static final String IN_PROCESS_GPU = "in-process-gpu";
+ // Native 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