Index: trunk/src/content/app/content_main_runner.cc |
=================================================================== |
--- trunk/src/content/app/content_main_runner.cc (revision 242678) |
+++ trunk/src/content/app/content_main_runner.cc (working copy) |
@@ -671,7 +671,6 @@ |
command_line.GetSwitchValueASCII(switches::kTraceStartup)); |
base::debug::TraceLog::GetInstance()->SetEnabled( |
category_filter, |
- base::debug::TraceLog::RECORDING_MODE, |
base::debug::TraceLog::RECORD_UNTIL_FULL); |
} |
#if !defined(OS_ANDROID) |