| Index: content/browser/ppapi_plugin_process_host.cc
|
| diff --git a/content/browser/ppapi_plugin_process_host.cc b/content/browser/ppapi_plugin_process_host.cc
|
| index a3151304feae70d979a0a447d59e152a7a373cca..9956326899b0f6ed274fe9bf59212f2a5565721b 100644
|
| --- a/content/browser/ppapi_plugin_process_host.cc
|
| +++ b/content/browser/ppapi_plugin_process_host.cc
|
| @@ -317,7 +317,7 @@ bool PpapiPluginProcessHost::Init(const PepperPluginInfo& info) {
|
| #if defined(OS_POSIX)
|
| bool use_zygote = !is_broker_ && plugin_launcher.empty() && info.is_sandboxed;
|
| if (!info.is_sandboxed)
|
| - cmd_line->AppendSwitchASCII(switches::kNoSandbox, "");
|
| + cmd_line->AppendSwitchASCII(switches::kNoSandbox, std::string());
|
| #endif // OS_POSIX
|
| process_->Launch(
|
| #if defined(OS_WIN)
|
|
|