summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 23:49:32 +0000
committerscheib@chromium.org <scheib@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2011-05-10 23:49:32 +0000
commitcdda5b4601bbf6c84aee963defad416fa607dfef (patch)
treefb207d57425745a04d68726df4550442c99d4e4b
parenta9b08b5392ed3b37c80071e62c8696a95a990a1e (diff)
downloadchromium_src-cdda5b4601bbf6c84aee963defad416fa607dfef.zip
chromium_src-cdda5b4601bbf6c84aee963defad416fa607dfef.tar.gz
chromium_src-cdda5b4601bbf6c84aee963defad416fa607dfef.tar.bz2
Nits fix on trace_event.h and child_trace_message_filter.cc
BUG= TEST= Review URL: http://codereview.chromium.org/7004011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@84893 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--base/debug/trace_event.h2
-rw-r--r--content/common/child_trace_message_filter.cc3
2 files changed, 2 insertions, 3 deletions
diff --git a/base/debug/trace_event.h b/base/debug/trace_event.h
index 2bfab56..7aed02e9 100644
--- a/base/debug/trace_event.h
+++ b/base/debug/trace_event.h
@@ -54,7 +54,7 @@
// which is threadsafe internally via TraceLog::lock_. The enabled flag may
// cause some threads to incorrectly call or skip calling AddTraceEvent near
// the time of the system being enabled or disabled. This is acceptable as
-// we tollerate some data loss while the system is being enabled/disabled and
+// we tolerate some data loss while the system is being enabled/disabled and
// because AddTraceEvent is threadsafe internally and checks the enabled state
// again under lock.
//
diff --git a/content/common/child_trace_message_filter.cc b/content/common/child_trace_message_filter.cc
index 629aea5..9aa8daa 100644
--- a/content/common/child_trace_message_filter.cc
+++ b/content/common/child_trace_message_filter.cc
@@ -25,8 +25,7 @@ void ChildTraceMessageFilter::OnFilterAdded(IPC::Channel* channel) {
base::Bind(&ChildTraceMessageFilter::OnTraceBufferFull, this));
}
-void ChildTraceMessageFilter::OnFilterRemoved()
-{
+void ChildTraceMessageFilter::OnFilterRemoved() {
base::debug::TraceLog::GetInstance()->SetOutputCallback(
base::debug::TraceLog::OutputCallback());
base::debug::TraceLog::GetInstance()->SetBufferFullCallback(