| Index: content/browser/zygote_host/zygote_communication_linux.cc
|
| diff --git a/content/browser/zygote_host/zygote_communication_linux.cc b/content/browser/zygote_host/zygote_communication_linux.cc
|
| index c72bdaf3f5f153de8e22cd56484f089611959d05..f2f7da617e86b65e56affbe018abe153320361a5 100644
|
| --- a/content/browser/zygote_host/zygote_communication_linux.cc
|
| +++ b/content/browser/zygote_host/zygote_communication_linux.cc
|
| @@ -249,9 +249,9 @@ void ZygoteCommunication::Init() {
|
| // Should this list be obtained from browser_render_process_host.cc?
|
| static const char* const kForwardSwitches[] = {
|
| switches::kAllowSandboxDebugging, switches::kAndroidFontsPath,
|
| - switches::kDisableSeccompFilterSandbox,
|
| - switches::kEnableHeapProfiling,
|
| + switches::kDisableSeccompFilterSandbox, switches::kEnableHeapProfiling,
|
| switches::kEnableLogging, // Support, e.g., --enable-logging=stderr.
|
| + switches::kHeadless,
|
| // Zygote process needs to know what resources to have loaded when it
|
| // becomes a renderer process.
|
| switches::kForceDeviceScaleFactor, switches::kLoggingLevel,
|
|
|