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

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

Issue 1771223002: Migrate *-ime-thread switches to feature API (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: plumb imeadapter instead and fixed nits Created 4 years, 9 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 290ebb07ea430c79152f2d2eced81195ee7acd41..899d48f072ced99e76a03463830e5941a44f99fe 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
@@ -87,10 +87,6 @@ public abstract class ContentSwitches {
// Native switch kDownloadProcess
public static final String SWITCH_DOWNLOAD_PROCESS = "download";
- // Native switches to enable / disable IME's own thread instead of using main UI thread.
- public static final String ENABLE_IME_THREAD = "enable-ime-thread";
- public static final String DISABLE_IME_THREAD = "disable-ime-thread";
-
// Prevent instantiation.
private ContentSwitches() {}

Powered by Google App Engine
This is Rietveld 408576698