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

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

Issue 289393002: Remove --no-js-randomness. Only used by perftracker, which is dead. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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) 2012 The Chromium Authors. All rights reserved. 1 // Copyright (c) 2012 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 238 matching lines...) Expand 10 before | Expand all | Expand 10 after
249 extern const char kMemoryProfiling[]; 249 extern const char kMemoryProfiling[];
250 extern const char kMessageLoopHistogrammer[]; 250 extern const char kMessageLoopHistogrammer[];
251 extern const char kMetricsRecordingOnly[]; 251 extern const char kMetricsRecordingOnly[];
252 extern const char kMultiProfiles[]; 252 extern const char kMultiProfiles[];
253 extern const char kNetLogLevel[]; 253 extern const char kNetLogLevel[];
254 extern const char kNoDefaultBrowserCheck[]; 254 extern const char kNoDefaultBrowserCheck[];
255 extern const char kNoDisplayingInsecureContent[]; 255 extern const char kNoDisplayingInsecureContent[];
256 extern const char kNoEvents[]; 256 extern const char kNoEvents[];
257 extern const char kNoExperiments[]; 257 extern const char kNoExperiments[];
258 extern const char kNoFirstRun[]; 258 extern const char kNoFirstRun[];
259 extern const char kNoJsRandomness[];
260 extern const char kNoNetworkProfileWarning[]; 259 extern const char kNoNetworkProfileWarning[];
261 extern const char kNoProxyServer[]; 260 extern const char kNoProxyServer[];
262 extern const char kNoPings[]; 261 extern const char kNoPings[];
263 extern const char kNoServiceAutorun[]; 262 extern const char kNoServiceAutorun[];
264 extern const char kNoStartupWindow[]; 263 extern const char kNoStartupWindow[];
265 extern const char kNoManagedUserAcknowledgmentCheck[]; 264 extern const char kNoManagedUserAcknowledgmentCheck[];
266 extern const char kNtpAppInstallHint[]; 265 extern const char kNtpAppInstallHint[];
267 extern const char kNumPacThreads[]; 266 extern const char kNumPacThreads[];
268 extern const char kOpenInNewWindow[]; 267 extern const char kOpenInNewWindow[];
269 extern const char kOriginToForceQuicOn[]; 268 extern const char kOriginToForceQuicOn[];
(...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after
421 #else 420 #else
422 extern const char kEnablePrintPreview[]; 421 extern const char kEnablePrintPreview[];
423 #endif 422 #endif
424 423
425 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in 424 // DON'T ADD RANDOM STUFF HERE. Put it in the main section above in
426 // alphabetical order, or in one of the ifdefs (also in order in each section). 425 // alphabetical order, or in one of the ifdefs (also in order in each section).
427 426
428 } // namespace switches 427 } // namespace switches
429 428
430 #endif // CHROME_COMMON_CHROME_SWITCHES_H_ 429 #endif // CHROME_COMMON_CHROME_SWITCHES_H_
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698