Commit 860c66fc authored by yoshiki@chromium.org's avatar yoshiki@chromium.org

Revert 98815 - Change the number of the languages from 8 to 13.

I added 5 Indic languages in the previous commit (r98813) but it break a test.
This CL will fix the break.

BUG=chromium-os:18755
TEST=none
TBR=jshin@chromium.org

Review URL: http://codereview.chromium.org/7792040

TBR=yoshiki@chromium.org
Review URL: http://codereview.chromium.org/7792042

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98818 0039d316-1c4b-4281-b951-d872f2087c98
parent 190d41fb
...@@ -94,7 +94,7 @@ TEST(LanguageOptionsHandlerTest, GetLanguageList) { ...@@ -94,7 +94,7 @@ TEST(LanguageOptionsHandlerTest, GetLanguageList) {
InputMethodDescriptors descriptors = CreateInputMethodDescriptors(); InputMethodDescriptors descriptors = CreateInputMethodDescriptors();
scoped_ptr<ListValue> list( scoped_ptr<ListValue> list(
chromeos::CrosLanguageOptionsHandler::GetLanguageList(descriptors)); chromeos::CrosLanguageOptionsHandler::GetLanguageList(descriptors));
ASSERT_EQ(13U, list->GetSize()); ASSERT_EQ(8U, list->GetSize());
DictionaryValue* entry = NULL; DictionaryValue* entry = NULL;
std::string language_code; std::string language_code;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment