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

Unified Diff: webkit/tools/test_shell/test_shell.h

Issue 243032: First implementation of PlainTextController. (Closed)
Patch Set: '' Created 11 years, 1 month 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 | « webkit/tools/test_shell/plain_text_controller.cc ('k') | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/tools/test_shell/test_shell.h
===================================================================
--- webkit/tools/test_shell/test_shell.h (revision 31188)
+++ webkit/tools/test_shell/test_shell.h (working copy)
@@ -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 @@
scoped_ptr<AccessibilityController> accessibility_controller_;
scoped_ptr<LayoutTestController> layout_test_controller_;
-
scoped_ptr<EventSendingController> event_sending_controller_;
-
+ scoped_ptr<PlainTextController> plain_text_controller_;
scoped_ptr<TextInputController> text_input_controller_;
-
scoped_ptr<TestNavigationController> navigation_controller_;
scoped_ptr<TestWebViewDelegate> delegate_;
@@ -368,4 +367,5 @@
bool dump_stats_table_on_exit_;
};
-#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_H_
+#endif // WEBKIT_TOOLS_TEST_SHELL_TEST_SHELL_H_
+
« no previous file with comments | « webkit/tools/test_shell/plain_text_controller.cc ('k') | webkit/tools/test_shell/test_shell.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698