Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(58)

Unified Diff: net/proxy/proxy_config_service_win.h

Issue 149191: Whenever proxy configurations contain socks and http/https/ftp proxies, socks... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: adding disabled win test Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: net/proxy/proxy_config_service_win.h
===================================================================
--- net/proxy/proxy_config_service_win.h (revision 20189)
+++ net/proxy/proxy_config_service_win.h (working copy)
@@ -22,6 +22,7 @@
private:
FRIEND_TEST(ProxyConfigServiceWinTest, SetFromIEConfig);
+ FRIEND_TEST(ProxyConfigServiceWinTest, FallbackToSOCKSProxy);
eroman 2009/07/10 21:24:46 probably no need for this -- in my opinion, this
Arindam 2009/07/11 00:53:35 Done.
Arindam 2009/07/11 00:53:35 Done.
// Set |config| using the proxy configuration values of |ie_config|.
static void SetFromIEConfig(

Powered by Google App Engine
This is Rietveld 408576698