| Index: content/app/content_main_runner.cc
|
| diff --git a/content/app/content_main_runner.cc b/content/app/content_main_runner.cc
|
| index 863f02be27411b4490f047a8b4d8d944d6216518..d844d6db84315808964a62326b3b0adb002eb859 100644
|
| --- a/content/app/content_main_runner.cc
|
| +++ b/content/app/content_main_runner.cc
|
| @@ -568,6 +568,9 @@ class ContentMainRunnerImpl : public ContentMainRunner {
|
|
|
| base::EnableTerminationOnHeapCorruption();
|
|
|
| + // Enable profiler recording right after command line is initialized.
|
| + delegate_->EnableProfilerRecording();
|
| +
|
| #if !defined(OS_IOS)
|
| SetProcessTitleFromCommandLine(argv);
|
| #endif
|
|
|