Index: gpu/command_buffer/service/gpu_switches.cc |
diff --git a/gpu/command_buffer/service/gpu_switches.cc b/gpu/command_buffer/service/gpu_switches.cc |
index a2d43e9c4dfd7f18772d7dbe47f2dcfb9266a4dd..2e4e083353e1e652565d1db9139e99a83428ddb7 100644 |
--- a/gpu/command_buffer/service/gpu_switches.cc |
+++ b/gpu/command_buffer/service/gpu_switches.cc |
@@ -65,9 +65,6 @@ const char kEnableSubscribeUniformExtension[] = |
const char kEnableThreadedTextureMailboxes[] = |
"enable-threaded-texture-mailboxes"; |
-// Enable OpenGL ES 3 APIs without proper service side validation. |
-const char kEnableUnsafeES3APIs[] = "enable-unsafe-es3-apis"; |
- |
// Include ANGLE's intermediate representation (AST) output in shader |
// compilation info logs. |
const char kGLShaderIntermOutput[] = "gl-shader-interm-output"; |
@@ -92,7 +89,6 @@ const char* kGpuSwitches[] = { |
kGpuProgramCacheSizeKb, |
kDisableGpuShaderDiskCache, |
kEnableShareGroupAsyncTextureUpload, |
- kEnableUnsafeES3APIs, |
kEnableSubscribeUniformExtension, |
kGLShaderIntermOutput, |
kEmulateShaderPrecision, |