Index: webkit/support/webkit_support_glue.cc |
=================================================================== |
--- webkit/support/webkit_support_glue.cc (revision 101031) |
+++ webkit/support/webkit_support_glue.cc (working copy) |
@@ -53,21 +53,6 @@ |
return "en-US"; |
} |
-void CloseCurrentConnections() { |
-} |
- |
-void SetCacheMode(bool enabled) { |
-} |
- |
-void ClearCache(bool preserve_ssl_info) { |
-} |
- |
-void ClearHostResolverCache() { |
-} |
- |
-void ClearPredictorCache() { |
-} |
- |
std::string BuildUserAgent(bool mimic_windows) { |
return webkit_glue::BuildUserAgentHelper(mimic_windows, |
"DumpRenderTree/0.0.0.0"); |