| Index: chrome/common/chrome_switches.h
|
| ===================================================================
|
| --- chrome/common/chrome_switches.h (revision 15852)
|
| +++ chrome/common/chrome_switches.h (working copy)
|
| @@ -77,6 +77,10 @@
|
| 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 kWinHttpProxyResolver[];
|
| extern const wchar_t kDebugPrint[];
|
|
|
|
|