diff options
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r-- | chrome/common/chrome_switches.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h index f987cb2..da3e0e4 100644 --- a/chrome/common/chrome_switches.h +++ b/chrome/common/chrome_switches.h @@ -77,9 +77,9 @@ extern const wchar_t kMakeDefaultBrowser[]; extern const wchar_t kProxyServer[]; extern const wchar_t kNoProxyServer[]; -extern const wchar_t kProxyServerBypassUrls[]; -extern const wchar_t kProxyServerAutoDetect[]; -extern const wchar_t kProxyServerPacUrl[]; +extern const wchar_t kProxyBypassUrls[]; +extern const wchar_t kProxyAutoDetect[]; +extern const wchar_t kProxyPacUrl[]; extern const wchar_t kWinHttpProxyResolver[]; extern const wchar_t kDebugPrint[]; |