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

Unified Diff: ui/views/controls/textfield/native_textfield_views.cc

Issue 13759002: Silence Views Textfield OnInputMethodChanged NOTIMPLEMENTED. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 8 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/controls/textfield/native_textfield_views.cc
diff --git a/ui/views/controls/textfield/native_textfield_views.cc b/ui/views/controls/textfield/native_textfield_views.cc
index f181fbff4b08305a9d83b3403837be77e9de6792..29ff227eaae3722959e7a31ab02e8e1e94fe1199 100644
--- a/ui/views/controls/textfield/native_textfield_views.cc
+++ b/ui/views/controls/textfield/native_textfield_views.cc
@@ -1010,7 +1010,7 @@ bool NativeTextfieldViews::GetTextFromRange(
}
void NativeTextfieldViews::OnInputMethodChanged() {
- NOTIMPLEMENTED();
+ // TODO(msw): NOTIMPLEMENTED(); see http://crbug.com/140402
}
bool NativeTextfieldViews::ChangeTextDirectionAndLayoutAlignment(
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698