| 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 22018fe26db182f94e72ff647115bf4c562d2ddc..f5bb31b9640bd5fae0268e010126ce8e5c4678c2 100644
|
| --- a/chrome/browser/chromeos/input_method/input_method_util.h
|
| +++ b/chrome/browser/chromeos/input_method/input_method_util.h
|
| @@ -74,6 +74,7 @@ class InputMethodUtil {
|
|
|
| string16 GetInputMethodShortName(
|
| const InputMethodDescriptor& input_method) const;
|
| + string16 GetInputMethodLongName(const InputMethodDescriptor& ime) const;
|
|
|
| // Converts an input method ID to an input method descriptor. Returns NULL
|
| // when |input_method_id| is unknown.
|
|
|