summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'webkit/tools/test_shell/test_shell.cc')
-rw-r--r--webkit/tools/test_shell/test_shell.cc24
1 files changed, 0 insertions, 24 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
index d4315a7..7c78dbc 100644
--- a/webkit/tools/test_shell/test_shell.cc
+++ b/webkit/tools/test_shell/test_shell.cc
@@ -639,30 +639,6 @@ std::string GetWebKitLocale() {
return "en-US";
}
-void CloseCurrentConnections() {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void SetCacheMode(bool enabled) {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void ClearCache(bool preserve_ssl_entries) {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void ClearHostResolverCache() {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void ClearPredictorCache() {
- // Used in benchmarking, Ignored for test_shell.
-}
-
-void EnableSpdy(bool enable) {
- // Used in benchmarking, Ignored for test_shell.
-}
-
std::string BuildUserAgent(bool mimic_windows) {
return webkit_glue::BuildUserAgentHelper(mimic_windows, "Chrome/0.0.0.0");
}