summaryrefslogtreecommitdiffstats
path: root/chrome/common/chrome_switches.h
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 19:07:34 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-05-26 19:07:34 +0000
commit7a2319b876d956896afe33ce99edc4001cd324c7 (patch)
tree4ab3dfea76c7a106a92a2049ddd31eb9a8265703 /chrome/common/chrome_switches.h
parent6eb7e132a6222068366e50a95a62281ebcbcfeb2 (diff)
downloadchromium_src-7a2319b876d956896afe33ce99edc4001cd324c7.zip
chromium_src-7a2319b876d956896afe33ce99edc4001cd324c7.tar.gz
chromium_src-7a2319b876d956896afe33ce99edc4001cd324c7.tar.bz2
Rename the --proxy-bypass-urls command-line switch
--proxy-bypass-list. R=robertshield,eroman BUG=http://crbug.com/266 TEST=N/A Review URL: http://codereview.chromium.org/115725 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16883 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/chrome_switches.h')
-rw-r--r--chrome/common/chrome_switches.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/chrome_switches.h b/chrome/common/chrome_switches.h
index d304c78..a4782e1 100644
--- a/chrome/common/chrome_switches.h
+++ b/chrome/common/chrome_switches.h
@@ -79,7 +79,7 @@ extern const wchar_t kMakeDefaultBrowser[];
extern const wchar_t kProxyServer[];
extern const wchar_t kNoProxyServer[];
-extern const wchar_t kProxyBypassUrls[];
+extern const wchar_t kProxyBypassList[];
extern const wchar_t kProxyAutoDetect[];
extern const wchar_t kProxyPacUrl[];
extern const wchar_t kWinHttpProxyResolver[];