| Index: ui/base/ime/input_method.h
|
| diff --git a/ui/base/ime/input_method.h b/ui/base/ime/input_method.h
|
| index cfa5583192520437d31f190346e3ced9c8a9192e..a20da194b1e7dece5ed98a297c9517aa487a75e0 100644
|
| --- a/ui/base/ime/input_method.h
|
| +++ b/ui/base/ime/input_method.h
|
| @@ -125,9 +125,9 @@ class InputMethod {
|
| // TODO(ime): Consider to take a parameter of TextInputClient.
|
| virtual void OnInputLocaleChanged() = 0;
|
|
|
| - // Returns the locale of current keyboard layout or input method, as a BCP-47
|
| - // tag, or an empty string if the input method cannot provide it.
|
| - virtual std::string GetInputLocale() = 0;
|
| + // Returns whether the system input locale is in CJK languages.
|
| + // This is only used in Windows platforms.
|
| + virtual bool IsInputLocaleCJK() const = 0;
|
|
|
| // TODO(yoichio): Following 3 methods(GetTextInputType, GetTextInputMode and
|
| // CanComposeInline) calls client's same method and returns its value. It is
|
|
|