From ad33fd4bdd8b7117e2644b34f553a2f14faea653 Mon Sep 17 00:00:00 2001 From: "rolandsteiner@chromium.org" Date: Mon, 9 Nov 2009 06:13:56 +0000 Subject: Commit issue 243032: First implementation of PlainTextController. BUG=23285 TEST=LayoutTests/editing/text-iterator/basic-iteration.html Review URL=http://codereview.chromium.org/243032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@31422 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'webkit/tools/test_shell/test_shell.h') diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h index 6f1e06c..9f5c124 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -39,6 +39,7 @@ #include "base/ref_counted.h" #include "webkit/tools/test_shell/event_sending_controller.h" #include "webkit/tools/test_shell/layout_test_controller.h" +#include "webkit/tools/test_shell/plain_text_controller.h" #include "webkit/tools/test_shell/text_input_controller.h" #include "webkit/tools/test_shell/test_webview_delegate.h" #include "webkit/tools/test_shell/webview_host.h" @@ -335,11 +336,9 @@ private: scoped_ptr accessibility_controller_; scoped_ptr layout_test_controller_; - scoped_ptr event_sending_controller_; - + scoped_ptr plain_text_controller_; scoped_ptr text_input_controller_; - scoped_ptr navigation_controller_; scoped_ptr delegate_; @@ -368,4 +367,5 @@ private: bool dump_stats_table_on_exit_; }; -#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_H_ +#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_H_ + -- cgit v1.1