diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 01:10:49 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-05 01:10:49 +0000 |
commit | 4948b51a517efd203e142f222bc6911dc6ec1779 (patch) | |
tree | ffab6aef8322e58d132084feb5c6e4bd09f94109 /webkit/tools/test_shell/test_shell.h | |
parent | 265ef6ce9128b4806092066bf6223dc6782c5aa0 (diff) | |
download | chromium_src-4948b51a517efd203e142f222bc6911dc6ec1779.zip chromium_src-4948b51a517efd203e142f222bc6911dc6ec1779.tar.gz chromium_src-4948b51a517efd203e142f222bc6911dc6ec1779.tar.bz2 |
Revert "Implement setSmartInsertDeleteEnabled and
setSelectTrailingWhitespaceEnabled" because of layout test regressions.
This reverts commit r6404.
Review URL: http://codereview.chromium.org/13155
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6407 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r-- | webkit/tools/test_shell/test_shell.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h index 90c7f64..95b0d47 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -119,11 +119,6 @@ public: void ResetTestController() { layout_test_controller_->Reset(); event_sending_controller_->Reset(); - - // Reset state in the test webview delegate. We don't need to call - // SetSelectTrailingWhitespaceEnabled because enabling smart - // insert/delete will disable select trailing whitespace. - delegate()->SetSmartInsertDeleteEnabled(true); } // Passes options from LayoutTestController through to the delegate (or |