| Index: chrome/test/gpu/gpu_pixel_browsertest.cc
|
| ===================================================================
|
| --- chrome/test/gpu/gpu_pixel_browsertest.cc (revision 147000)
|
| +++ chrome/test/gpu/gpu_pixel_browsertest.cc (working copy)
|
| @@ -95,12 +95,8 @@
|
| }
|
|
|
| virtual void SetUpCommandLine(CommandLine* command_line) {
|
| - InProcessBrowserTest::SetUpCommandLine(command_line);
|
| command_line->AppendSwitchASCII(switches::kTestGLLib,
|
| "libllvmpipe.so");
|
| -
|
| - // This enables DOM automation for tab contents.
|
| - EnableDOMAutomation();
|
| }
|
|
|
| virtual void SetUpInProcessBrowserTestFixture() {
|
|
|