summaryrefslogtreecommitdiffstats
path: root/base/base_switches.cc
diff options
context:
space:
mode:
authorvollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 23:10:40 +0000
committervollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-11 23:10:40 +0000
commit2bf64a930e179a2bd11492e897df86869dd94bd0 (patch)
treefc983571c53936a2c7b27168b4184bae76538be7 /base/base_switches.cc
parente617613625f7a368c9f4c198affe473cfa4f2819 (diff)
downloadchromium_src-2bf64a930e179a2bd11492e897df86869dd94bd0.zip
chromium_src-2bf64a930e179a2bd11492e897df86869dd94bd0.tar.gz
chromium_src-2bf64a930e179a2bd11492e897df86869dd94bd0.tar.bz2
Allow tracing to console everywhere.
This patch gets rid of the cc-only trace-to-vlog stuff and replaces it with a general trace-to-console approach that can be used everywhere, even the browser. BUG=None Review URL: https://chromiumcodereview.appspot.com/18174006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211245 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base_switches.cc')
-rw-r--r--base/base_switches.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base_switches.cc b/base/base_switches.cc
index 7c7b061..f0ac32b 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