Index: chrome/common/chrome_features.cc |
diff --git a/chrome/common/chrome_features.cc b/chrome/common/chrome_features.cc |
index 4a6612e252f0ebb93105a98691ece03db517db43..f390f22bf632f4d685c26771f7cb2794959e3aa3 100644 |
--- a/chrome/common/chrome_features.cc |
+++ b/chrome/common/chrome_features.cc |
@@ -133,7 +133,7 @@ const base::Feature kSyzyasanDeferredFree{"SyzyasanDeferredFree", |
#if defined(OS_CHROMEOS) |
// Enables or disables the opt-in IME menu in the language settings page. |
const base::Feature kOptInImeMenu{"OptInImeMenu", |
- base::FEATURE_DISABLED_BY_DEFAULT}; |
+ base::FEATURE_ENABLED_BY_DEFAULT}; |
// Enables or disables PIN quick unlock settings integration. |
const base::Feature kQuickUnlockPin{"QuickUnlockPin", |