| Index: content/public/test/browser_test_base.cc
|
| diff --git a/content/public/test/browser_test_base.cc b/content/public/test/browser_test_base.cc
|
| index 2761e58c3ae3382a362b6695b5379ab4bc6f97ff..cb8f203e046ac6b220c0d8d15dd06edb743eadd5 100644
|
| --- a/content/public/test/browser_test_base.cc
|
| +++ b/content/public/test/browser_test_base.cc
|
| @@ -156,7 +156,6 @@ void BrowserTestBase::SetUp() {
|
| command_line->AppendSwitch(switches::kDisableGpu);
|
| command_line->AppendSwitch(switches::kEnableSoftwareCompositing);
|
| #if defined(USE_AURA)
|
| - command_line->AppendSwitch(switches::kUIEnableSoftwareCompositing);
|
| command_line->AppendSwitch(switches::kUIDisableThreadedCompositing);
|
| #endif
|
| }
|
|
|