summaryrefslogtreecommitdiffstats
path: root/views
diff options
context:
space:
mode:
authorcraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-10 18:02:12 +0000
committercraig.schlenter@chromium.org <craig.schlenter@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-10-10 18:02:12 +0000
commit858db8931765ec49fcf1ffd49b2e73b017b9d21b (patch)
tree83b0d89be11eb96143faf36a05e43accb9e9e968 /views
parentd996ced77048803d9e0624515357f4d860a0e4f1 (diff)
downloadchromium_src-858db8931765ec49fcf1ffd49b2e73b017b9d21b.zip
chromium_src-858db8931765ec49fcf1ffd49b2e73b017b9d21b.tar.gz
chromium_src-858db8931765ec49fcf1ffd49b2e73b017b9d21b.tar.bz2
Partially revert r28629.
The chrome-os unit test 'TextField' is failing consistently after this commit: ViewTest.Textfield: /b/slave/chromium-rel-linux-chromeos/build/src/views/view_unittest.cc:644: Failure Value of: textfield->text() Actual: Reality is that which, when you stop believing it, doesn't go away.Pretty deep, Philip!Pretty deep, Philip! Expected: kText + kExtraText Which is: Reality is that which, when you stop believing it, doesn't go away.Pretty deep, Philip! TEST=commit and hope tree goes green. No try-bot to test on. Review URL: http://codereview.chromium.org/269047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28666 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'views')
-rw-r--r--views/controls/textfield/native_textfield_gtk.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/views/controls/textfield/native_textfield_gtk.cc b/views/controls/textfield/native_textfield_gtk.cc
index 7a4c49a..9704e7e 100644
--- a/views/controls/textfield/native_textfield_gtk.cc
+++ b/views/controls/textfield/native_textfield_gtk.cc
@@ -220,7 +220,6 @@ gboolean NativeTextfieldGtk::OnChangedHandler(
}
gboolean NativeTextfieldGtk::OnChanged() {
- textfield_->SyncText();
Textfield::Controller* controller = textfield_->GetController();
if (controller)
controller->ContentsChanged(textfield_, GetText());