Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(7027)

Unified Diff: chrome/browser/chromeos/input_method/input_method_util.h

Issue 10960060: fix "IME changed" notification uses a wrong field of IME (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Created 8 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698