summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.h
diff options
context:
space:
mode:
authortc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-21 19:19:16 +0000
committertc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2009-01-21 19:19:16 +0000
commit989a9adc283220f30bed65f5254ef63684df3732 (patch)
treeb9d1ceb54771120144ef8d150e04c01c7b3ce0f8 /webkit/tools/test_shell/test_shell.h
parent70cbae67f090da022412d43f86684a6a026847cf (diff)
downloadchromium_src-989a9adc283220f30bed65f5254ef63684df3732.zip
chromium_src-989a9adc283220f30bed65f5254ef63684df3732.tar.gz
chromium_src-989a9adc283220f30bed65f5254ef63684df3732.tar.bz2
Add test shell resources into the linux .pak file.
Add a new test_shell_resources.grd that is only used on linux and add it into test_shell.pak. Move the data pack initialization into the global init and cleanup methods. Move the old code for loading from disk into the platform specific files. Review URL: http://codereview.chromium.org/18385 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8378 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.h')
-rw-r--r--webkit/tools/test_shell/test_shell.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/test_shell.h b/webkit/tools/test_shell/test_shell.h
index ce25eb9..3da7b8a 100644
--- a/webkit/tools/test_shell/test_shell.h
+++ b/webkit/tools/test_shell/test_shell.h
@@ -271,9 +271,7 @@ protected:
static LRESULT CALLBACK EditWndProc(HWND, UINT, WPARAM, LPARAM);
#endif
-#if defined(OS_WIN) || defined(OS_MACOSX)
static void PlatformShutdown();
-#endif
protected:
gfx::NativeWindow m_mainWnd;