Index: trunk/src/chrome/browser/chromeos/input_method/mode_indicator_controller.cc |
=================================================================== |
--- trunk/src/chrome/browser/chromeos/input_method/mode_indicator_controller.cc (revision 251193) |
+++ trunk/src/chrome/browser/chromeos/input_method/mode_indicator_controller.cc (working copy) |
@@ -92,6 +92,11 @@ |
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 |