OLD | NEW |
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 117 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
128 extern const wchar_t kEnableRemoteFonts[]; | 128 extern const wchar_t kEnableRemoteFonts[]; |
129 | 129 |
130 extern const wchar_t kUseLowFragHeapCrt[]; | 130 extern const wchar_t kUseLowFragHeapCrt[]; |
131 | 131 |
132 #ifndef NDEBUG | 132 #ifndef NDEBUG |
133 extern const wchar_t kGearsPluginPathOverride[]; | 133 extern const wchar_t kGearsPluginPathOverride[]; |
134 #endif | 134 #endif |
135 | 135 |
136 extern const wchar_t kEnableFastback[]; | 136 extern const wchar_t kEnableFastback[]; |
137 | 137 |
138 extern const wchar_t kDisableP13n[]; | 138 extern const wchar_t kEnableSync[]; |
139 | 139 |
140 extern const wchar_t kSdchFilter[]; | 140 extern const wchar_t kSdchFilter[]; |
141 | 141 |
142 extern const wchar_t kEnableUserScripts[]; | 142 extern const wchar_t kEnableUserScripts[]; |
143 extern const wchar_t kEnableExtensions[]; | 143 extern const wchar_t kEnableExtensions[]; |
144 extern const wchar_t kExtensionsUpdateFrequency[]; | 144 extern const wchar_t kExtensionsUpdateFrequency[]; |
145 extern const wchar_t kInstallExtension[]; | 145 extern const wchar_t kInstallExtension[]; |
146 extern const wchar_t kLoadExtension[]; | 146 extern const wchar_t kLoadExtension[]; |
147 extern const wchar_t kPackExtension[]; | 147 extern const wchar_t kPackExtension[]; |
148 extern const wchar_t kPackExtensionKey[]; | 148 extern const wchar_t kPackExtensionKey[]; |
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
217 extern const wchar_t kDiagnostics[]; | 217 extern const wchar_t kDiagnostics[]; |
218 | 218 |
219 extern const wchar_t kDisableCustomJumpList[]; | 219 extern const wchar_t kDisableCustomJumpList[]; |
220 | 220 |
221 extern const wchar_t kGoogleInternalCrashReporting[]; | 221 extern const wchar_t kGoogleInternalCrashReporting[]; |
222 | 222 |
223 extern const wchar_t kEnableDatabases[]; | 223 extern const wchar_t kEnableDatabases[]; |
224 } // namespace switches | 224 } // namespace switches |
225 | 225 |
226 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ | 226 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ |
OLD | NEW |