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

Unified Diff: ui/base/ime/input_method_base.cc

Issue 9078005: Remove almost all remaining TOUCH_UIs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 12 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: ui/base/ime/input_method_base.cc
diff --git a/ui/base/ime/input_method_base.cc b/ui/base/ime/input_method_base.cc
index b691fe896a86c00016fccda0188cfc216b7932fd..0e26c091231f2e410869d7665ab37db8a9909e44 100644
--- a/ui/base/ime/input_method_base.cc
+++ b/ui/base/ime/input_method_base.cc
@@ -53,7 +53,7 @@ TextInputClient* InputMethodBase::GetTextInputClient() const {
void InputMethodBase::OnTextInputTypeChanged(const TextInputClient* client) {
if (!IsTextInputClientFocused(client))
return;
- // TODO(yusukes): Support TextInputTypeTracker for TOUCH_UI.
+ // TODO(yusukes): Support TextInputTypeTracker for USE_VIRTUAL_KEYBOARD.
}
TextInputType InputMethodBase::GetTextInputType() const {

Powered by Google App Engine
This is Rietveld 408576698