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

Side by Side Diff: chrome/common/chrome_switches.h

Issue 220009: Provides a certificate for SSL client authentication on NSS sockets.... (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 11 years, 2 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 "build/build_config.h" 10 #include "build/build_config.h"
(...skipping 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 extern const wchar_t kProxyBypassList[]; 86 extern const wchar_t kProxyBypassList[];
87 extern const wchar_t kProxyAutoDetect[]; 87 extern const wchar_t kProxyAutoDetect[];
88 extern const wchar_t kProxyPacUrl[]; 88 extern const wchar_t kProxyPacUrl[];
89 extern const wchar_t kWinHttpProxyResolver[]; 89 extern const wchar_t kWinHttpProxyResolver[];
90 extern const wchar_t kDebugPrint[]; 90 extern const wchar_t kDebugPrint[];
91 extern const wchar_t kPrint[]; 91 extern const wchar_t kPrint[];
92 92
93 extern const wchar_t kDnsLogDetails[]; 93 extern const wchar_t kDnsLogDetails[];
94 extern const wchar_t kDnsPrefetchDisable[]; 94 extern const wchar_t kDnsPrefetchDisable[];
95 95
96 #if defined(OS_LINUX)
97 extern const wchar_t kAutoSSLClientAuth[];
98 #endif
99
96 extern const wchar_t kDisableDevTools[]; 100 extern const wchar_t kDisableDevTools[];
97 extern const wchar_t kAlwaysEnableDevTools[]; 101 extern const wchar_t kAlwaysEnableDevTools[];
98 extern const wchar_t kEnableExtensionTimelineApi[]; 102 extern const wchar_t kEnableExtensionTimelineApi[];
99 103
100 extern const wchar_t kTabCountToLoadOnSessionRestore[]; 104 extern const wchar_t kTabCountToLoadOnSessionRestore[];
101 105
102 extern const wchar_t kMemoryProfiling[]; 106 extern const wchar_t kMemoryProfiling[];
103 extern const wchar_t kPurgeMemoryButton[]; 107 extern const wchar_t kPurgeMemoryButton[];
104 108
105 extern const wchar_t kEnableFileCookies[]; 109 extern const wchar_t kEnableFileCookies[];
(...skipping 143 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 extern const wchar_t kActivateOnLaunch[]; 253 extern const wchar_t kActivateOnLaunch[];
250 extern const wchar_t kEnableWebSockets[]; 254 extern const wchar_t kEnableWebSockets[];
251 255
252 extern const wchar_t kEnableExperimentalWebGL[]; 256 extern const wchar_t kEnableExperimentalWebGL[];
253 257
254 extern const wchar_t kEnableDesktopNotifications[]; 258 extern const wchar_t kEnableDesktopNotifications[];
255 259
256 } // namespace switches 260 } // namespace switches
257 261
258 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 262 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698