| 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..633222c53215ace73ec270aabd44d11827c1d0c9 100644
|
| --- a/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc
|
| +++ b/chrome/browser/chromeos/extensions/input_method_apitest_chromeos.cc
|
| @@ -33,8 +33,10 @@ 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()->EnableLayouts(
|
| + kLoginScreenUILanguage,
|
| + kInitialInputMethodOnLoginScreen,
|
| + true /* login_layouts_only */);
|
| }
|
|
|
| virtual ~SetInputMethodListener() {
|
|
|