| Index: chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc
|
| diff --git a/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc b/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc
|
| index 12b482ba0f7935efebba510fb6209a565ab8e57e..ac7c9c77f53bc654cf1bd8987d7da35874957cb5 100644
|
| --- a/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc
|
| +++ b/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc
|
| @@ -33,8 +33,8 @@ class SetInputMethodListener : public content::NotificationObserver {
|
| explicit SetInputMethodListener(int count) : count_(count) {
|
| registrar_.Add(this, chrome::NOTIFICATION_EXTENSION_TEST_MESSAGE,
|
| content::NotificationService::AllSources());
|
| - chromeos::input_method::InputMethodManager::Get()->
|
| - EnableLayouts(kLoginScreenUILanguage, kInitialInputMethodOnLoginScreen);
|
| + chromeos::input_method::InputMethodManager::Get()->EnableLoginLayouts(
|
| + kLoginScreenUILanguage, kInitialInputMethodOnLoginScreen);
|
| }
|
|
|
| virtual ~SetInputMethodListener() {
|
|
|