| Index: webrtc/base/proxydetect.cc
|
| diff --git a/webrtc/base/proxydetect.cc b/webrtc/base/proxydetect.cc
|
| index 71910aa2d4dea77aff2756675afbfef1a1f36d9a..111cf4b020df642ed9386c592c7d7beb4799e312 100644
|
| --- a/webrtc/base/proxydetect.cc
|
| +++ b/webrtc/base/proxydetect.cc
|
| @@ -38,11 +38,15 @@
|
| #include "webrtc/base/pathutils.h"
|
| #include "webrtc/base/stringutils.h"
|
|
|
| -#if defined(WEBRTC_WIN)
|
| -#define _TRY_WINHTTP 1
|
| #define _TRY_JSPROXY 0
|
| #define _TRY_WM_FINDPROXY 0
|
| +
|
| +#if defined(WEBRTC_WIN)
|
| +#define _TRY_WINHTTP 1
|
| #define _TRY_IE_LAN_SETTINGS 1
|
| +#else
|
| +#define _TRY_WINHTTP 0
|
| +#define _TRY_IE_LAN_SETTINGS 0
|
| #endif // WEBRTC_WIN
|
|
|
| // For all platforms try Firefox.
|
|
|