summaryrefslogtreecommitdiffstats
path: root/content/common
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 /content/common
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
Diffstat (limited to 'content/common')
-rw-r--r--content/common/child_trace_message_filter.cc3
1 files changed, 1 insertions, 2 deletions
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(