| Index: content/browser/zygote_host_linux.cc
|
| diff --git a/content/browser/zygote_host_linux.cc b/content/browser/zygote_host_linux.cc
|
| index 4b8d76cde8e76d9746a4cbad6e50384523ced6a2..9152f9f82dd4390e37b26513aeff820e1e3f45d8 100644
|
| --- a/content/browser/zygote_host_linux.cc
|
| +++ b/content/browser/zygote_host_linux.cc
|
| @@ -97,6 +97,7 @@ void ZygoteHost::Init(const std::string& sandbox_cmd) {
|
| switches::kAllowSandboxDebugging,
|
| switches::kLoggingLevel,
|
| switches::kEnableLogging, // Support, e.g., --enable-logging=stderr.
|
| + switches::kEnableRemoting,
|
| switches::kV,
|
| switches::kVModule,
|
| switches::kUserDataDir, // Make logs go to the right file.
|
|
|