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

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

Issue 150723006: Make input_methods.txt to be able to specify indicator string. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: more consistent Created 6 years, 10 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_manager_impl_unittest.cc
diff --git a/chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc b/chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc
index 87c8b63fdda11c858e923a3108e5b40fd9f4758c..e657f1c7ec98d80471441fbe89a81c44ac2e718f 100644
--- a/chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc
+++ b/chrome/browser/chromeos/input_method/input_method_manager_impl_unittest.cc
@@ -924,6 +924,7 @@ TEST_F(InputMethodManagerImplTest, TestAddRemoveExtensionInputMethods) {
extension_ime_util::GetInputMethodID("deadbeef", "engine_id");
const InputMethodDescriptor descriptor1(ext1_id,
"deadbeef input method",
+ "DB",
layouts,
languages,
false, // is_login_keyboard
@@ -952,6 +953,7 @@ TEST_F(InputMethodManagerImplTest, TestAddRemoveExtensionInputMethods) {
extension_ime_util::GetInputMethodID("cafebabe", "engine_id");
const InputMethodDescriptor descriptor2(ext2_id,
"cafebabe input method",
+ "CB",
layouts,
languages,
false, // is_login_keyboard
@@ -1003,6 +1005,7 @@ TEST_F(InputMethodManagerImplTest, TestAddExtensionInputThenLockScreen) {
extension_ime_util::GetInputMethodID("deadbeef", "engine_id");
const InputMethodDescriptor descriptor(ext_id,
"deadbeef input method",
+ "DB",
layouts,
languages,
false, // is_login_keyboard
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_engine.cc ('k') | chrome/browser/chromeos/input_method/input_method_util.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698