summaryrefslogtreecommitdiffstats
path: root/webkit/tools/test_shell/test_shell.cc
diff options
context:
space:
mode:
authordarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-03 05:54:59 +0000
committerdarin@chromium.org <darin@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-03 05:54:59 +0000
commit7ea093ba47c5a1a1652f7249faf56399dd66876f (patch)
tree9f6879802dc8445a09aa505b031f396138bb4605 /webkit/tools/test_shell/test_shell.cc
parentfa7b6b547368d12ccd61f6cbf251f2ff0d37b504 (diff)
downloadchromium_src-7ea093ba47c5a1a1652f7249faf56399dd66876f.zip
chromium_src-7ea093ba47c5a1a1652f7249faf56399dd66876f.tar.gz
chromium_src-7ea093ba47c5a1a1652f7249faf56399dd66876f.tar.bz2
Chrome changes to extract the code from V8Proxy that special-cases
when scripts are allowed despite user preferences disabling them. Adds more accessors and comments to WebSecurityOrigin. Removes no longer necessary webkit_glue functions. Removes no longer necessary TemporaryGlue.h file. R=abarth BUG=none TEST=browser features like the new tab page and history view should still work when passing --disable-javascript to chrome. similarly, file and ftp directory listings should remain functional when that command line flag is specified. Review URL: http://codereview.chromium.org/351013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@30797 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'webkit/tools/test_shell/test_shell.cc')
-rw-r--r--webkit/tools/test_shell/test_shell.cc8
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/tools/test_shell/test_shell.cc b/webkit/tools/test_shell/test_shell.cc
index c6c0b3a..2bfd69f 100644
--- a/webkit/tools/test_shell/test_shell.cc
+++ b/webkit/tools/test_shell/test_shell.cc
@@ -659,14 +659,6 @@ bool GetApplicationDirectory(FilePath* path) {
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);
}