summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
authormlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 18:03:41 +0000
committermlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-07-02 18:03:41 +0000
commit46210f046927e1d822da3fd46a8ef87df28043e4 (patch)
treed289ed393d4fd84cdd35008468b6abd6c3c9f13c /webkit/tools
parent0b004da852f6c01fecba4b1e2a6ffab221061a63 (diff)
downloadchromium_src-46210f046927e1d822da3fd46a8ef87df28043e4.zip
chromium_src-46210f046927e1d822da3fd46a8ef87df28043e4.tar.gz
chromium_src-46210f046927e1d822da3fd46a8ef87df28043e4.tar.bz2
Show a warning message if the cache might not be cleared between runs.
BUG=None. TEST=Unit tests pass. Review URL: http://codereview.chromium.org/2819037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51541 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools')
-rw-r--r--webkit/tools/test_shell/test_shell.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
index 6845a95..63de00b 100644
--- a/webkit/tools/test_shell/test_shell.cc
+++ b/webkit/tools/test_shell/test_shell.cc
@@ -809,4 +809,8 @@ std::string GetProductVersion() {
return std::string("Chrome/0.0.0.0");
}
+bool IsSingleProcess() {
+ return true;
+}
+
} // namespace webkit_glue