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

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: another clean rebase Created 8 years, 11 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 85b39a0bd7e31cb61a1c14b04a193c6d610b7908..601887bd0705b1dd0748d6f029cdf8e314236cd9 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