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

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

Issue 13060003: Extract Extension IME related utility. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Addressing comments Created 7 years, 9 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/browser/chromeos/input_method/input_method_util.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 edeaafbb4c4d1f6d0323bb2449b0b4dc7063ded1..204ff913f6ba5e946fded7012f6452d46906f318 100644
--- a/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
@@ -307,13 +307,6 @@ TEST_F(InputMethodUtilTest, TestIsKeyboardLayout) {
EXPECT_FALSE(InputMethodUtil::IsKeyboardLayout("mozc"));
}
-TEST_F(InputMethodUtilTest, TestExtensionInputMethod) {
- EXPECT_TRUE(InputMethodUtil::IsExtensionInputMethod(
- kExtensionImePrefix + std::string("123abc")));
- EXPECT_FALSE(InputMethodUtil::IsExtensionInputMethod(""));
- EXPECT_FALSE(InputMethodUtil::IsExtensionInputMethod("mozc"));
-}
-
TEST_F(InputMethodUtilTest, TestGetKeyboardLayoutName) {
// Unsupported case.
EXPECT_EQ("", util_.GetKeyboardLayoutName("UNSUPPORTED_ID"));
« no previous file with comments | « chrome/browser/chromeos/input_method/input_method_util.cc ('k') | chromeos/chromeos.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698