| Index: chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc
|
| diff --git a/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc b/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc
|
| index ce345e1e253f173f9adcc7f236acfcdc0312b218..c753a736977f5e8c9c3064ce01f70092a7728d8e 100644
|
| --- a/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc
|
| +++ b/chrome/browser/ui/webui/options/chromeos/cros_language_options_handler.cc
|
| @@ -450,7 +450,7 @@ void CrosLanguageOptionsHandler::InputMethodOptionsOpenCallback(
|
| web_contents->GetDelegate()->ActivateContents(web_contents);
|
| }
|
|
|
| -void CrosLanguageOptionsHandler::OnInitialized() {
|
| +void CrosLanguageOptionsHandler::OnImeComponentExtensionInitialized() {
|
| if (composition_extension_appended_ || !is_page_initialized_) {
|
| // If an option page is not ready to call JavaScript, appending component
|
| // extension IMEs will be done in InitializePage function later.
|
|
|