summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.h
diff options
context:
space:
mode:
authorojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-25 16:49:45 +0000
committerojan@google.com <ojan@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-11-25 16:49:45 +0000
commita052d79b2d27d4484ac3fc126061ffb4ae514313 (patch)
tree3740823402dc30de35ebf9ba50aba8b6a6340436 /webkit/glue/webkit_glue.h
parent97f4fedbc16a3d1729acb8cfe1a7c892f840efa8 (diff)
downloadchromium_src-a052d79b2d27d4484ac3fc126061ffb4ae514313.zip
chromium_src-a052d79b2d27d4484ac3fc126061ffb4ae514313.tar.gz
chromium_src-a052d79b2d27d4484ac3fc126061ffb4ae514313.tar.bz2
Make sure threading is initialized when running test_shell_tests
so the order they're run in doesn't matter. Review URL: http://codereview.chromium.org/12627 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5975 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/glue/webkit_glue.h')
-rw-r--r--webkit/glue/webkit_glue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
index a22df67..1c70917 100644
--- a/webkit/glue/webkit_glue.h
+++ b/webkit/glue/webkit_glue.h
@@ -67,6 +67,8 @@ void SetShouldExposeGCController(bool enable);
void SetLayoutTestMode(bool enable);
bool IsLayoutTestMode();
+void InitializeForTesting();
+
// Turn on the logging for notImplemented() calls from WebCore.
void EnableWebCoreNotImplementedLogging();