Index: chrome/renderer/renderer_glue.cc |
=================================================================== |
--- chrome/renderer/renderer_glue.cc (revision 30634) |
+++ chrome/renderer/renderer_glue.cc (working copy) |
@@ -199,15 +199,6 @@ |
markup, url)); |
} |
-GURL GetInspectorURL() { |
- return GURL(std::string(chrome::kChromeUIScheme) + |
- "://inspector/inspector.html"); |
-} |
- |
-std::string GetUIResourceProtocol() { |
- return "chrome"; |
-} |
- |
void GetPlugins(bool refresh, std::vector<WebPluginInfo>* plugins) { |
if (!RenderThread::current()->plugin_refresh_allowed()) |
refresh = false; |