| Index: base/base_switches.cc
|
| diff --git a/base/base_switches.cc b/base/base_switches.cc
|
| index 7c7b0616e4cc9e35374622a6e1984f23cc438a92..f0ac32b4e3fdedf0f55db24c9d1b6e426905ea0c 100644
|
| --- a/base/base_switches.cc
|
| +++ b/base/base_switches.cc
|
| @@ -46,4 +46,7 @@ const char kVModule[] = "vmodule";
|
| // Will wait for 60 seconds for a debugger to come to attach to the process.
|
| const char kWaitForDebugger[] = "wait-for-debugger";
|
|
|
| +// Sends a pretty-printed version of tracing info to the console.
|
| +const char kTraceToConsole[] = "trace-to-console";
|
| +
|
| } // namespace switches
|
|
|