Index: chrome/browser/zygote_host_linux.cc |
diff --git a/chrome/browser/zygote_host_linux.cc b/chrome/browser/zygote_host_linux.cc |
index 0d57b55bdc61c8bd394afa481c92febd8c05703e..f01bcf11620bb0a9a83e778fbef159f41d9f0637 100644 |
--- a/chrome/browser/zygote_host_linux.cc |
+++ b/chrome/browser/zygote_host_linux.cc |
@@ -43,7 +43,7 @@ static void SaveSUIDUnsafeEnvironmentVariables() { |
scoped_ptr<base::Environment> env(base::Environment::Create()); |
std::string value; |
- if (env->GetEnv(envvar, &value)) |
+ if (env->GetVar(envvar, &value)) |
env->SetVar(saved_envvar, value); |
else |
env->UnSetVar(saved_envvar); |