| Index: chrome/browser/chromeos/input_method/input_method_configuration.cc
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_configuration.cc b/chrome/browser/chromeos/input_method/input_method_configuration.cc
|
| index 6c5d5bf5a49fe29b422db3edc130961bcef10050..23dc5b83c30ede89a1f3cfe76d2f6dfb6d417f6a 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_configuration.cc
|
| +++ b/chrome/browser/chromeos/input_method/input_method_configuration.cc
|
| @@ -20,9 +20,9 @@ namespace input_method {
|
| namespace {
|
| void OnSessionStateChange(InputMethodManagerImpl* input_method_manager_impl,
|
| InputMethodPersistence* input_method_persistence,
|
| - InputMethodManager::State new_state) {
|
| - input_method_persistence->OnSessionStateChange(new_state);
|
| - input_method_manager_impl->SetState(new_state);
|
| + InputMethodManager::UISessionState new_ui_session) {
|
| + input_method_persistence->OnSessionStateChange(new_ui_session);
|
| + input_method_manager_impl->SetUISessionState(new_ui_session);
|
| }
|
|
|
| bool g_disable_extension_loading = false;
|
|
|