Index: ui/keyboard/keyboard_controller_proxy.h |
diff --git a/ui/keyboard/keyboard_controller_proxy.h b/ui/keyboard/keyboard_controller_proxy.h |
index 35af78c356eb6a88a42fa55d7b07817292a9d0e8..8f48c0c0d005d438e2adf670440e00b682267a51 100644 |
--- a/ui/keyboard/keyboard_controller_proxy.h |
+++ b/ui/keyboard/keyboard_controller_proxy.h |
@@ -70,9 +70,7 @@ class KEYBOARD_EXPORT KeyboardControllerProxy { |
// necesasry animation, or delay the visibility change as it desires. |
virtual void HideKeyboardContainer(aura::Window* container); |
- // Updates the type of the focused text input box. The default implementation |
- // calls OnTextInputBoxFocused javascript function through webui to update the |
- // type the of focused input box. |
+ // Updates the type of the focused text input box. |
virtual void SetUpdateInputType(ui::TextInputType type); |
// Ensures caret in current work area (not occluded by virtual keyboard |