| 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 64c30a376de3bb37d45ee0f17734b3d8b77d6d56..2540032115a4054500561782616e501af28c4903 100644
|
| --- a/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| +++ b/chrome/browser/chromeos/input_method/mode_indicator_controller.cc
|
| @@ -84,6 +84,7 @@ ModeIndicatorController::GetModeIndicatorObserverForTesting() {
|
| }
|
|
|
| void ModeIndicatorController::InputMethodChanged(InputMethodManager* manager,
|
| + Profile* /* profile */,
|
| bool show_message) {
|
| if (!show_message)
|
| return;
|
|
|