Index: content/renderer/renderer_glue.cc |
=================================================================== |
--- content/renderer/renderer_glue.cc (revision 101031) |
+++ content/renderer/renderer_glue.cc (working copy) |
@@ -225,34 +225,10 @@ |
return dispatcher->CreateBridge(handle, delegate); |
} |
-void CloseCurrentConnections() { |
- RenderThread::current()->CloseCurrentConnections(); |
-} |
- |
-void SetCacheMode(bool enabled) { |
- RenderThread::current()->SetCacheMode(enabled); |
-} |
- |
-void ClearCache(bool preserve_ssl_host_info) { |
- RenderThread::current()->ClearCache(preserve_ssl_host_info); |
-} |
- |
-void ClearHostResolverCache() { |
- RenderThread::current()->ClearHostResolverCache(); |
-} |
- |
-void ClearPredictorCache() { |
- RenderThread::current()->ClearPredictorCache(); |
-} |
- |
bool IsSingleProcess() { |
return CommandLine::ForCurrentProcess()->HasSwitch(switches::kSingleProcess); |
} |
-void EnableSpdy(bool enable) { |
- RenderThread::current()->EnableSpdy(enable); |
-} |
- |
#if defined(OS_LINUX) |
int MatchFontWithFallback(const std::string& face, bool bold, |
bool italic, int charset) { |