Chromium Code Reviews| Index: base/base_switches.h |
| diff --git a/base/base_switches.h b/base/base_switches.h |
| index b2bf7abca8fb382b08a46cc1fafa8bc9601e2aba..36a58ccc7a459d083885bb44c893871600fa5027 100644 |
| --- a/base/base_switches.h |
| +++ b/base/base_switches.h |
| @@ -23,6 +23,12 @@ extern const char kVModule[]; |
| extern const char kWaitForDebugger[]; |
| extern const char kTraceToConsole[]; |
| +// Configure whether profiler will contain timing information. This option is |
| +// enabled by default, and kEnableProfilerTiming take precedence over |
| +// kDisableProfilerTiming. |
| +extern const char kEnableProfilerTiming[]; |
|
jar (doing other things)
2013/12/02 19:01:50
nit: Rather than defining two flags to compete (wi
qsr
2013/12/03 11:33:44
Done.
|
| +extern const char kDisableProfilerTiming[]; |
| + |
| #if defined(OS_POSIX) |
| extern const char kEnableCrashReporterForTesting[]; |
| #endif |