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

Unified Diff: chrome/browser/about_flags.cc

Issue 1132333002: Enables new Korean IME by default for M44. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: removed the old hangul input methods from the google builds. Created 5 years, 7 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
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/about_flags.cc
diff --git a/chrome/browser/about_flags.cc b/chrome/browser/about_flags.cc
index b7ce27d6fa14098b8a0f6b7bb8d71e3fa2f5d372..34d25b81f5a5923945b08b4d04131b359a19fae3 100644
--- a/chrome/browser/about_flags.cc
+++ b/chrome/browser/about_flags.cc
@@ -1412,11 +1412,11 @@ const Experiment kExperiments[] = {
keyboard::switches::kDisableInputView)
},
{
- "enable-new-korean-ime",
- IDS_FLAGS_ENABLE_NEW_KOREAN_IME_NAME,
- IDS_FLAGS_ENABLE_NEW_KOREAN_IME_DESCRIPTION,
+ "disable-new-korean-ime",
+ IDS_FLAGS_DISABLE_NEW_KOREAN_IME_NAME,
+ IDS_FLAGS_DISABLE_NEW_KOREAN_IME_DESCRIPTION,
kOsCrOS,
- SINGLE_VALUE_TYPE(chromeos::switches::kEnableNewKoreanIme)
+ SINGLE_VALUE_TYPE(chromeos::switches::kDisableNewKoreanIme)
},
{
"disable-new-md-input-view",
« no previous file with comments | « chrome/app/generated_resources.grd ('k') | chrome/browser/browser_resources.grd » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698