summaryrefslogtreecommitdiffstats
path: root/webkit/tools
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools')
-rwxr-xr-x[-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 f921a96..14e092a 100644..100755
--- a/webkit/tools/test_shell/test_shell.cc
+++ b/webkit/tools/test_shell/test_shell.cc
@@ -807,6 +807,10 @@ void SetCacheMode(bool enabled) {
// Used in benchmarking, Ignored for test_shell.
}
+void ClearCache() {
+ // Used in benchmarking, Ignored for test_shell.
+}
+
std::string GetProductVersion() {
return std::string("Chrome/0.0.0.0");
}