Chromium Code Reviews| Index: content/browser/browser_main_runner.cc |
| diff --git a/content/browser/browser_main_runner.cc b/content/browser/browser_main_runner.cc |
| index b19fc6950ba1162569f63bee28d6cbea40e36850..63200ca760e4d1b235b7c61a97e850ddcfeece4a 100644 |
| --- a/content/browser/browser_main_runner.cc |
| +++ b/content/browser/browser_main_runner.cc |
| @@ -264,7 +264,7 @@ class BrowserMainRunnerImpl : public BrowserMainRunner { |
| } else if (tracing::TraceConfigFile::GetInstance()->IsEnabled() && |
| TracingController::GetInstance()->IsRecording()) { |
| base::FilePath result_file; |
| -#if defined(OS_ANDROID) |
| +#if defined(OS_ANDROID) && !defined(USE_AURA) |
|
mfomitchev
2015/11/03 22:23:20
@sievers: Do you know off the top of your head if
no sievers
2015/11/04 01:59:32
I think it's only for startup and shutdown tracing
|
| TracingControllerAndroid::GenerateTracingFilePath(&result_file); |
| #else |
| result_file = tracing::TraceConfigFile::GetInstance()->GetResultFile(); |