| 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 ae04f505c4d5b22c4240d4cd5ad23411f9acd146..236d290ab844152b02246e88f83e817751f53371 100644
|
| --- a/content/public/test/browser_test_base.cc
|
| +++ b/content/public/test/browser_test_base.cc
|
| @@ -100,8 +100,6 @@ void BrowserTestBase::SetUp() {
|
|
|
| command_line->AppendSwitch(switches::kDomAutomationController);
|
|
|
| - command_line->AppendSwitch(switches::kSkipGpuDataLoading);
|
| -
|
| MainFunctionParams params(*command_line);
|
| params.ui_task =
|
| new base::Closure(
|
|
|