| Index: chrome/browser/chromeos/status/input_method_menu_button.cc
|
| diff --git a/chrome/browser/chromeos/status/input_method_menu_button.cc b/chrome/browser/chromeos/status/input_method_menu_button.cc
|
| index fc643a4cbdbbc6b817f243a4cd5d3910aa192278..de7a87ffe274149122ff79b3b7da26138a50e627 100644
|
| --- a/chrome/browser/chromeos/status/input_method_menu_button.cc
|
| +++ b/chrome/browser/chromeos/status/input_method_menu_button.cc
|
| @@ -142,12 +142,12 @@ void InputMethodMenuButton::UpdateUI(const std::string& input_method_id,
|
| void InputMethodMenuButton::OpenConfigUI() {
|
| // Ask browser to open the WebUI page.
|
| delegate()->ExecuteStatusAreaCommand(
|
| - this, StatusAreaViewChromeos::SHOW_LANGUAGE_OPTIONS);
|
| + this, StatusAreaButton::Delegate::SHOW_LANGUAGE_OPTIONS);
|
| }
|
|
|
| bool InputMethodMenuButton::ShouldSupportConfigUI() {
|
| return delegate()->ShouldExecuteStatusAreaCommand(
|
| - this, StatusAreaViewChromeos::SHOW_LANGUAGE_OPTIONS);
|
| + this, StatusAreaButton::Delegate::SHOW_LANGUAGE_OPTIONS);
|
| }
|
|
|
| void InputMethodMenuButton::UpdateUIFromCurrentInputMethod() {
|
|
|