Index: webkit/tools/test_shell/test_shell.cc |
=================================================================== |
--- webkit/tools/test_shell/test_shell.cc (revision 30634) |
+++ webkit/tools/test_shell/test_shell.cc (working copy) |
@@ -659,14 +659,6 @@ |
return PathService::Get(base::DIR_EXE, path); |
} |
-GURL GetInspectorURL() { |
- return GURL("test-shell-resource://inspector/inspector.html"); |
-} |
- |
-std::string GetUIResourceProtocol() { |
- return "test-shell-resource"; |
-} |
- |
bool GetExeDirectory(FilePath* path) { |
return GetApplicationDirectory(path); |
} |