Allow tracing to console everywhere.
commit2bf64a930e179a2bd11492e897df86869dd94bd0
authorvollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 11 Jul 2013 23:10:40 +0000 (11 23:10 +0000)
committervollick@chromium.org <vollick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Thu, 11 Jul 2013 23:10:40 +0000 (11 23:10 +0000)
treefc983571c53936a2c7b27168b4184bae76538be7
parente617613625f7a368c9f4c198affe473cfa4f2819
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
12 files changed:
base/base_switches.cc
base/base_switches.h
base/command_line.cc
base/command_line.h
base/debug/trace_event_impl.cc
base/debug/trace_event_impl.h
cc/base/switches.cc
cc/base/switches.h
cc/test/cc_test_suite.cc
content/browser/browser_child_process_host_impl.cc
content/browser/renderer_host/render_process_host_impl.cc
content/child/child_thread.cc