| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 33bb2a3222890528f750a0706af99b011ffaa125..f59f1774e4136e1843855410e782bc3c6c62752d 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -671,6 +671,7 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
| 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)
|
|
|