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

Unified Diff: chrome/common/chrome_switches.cc

Issue 115725: Rename the --proxy-bypass-urls command-line switch --proxy-bypass-list.... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Upload before checkin Created 11 years, 7 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
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/common/chrome_switches.cc
===================================================================
--- chrome/common/chrome_switches.cc (revision 16880)
+++ chrome/common/chrome_switches.cc (working copy)
@@ -239,11 +239,11 @@
// other proxy server flags that are passed.
const wchar_t kNoProxyServer[] = L"no-proxy-server";
-// Specify a list of URLs for whom we bypass proxy settings and use direct
+// Specify a list of hosts for whom we bypass proxy settings and use direct
// connections. Ignored if --proxy-auto-detect or --no-proxy-server are
// also specified.
-// TODO(robertshield): Specify URL format.
-const wchar_t kProxyBypassUrls[] = L"proxy-bypass-urls";
+// TODO(robertshield): Specify host format.
+const wchar_t kProxyBypassList[] = L"proxy-bypass-list";
// Force proxy auto-detection.
const wchar_t kProxyAutoDetect[] = L"proxy-auto-detect";
« no previous file with comments | « chrome/common/chrome_switches.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698