| Index: chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| diff --git a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| index cd8241e969c785e2c7a6500cc73a0a48ec616ca2..4249fc4de7523d401c0daa02f1d1b20b14645662 100644
|
| --- a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| +++ b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| @@ -92,11 +92,6 @@ void ModeIndicatorController::InputMethodChanged(InputMethodManager* manager,
|
| ShowModeIndicator();
|
| }
|
|
|
| -void ModeIndicatorController::InputMethodPropertyChanged(
|
| - InputMethodManager* manager) {
|
| - // Do nothing.
|
| -}
|
| -
|
| void ModeIndicatorController::ShowModeIndicator() {
|
| // TODO(komatsu): When this is permanently enabled by defalut,
|
| // delete command_line.h and chromeos_switches.h from the header
|
|
|