diff options
Diffstat (limited to 'chrome/browser/chromeos/cros/language_library.h')
-rw-r--r-- | chrome/browser/chromeos/cros/language_library.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/browser/chromeos/cros/language_library.h b/chrome/browser/chromeos/cros/language_library.h index 853283a..efc49fd 100644 --- a/chrome/browser/chromeos/cros/language_library.h +++ b/chrome/browser/chromeos/cros/language_library.h @@ -55,6 +55,7 @@ class LanguageLibrary { // Sets whether the input method specified by |input_method_id| is // activated. If |activated| is true, activates the input method. If // |activate| is false, deactivates the input method. + // TODO(yusukes): Probably we can remove this function. virtual bool SetInputMethodActivated(const std::string& input_method_id, bool activated) = 0; |