Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(295)

Unified Diff: content/common/child_trace_message_filter.cc

Issue 7004011: Nits fix on trace_event.h and child_trace_message_filter.cc (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 9 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « base/debug/trace_event.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/common/child_trace_message_filter.cc
diff --git a/content/common/child_trace_message_filter.cc b/content/common/child_trace_message_filter.cc
index 629aea5af727a48f942ee123c771d7510fade733..9aa8daae35797dcd14ac5c4a445bda2b944c69a6 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(
« no previous file with comments | « base/debug/trace_event.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698