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

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

Issue 22980018: Disable non Latin keyboard layout on Lock screen and Sign-in screen. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix test case. Created 7 years, 4 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 74a16b96b8f0eb1014295bde6d26cf1894d9c773..692a38f31692aad1825e39302313208ae99dcfad 100644
--- a/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
+++ b/chrome/browser/chromeos/input_method/input_method_util_unittest.cc
@@ -66,6 +66,7 @@ class InputMethodUtilTest : public testing::Test {
"Pinyin input for testing",
layouts,
languages,
+ false,
GURL(""));
input_methods.push_back(pinyin_ime);
@@ -75,6 +76,7 @@ class InputMethodUtilTest : public testing::Test {
"Zhuyin input for testing",
layouts,
languages,
+ false,
GURL(""));
input_methods.push_back(zhuyin_ime);
@@ -92,6 +94,7 @@ class InputMethodUtilTest : public testing::Test {
"",
layouts,
languages,
+ true,
GURL()); // options page url
}

Powered by Google App Engine
This is Rietveld 408576698