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

Unified Diff: chrome/common/chrome_switches.h

Issue 113465: Shorten the new proxy switch names. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' 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
Index: chrome/common/chrome_switches.h
===================================================================
--- chrome/common/chrome_switches.h (revision 16082)
+++ chrome/common/chrome_switches.h (working copy)
@@ -78,9 +78,9 @@
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[];

Powered by Google App Engine
This is Rietveld 408576698