| Index: content/test/content_browser_test.cc
|
| diff --git a/content/test/content_browser_test.cc b/content/test/content_browser_test.cc
|
| index fb0cb6d91dfafd251a37bf18936d256ff40b331a..c0b91943f567fe848da8b24433185e249fd18996 100644
|
| --- a/content/test/content_browser_test.cc
|
| +++ b/content/test/content_browser_test.cc
|
| @@ -80,12 +80,6 @@ void ContentBrowserTest::SetUp() {
|
| subprocess_path);
|
| #endif
|
|
|
| - // NOTE: should be kept in sync with
|
| - // chrome/browser/resources/software_rendering_list.json
|
| -#if !defined(OS_WIN) && !defined(OS_CHROMEOS)
|
| - command_line->AppendSwitch(switches::kDisableAcceleratedVideoDecode);
|
| -#endif
|
| -
|
| BrowserTestBase::SetUp();
|
| }
|
|
|
|
|