Index: content/gpu/gpu_main.cc |
=================================================================== |
--- content/gpu/gpu_main.cc (revision 121715) |
+++ content/gpu/gpu_main.cc (working copy) |
@@ -82,6 +82,9 @@ |
base::win::ScopedCOMInitializer com_initializer; |
#if defined(OS_WIN) |
+ // Preload this DLL because the sandbox prevents it from loading. |
+ LoadLibrary(L"setupapi.dll"); |
+ |
sandbox::TargetServices* target_services = |
parameters.sandbox_info->target_services; |
// Initialize H/W video decoding stuff which fails in the sandbox. |