Index: chrome/test/gpu/webgl_conformance_tests.cc |
=================================================================== |
--- chrome/test/gpu/webgl_conformance_tests.cc (revision 147000) |
+++ chrome/test/gpu/webgl_conformance_tests.cc (working copy) |
@@ -21,9 +21,6 @@ |
WebGLConformanceTests() {} |
virtual void SetUpCommandLine(CommandLine* command_line) { |
- // This enables DOM automation for tab contents. |
- EnableDOMAutomation(); |
- |
// Allow privileged WebGL extensions. |
command_line->AppendSwitch(switches::kEnablePrivilegedWebGLExtensions); |
} |