Chromium Code Reviews| Index: base/base_switches.h |
| diff --git a/base/base_switches.h b/base/base_switches.h |
| index b2bf7abca8fb382b08a46cc1fafa8bc9601e2aba..ae792699523ca2c7b5f03409113df7099ec5feda 100644 |
| --- a/base/base_switches.h |
| +++ b/base/base_switches.h |
| @@ -23,6 +23,11 @@ extern const char kVModule[]; |
| extern const char kWaitForDebugger[]; |
| extern const char kTraceToConsole[]; |
| +// Configure whether profiler will contain timing information. This option is |
|
Mark Mentovai
2013/12/05 23:54:04
Nit: the profiler (or reword).
qsr
2013/12/06 14:29:43
Done.
|
| +// enabled by default. A value of 0 will disable profiler timing, while all |
|
Mark Mentovai
2013/12/05 23:54:04
Put the zero in quotes so that it’s clearer that y
qsr
2013/12/06 14:29:43
Done.
|
| +// other value will enable it. |
|
Mark Mentovai
2013/12/05 23:54:04
Nit: values, plural, not value.
All of the other
qsr
2013/12/06 14:29:43
Done.
|
| +extern const char kProfilerTiming[]; |
| + |
| #if defined(OS_POSIX) |
| extern const char kEnableCrashReporterForTesting[]; |
| #endif |