Index: content/common/gpu/media/video_decode_accelerator_unittest.cc |
=================================================================== |
--- content/common/gpu/media/video_decode_accelerator_unittest.cc (revision 150008) |
+++ content/common/gpu/media/video_decode_accelerator_unittest.cc (working copy) |
@@ -889,10 +889,6 @@ |
#if defined(OS_WIN) |
DXVAVideoDecodeAccelerator::PreSandboxInitialization(); |
-#elif defined(OS_CHROMEOS) && defined(ARCH_CPU_ARMEL) |
- OmxVideoDecodeAccelerator::PreSandboxInitialization(); |
-#elif defined(OS_CHROMEOS) && defined(ARCH_CPU_X86_FAMILY) |
- VaapiVideoDecodeAccelerator::PreSandboxInitialization(); |
#endif |
return RUN_ALL_TESTS(); |