diff options
Diffstat (limited to 'chrome/browser/chromeos/input_method/input_method_util.h')
| -rw-r--r-- | chrome/browser/chromeos/input_method/input_method_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/input_method/input_method_util.h b/chrome/browser/chromeos/input_method/input_method_util.h index 22018fe..f5bb31b 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. |
