Chromium Code Reviews| 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( |
|
Daniel Erat
2012/09/24 20:48:00
did i miss something, or is this not defined?
sschmitz
2012/09/24 21:28:16
It is defined. It is not new. It is unchanged. I o
|
| + const InputMethodDescriptor& input_method) const; |
| // Converts an input method ID to an input method descriptor. Returns NULL |
| // when |input_method_id| is unknown. |