diff options
Diffstat (limited to 'content/gpu/gpu_main.cc')
-rw-r--r-- | content/gpu/gpu_main.cc | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc index 40d759c..75ab303 100644 --- a/content/gpu/gpu_main.cc +++ b/content/gpu/gpu_main.cc @@ -9,7 +9,6 @@ #endif #include "base/debug/trace_event.h" -#include "base/environment.h" #include "base/message_loop.h" #include "base/rand_util.h" #include "base/string_number_conversions.h" @@ -96,13 +95,6 @@ int GpuMain(const content::MainFunctionParams& parameters) { command_line.GetSwitchValueASCII(switches::kGpuDriverVersion); content::GetContentClient()->SetGpuInfo(gpu_info); -#if defined(OS_CHROMEOS) - // On Chrome OS, we can now sandbox the GPU process using seccomp filter. - // This restricts calls to open(), so set the config line in /etc/drirc as - // an environment variable. - base::Environment::Create()->SetVar("force_s3tc_enable", "true"); -#endif - // Load and initialize the GL implementation and locate the GL entry points. if (gfx::GLSurface::InitializeOneOff()) { #if defined(OS_LINUX) |