Chromium Code Reviews| Index: content/app/content_main_runner.cc |
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc |
| index 36074ba392dc7413f10b36ccf68b70b04b5b980d..1d95cdcd91d767e9574b883cfd2448e96d833510 100644 |
| --- a/content/app/content_main_runner.cc |
| +++ b/content/app/content_main_runner.cc |
| @@ -633,7 +633,8 @@ class ContentMainRunnerImpl : public ContentMainRunner { |
| base::debug::TraceLog::GetInstance()->SetEnabled( |
| category_filter, |
| base::debug::TraceLog::RECORDING_MODE, |
| - base::debug::TraceLog::RECORD_UNTIL_FULL); |
| + base::debug::TraceOptions( |
| + base::debug::RECORD_UNTIL_FULL)); |
|
dsinclair
2014/07/30 14:25:26
RECORD_UNTIL_FULL is default, no need to pass.
|
| } |
| #if !defined(OS_ANDROID) |
| // Android tracing started at the beginning of the method. |