| Index: chrome/browser/chromeos/input_method/input_method_util.h
|
| diff --git a/chrome/browser/chromeos/input_method/input_method_util.h b/chrome/browser/chromeos/input_method/input_method_util.h
|
| index c251397b4322e984290ad5bb5edcdea3d7185f6a..2d67b4bf33e0db21ceb49cd11121a840fae5508d 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_util.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_util.h
|
| @@ -73,7 +73,10 @@ class InputMethodUtil {
|
|
|
| string16 GetInputMethodShortName(
|
| const InputMethodDescriptor& input_method) const;
|
| - string16 GetInputMethodLongName(const InputMethodDescriptor& ime) const;
|
| + string16 GetInputMethodMediumName(
|
| + const InputMethodDescriptor& input_method) const;
|
| + string16 GetInputMethodLongName(
|
| + const InputMethodDescriptor& input_method) const;
|
|
|
| // Converts an input method ID to an input method descriptor. Returns NULL
|
| // when |input_method_id| is unknown.
|
|
|