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

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

Issue 2893005: Change the default number of proxy resolver threads used for evaluating PAC s... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Address wtc comments Created 10 years, 5 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
« no previous file with comments | « chrome/browser/net/connection_tester.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 // Copyright (c) 2010 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2010 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 169 matching lines...) Expand 10 before | Expand all | Expand 10 after
180 extern const char kNaClLoaderProcess[]; 180 extern const char kNaClLoaderProcess[];
181 extern const char kNaClStartupDialog[]; 181 extern const char kNaClStartupDialog[];
182 extern const char kNewWrenchMenu[]; 182 extern const char kNewWrenchMenu[];
183 extern const char kNoDefaultBrowserCheck[]; 183 extern const char kNoDefaultBrowserCheck[];
184 extern const char kNoEvents[]; 184 extern const char kNoEvents[];
185 extern const char kNoFirstRun[]; 185 extern const char kNoFirstRun[];
186 extern const char kNoJsRandomness[]; 186 extern const char kNoJsRandomness[];
187 extern const char kNoProxyServer[]; 187 extern const char kNoProxyServer[];
188 extern const char kNoReferrers[]; 188 extern const char kNoReferrers[];
189 extern const char kNoSandbox[]; 189 extern const char kNoSandbox[];
190 extern const char kNumPacThreads[];
190 extern const char kOpenInNewWindow[]; 191 extern const char kOpenInNewWindow[];
191 extern const char kPackExtension[]; 192 extern const char kPackExtension[];
192 extern const char kPackExtensionKey[]; 193 extern const char kPackExtensionKey[];
193 extern const char kParentProfile[]; 194 extern const char kParentProfile[];
194 extern const char kPlaybackMode[]; 195 extern const char kPlaybackMode[];
195 extern const char kPluginDataDir[]; 196 extern const char kPluginDataDir[];
196 extern const char kPluginLauncher[]; 197 extern const char kPluginLauncher[];
197 extern const char kPluginPath[]; 198 extern const char kPluginPath[];
198 extern const char kPluginProcess[]; 199 extern const char kPluginProcess[];
199 extern const char kPluginStartupDialog[]; 200 extern const char kPluginStartupDialog[];
(...skipping 134 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 #endif 335 #endif
335 // Return true if the switches indicate the seccomp sandbox is enabled. 336 // Return true if the switches indicate the seccomp sandbox is enabled.
336 bool SeccompSandboxEnabled(); 337 bool SeccompSandboxEnabled();
337 338
338 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 339 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
339 // alphabetical order, or in one of the ifdefs (also in order in each section). 340 // alphabetical order, or in one of the ifdefs (also in order in each section).
340 341
341 } // namespace switches 342 } // namespace switches
342 343
343 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 344 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW
« no previous file with comments | « chrome/browser/net/connection_tester.cc ('k') | chrome/common/chrome_switches.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698