Chromium Code Reviews| 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..3afd2c2e85696fb5f85ac73ccb759ea0fb85f8ec 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, // Load NSS for remoting. |
|
wtc
2011/03/15 00:21:45
The switch says "enable remoting", with no referen
Alpha Left Google
2011/03/15 01:27:51
Removed the comments.
|
| switches::kV, |
| switches::kVModule, |
| switches::kUserDataDir, // Make logs go to the right file. |