Commit 4723f884 authored by msw@chromium.org's avatar msw@chromium.org

Silence Views Textfield OnInputMethodChanged NOTIMPLEMENTED.

BUG=140402
TEST=NONE; Test logs don't spew this NOTIMPLEMENTED.
TBR=sky@chromium.org


Review URL: https://chromiumcodereview.appspot.com/13759002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@192942 0039d316-1c4b-4281-b951-d872f2087c98
parent 683b2b53
...@@ -1010,7 +1010,7 @@ bool NativeTextfieldViews::GetTextFromRange( ...@@ -1010,7 +1010,7 @@ bool NativeTextfieldViews::GetTextFromRange(
} }
void NativeTextfieldViews::OnInputMethodChanged() { void NativeTextfieldViews::OnInputMethodChanged() {
NOTIMPLEMENTED(); // TODO(msw): NOTIMPLEMENTED(); see http://crbug.com/140402
} }
bool NativeTextfieldViews::ChangeTextDirectionAndLayoutAlignment( bool NativeTextfieldViews::ChangeTextDirectionAndLayoutAlignment(
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment