| Index: content/public/common/content_features.cc
|
| diff --git a/content/public/common/content_features.cc b/content/public/common/content_features.cc
|
| index d5ff3f88f2627be299d8a9d214302e17dbdf0f11..46297352d22a4ff153d1b468f45e98b5b1c8001b 100644
|
| --- a/content/public/common/content_features.cc
|
| +++ b/content/public/common/content_features.cc
|
| @@ -149,7 +149,7 @@ const base::Feature kAutoplayMutedVideos{"AutoplayMutedVideos",
|
| // Use IME's own thread instead of using main UI thread. It also means that
|
| // we will not use replica editor and do a round trip to renderer to synchronize
|
| // with Blink data.
|
| -const base::Feature kImeThread{"ImeThread", base::FEATURE_DISABLED_BY_DEFAULT};
|
| +const base::Feature kImeThread{"ImeThread", base::FEATURE_ENABLED_BY_DEFAULT};
|
|
|
| // FeatureList definition for the Seccomp field trial.
|
| const base::Feature kSeccompSandboxAndroid{"SeccompSandboxAndroid",
|
|
|