Chromium Code Reviews| Index: chrome_frame/renderer_glue.cc |
| =================================================================== |
| --- chrome_frame/renderer_glue.cc (revision 98569) |
| +++ chrome_frame/renderer_glue.cc (working copy) |
| @@ -15,10 +15,6 @@ |
| namespace webkit_glue { |
| -bool FindProxyForUrl(const GURL& url, std::string* proxy_list) { |
| - return false; |
| -} |
| - |
| std::string BuildUserAgent(bool mimic_windows) { |
| chrome::VersionInfo version_info; |
| std::string product("Chrome/"); |