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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
OLDNEW
1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2006-2009 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be 2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file. 3 // found in the LICENSE file.
4 4
5 // Defines all the command-line switches used by Chrome. 5 // Defines all the command-line switches used by Chrome.
6 6
7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H__ 7 #ifndef CHROME_COMMON_CHROME_SWITCHES_H__
8 #define CHROME_COMMON_CHROME_SWITCHES_H__ 8 #define CHROME_COMMON_CHROME_SWITCHES_H__
9 9
10 #include "base/base_switches.h" 10 #include "base/base_switches.h"
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 extern const wchar_t kPlaybackMode[]; 71 extern const wchar_t kPlaybackMode[];
72 extern const wchar_t kNoEvents[]; 72 extern const wchar_t kNoEvents[];
73 extern const wchar_t kNoJsRandomness[]; 73 extern const wchar_t kNoJsRandomness[];
74 74
75 extern const wchar_t kHideIcons[]; 75 extern const wchar_t kHideIcons[];
76 extern const wchar_t kShowIcons[]; 76 extern const wchar_t kShowIcons[];
77 extern const wchar_t kMakeDefaultBrowser[]; 77 extern const wchar_t kMakeDefaultBrowser[];
78 78
79 extern const wchar_t kProxyServer[]; 79 extern const wchar_t kProxyServer[];
80 extern const wchar_t kNoProxyServer[]; 80 extern const wchar_t kNoProxyServer[];
81 extern const wchar_t kProxyServerBypassUrls[]; 81 extern const wchar_t kProxyBypassUrls[];
82 extern const wchar_t kProxyServerAutoDetect[]; 82 extern const wchar_t kProxyAutoDetect[];
83 extern const wchar_t kProxyServerPacUrl[]; 83 extern const wchar_t kProxyPacUrl[];
84 extern const wchar_t kWinHttpProxyResolver[]; 84 extern const wchar_t kWinHttpProxyResolver[];
85 extern const wchar_t kDebugPrint[]; 85 extern const wchar_t kDebugPrint[];
86 86
87 extern const wchar_t kDnsLogDetails[]; 87 extern const wchar_t kDnsLogDetails[];
88 extern const wchar_t kDnsPrefetchDisable[]; 88 extern const wchar_t kDnsPrefetchDisable[];
89 89
90 extern const wchar_t kAllowAllActiveX[]; 90 extern const wchar_t kAllowAllActiveX[];
91 91
92 extern const wchar_t kDisableDevTools[]; 92 extern const wchar_t kDisableDevTools[];
93 extern const wchar_t kAlwaysEnableDevTools[]; 93 extern const wchar_t kAlwaysEnableDevTools[];
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 extern const wchar_t kAutoSpellCorrect[]; 168 extern const wchar_t kAutoSpellCorrect[];
169 169
170 extern const wchar_t kEnableOmnibox2[]; 170 extern const wchar_t kEnableOmnibox2[];
171 171
172 extern const wchar_t kDisableAudio[]; 172 extern const wchar_t kDisableAudio[];
173 extern const wchar_t kSimpleDataSource[]; 173 extern const wchar_t kSimpleDataSource[];
174 174
175 } // namespace switches 175 } // namespace switches
176 176
177 #endif // CHROME_COMMON_CHROME_SWITCHES_H__ 177 #endif // CHROME_COMMON_CHROME_SWITCHES_H__
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698