Commit 73489a01 authored by Eric Seckler's avatar Eric Seckler Committed by Commit Bot

perfetto: Propagate --perfetto-disable-interning to child processes

This was missing before, rendering the flag useless for non-browser
process tracing.

Change-Id: I49222c8582432b1ebe72695bca5d434f0097130f
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1877016
Auto-Submit: Eric Seckler <eseckler@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#709200}
parent 015fe7e3
......@@ -336,6 +336,7 @@ void BrowserChildProcessHostImpl::LaunchWithoutExtraCommandLineSwitches(
switches::kLogBestEffortTasks,
switches::kLogFile,
switches::kLoggingLevel,
switches::kPerfettoDisableInterning,
switches::kTraceToConsole,
switches::kV,
switches::kVModule,
......
......@@ -3125,6 +3125,7 @@ void RenderProcessHostImpl::PropagateBrowserCommandLineToRenderer(
switches::kNoZygote,
switches::kOverridePluginPowerSaverForTesting,
switches::kPassiveListenersDefault,
switches::kPerfettoDisableInterning,
switches::kPpapiInProcess,
switches::kProfilingAtStart,
switches::kProfilingFile,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment