Index: webkit/glue/webkit_glue.h |
=================================================================== |
--- webkit/glue/webkit_glue.h (revision 8931) |
+++ webkit/glue/webkit_glue.h (working copy) |
@@ -258,6 +258,9 @@ |
// Returns the plugin finder URL. |
bool GetPluginFinderURL(std::string* plugin_finder_url); |
+// Resolves the proxies for the url, returns true on success. |
+bool FindProxyForUrl(const GURL& url, std::string* proxy_list); |
+ |
// Returns the locale that this instance of webkit is running as. This is of |
// the form language-country (e.g., en-US or pt-BR). |
std::wstring GetWebKitLocale(); |