summaryrefslogtreecommitdiffstats
path: root/base/debug/trace_event.h
diff options
context:
space:
mode:
authorthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-03 21:58:52 +0000
committerthakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-11-03 21:58:52 +0000
commit74861f3026520c2ca132e61df77e3daf94e37106 (patch)
tree8a779fc7d642a2825bbd3b228caea9acfae3bdea /base/debug/trace_event.h
parent54df73904399a0c2fceb00676ebcef58062e39aa (diff)
downloadchromium_src-74861f3026520c2ca132e61df77e3daf94e37106.zip
chromium_src-74861f3026520c2ca132e61df77e3daf94e37106.tar.gz
chromium_src-74861f3026520c2ca132e61df77e3daf94e37106.tar.bz2
Remove 1 exit time destructor and 1 static initializer in trace_event.
Also remove USE_UNRELIABLE_NOW. BUG=101600,94925 TEST=none Review URL: http://codereview.chromium.org/8363056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@108552 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/debug/trace_event.h')
-rw-r--r--base/debug/trace_event.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
index bfa4993..2a6c137 100644
--- a/base/debug/trace_event.h
+++ b/base/debug/trace_event.h
@@ -33,7 +33,7 @@
//
// By default, trace collection is compiled in, but turned off at runtime.
// Collecting trace data is the responsibility of the embedding
-// application. In Chrome's case, navigating to about:gpu will turn on
+// application. In Chrome's case, navigating to about:tracing will turn on
// tracing and display data collected across all active processes.
//
//