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

Unified Diff: chrome/browser/chromeos/input_method/input_method_util_unittest.cc

Issue 1578133003: Supports setting non-login input methods in VPD. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fixed tests. Created 4 years, 11 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: chrome/browser/chromeos/input_method/input_method_util_unittest.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_util_unittest.cc b/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
index 71b138a4fea4d13d70510ba22bc308da35eb7895..9cb97546ed3aca66f65d29de1b9273d1636d841b 100644
--- a/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
@@ -492,7 +492,7 @@ TEST_F(InputMethodUtilTest, TestInputMethodIDMigration) {
{"ime:zh-t:zhuyin", "zh-hant-t-i0-und"},
{"ime:zh-t:quick", "zh-hant-t-i0-cangjie-1987-x-m0-simplified"},
{"ime:jp:mozc_us", "nacl_mozc_us"},
- {"ime:ko:hangul", "hangul_2set"},
+ {"ime:ko:hangul", "ko-t-i0-und"},
{"m17n:deva_phone", "vkd_deva_phone"},
{"m17n:ar", "vkd_ar"},
{"t13n:hi", "hi-t-i0-und"},

Powered by Google App Engine
This is Rietveld 408576698