Index: ui/base/ime/input_method_chromeos.h |
diff --git a/ui/base/ime/input_method_chromeos.h b/ui/base/ime/input_method_chromeos.h |
index a09cd3d794ace667751f8412058649daa11d24ca..1022b04eab53a73807587b92b74ff49cafef3170 100644 |
--- a/ui/base/ime/input_method_chromeos.h |
+++ b/ui/base/ime/input_method_chromeos.h |
@@ -112,8 +112,10 @@ class UI_BASE_EXPORT InputMethodChromeOS |
// Callback function for IMEEngineHandlerInterface::ProcessKeyEvent. |
void ProcessKeyEventDone(uint32 id, ui::KeyEvent* event, bool is_handled); |
- // Returns whether an input field is focused. Note that password field is not |
- // considered as an input field. |
+ // Returns whether an non-password input field is focused. |
+ bool IsNonPasswordInputFieldFocused(); |
+ |
+ // Returns true if an text input field is focused. |
bool IsInputFieldFocused(); |
// All pending key events. Note: we do not own these object, we just save |