summaryrefslogtreecommitdiffstats
path: root/webkit/glue/webkit_glue.h
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/glue/webkit_glue.h
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/glue/webkit_glue.h')
-rw-r--r--webkit/glue/webkit_glue.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/webkit/glue/webkit_glue.h b/webkit/glue/webkit_glue.h
index ba5d405..f52d902 100644
--- a/webkit/glue/webkit_glue.h
+++ b/webkit/glue/webkit_glue.h
@@ -190,14 +190,6 @@ void ClipboardReadHTML(Clipboard::Buffer buffer, string16* markup, GURL* url);
// Returns true if successful, false otherwise.
bool GetApplicationDirectory(FilePath* path);
-// Gets the URL where the inspector's HTML file resides. It must use the
-// protocol returned by GetUIResourceProtocol.
-GURL GetInspectorURL();
-
-// Gets the protocol that is used for all user interface resources, including
-// the Inspector. It must end with "-resource".
-std::string GetUIResourceProtocol();
-
// Gets the directory where the launching executable resides on disk.
// Path is an output parameter to receive the path.
// Returns true if successful, false otherwise.