summaryrefslogtreecommitdiffstats
path: root/webkit/support/webkit_support_glue.cc
diff options
context:
space:
mode:
authormlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-05 01:27:34 +0000
committermlloyd@chromium.org <mlloyd@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-06-05 01:27:34 +0000
commitc5d793460f95c90ceb9565f5f9e2e81c6f3db8cb (patch)
tree8f7a1e1b714715c2ec93d68ed86483665d53b6b7 /webkit/support/webkit_support_glue.cc
parent28a64238455dbf32d5c32a523226fa12c2541df1 (diff)
downloadchromium_src-c5d793460f95c90ceb9565f5f9e2e81c6f3db8cb.zip
chromium_src-c5d793460f95c90ceb9565f5f9e2e81c6f3db8cb.tar.gz
chromium_src-c5d793460f95c90ceb9565f5f9e2e81c6f3db8cb.tar.bz2
Actually clear the disk cache, and keep it enabled, between benchmark runs.
Fixes a small TODO in the benchmarking extension. Keep the disk cache turned on during benchmarking, and doom all entries between benchmark runs, rather than disabling it entirely. BUG=none TEST=All tests pass. Review URL: http://codereview.chromium.org/669115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48994 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/support/webkit_support_glue.cc')
-rwxr-xr-x[-rw-r--r--]webkit/support/webkit_support_glue.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/webkit/support/webkit_support_glue.cc b/webkit/support/webkit_support_glue.cc
index 5f11be0..28bf904 100644..100755
--- a/webkit/support/webkit_support_glue.cc
+++ b/webkit/support/webkit_support_glue.cc
@@ -51,6 +51,9 @@ void CloseCurrentConnections() {
void SetCacheMode(bool enabled) {
}
+void ClearCache() {
+}
+
std::string GetProductVersion() {
return std::string("DumpRenderTree/0.0.0.0");
}