| Index: content/browser/gpu/gpu_process_host.cc
|
| diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc
|
| index 8cbb7aa1d82982cb163c286a63874e84527af708..bf266adef3afaa1e960fee860394db423aa06fb5 100644
|
| --- a/content/browser/gpu/gpu_process_host.cc
|
| +++ b/content/browser/gpu/gpu_process_host.cc
|
| @@ -1195,7 +1195,7 @@ bool GpuProcessHost::LaunchGpuProcess(const std::string& channel_id) {
|
| new GpuSandboxedProcessLauncherDelegate(cmd_line),
|
| #elif defined(OS_POSIX)
|
| false,
|
| - base::EnvironmentVector(),
|
| + base::EnvironmentMap(),
|
| #endif
|
| cmd_line);
|
| process_launched_ = true;
|
|
|