From 27d8c1ba2b7990e45e8498264224a11a082d5b82 Mon Sep 17 00:00:00 2001 From: "tc@google.com" Date: Wed, 29 Oct 2008 22:56:12 +0000 Subject: Split test_shell.cc into test_shell.cc and test_shell_win.cc. This currently moves too much code out of test_shell.cc, but I wanted to be able to just move code now and I'll refactor stuff back into test_shell.cc I also tried to make test_shell_win.cc conform to google style. Review URL: http://codereview.chromium.org/8209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4182 0039d316-1c4b-4281-b951-d872f2087c98 --- webkit/tools/test_shell/test_shell.h | 4 ++++ 1 file changed, 4 insertions(+) (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 abab9db..a0e7f34 100644 --- a/webkit/tools/test_shell/test_shell.h +++ b/webkit/tools/test_shell/test_shell.h @@ -80,6 +80,10 @@ public: static bool interactive() { return interactive_; } + // Called from the destructor to let each platform do any necessary + // cleanup. + void PlatformCleanUp(); + WebView* webView() { return m_webViewHost.get() ? m_webViewHost->webview() : NULL; } -- cgit v1.1