Index: webkit/tools/test_shell/test_shell.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell.cc (revision 101031) |
+++ webkit/tools/test_shell/test_shell.cc (working copy) |
@@ -639,30 +639,6 @@ |
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"); |
} |