Index: content/browser/gpu/gpu_data_manager_impl.cc |
=================================================================== |
--- content/browser/gpu/gpu_data_manager_impl.cc (revision 123977) |
+++ content/browser/gpu/gpu_data_manager_impl.cc (working copy) |
@@ -108,7 +108,7 @@ |
complete_gpu_info_already_requested_ = true; |
GpuProcessHost::SendOnIO( |
- 0, |
+ GpuProcessHost::kUnsandboxed, |
content::CAUSE_FOR_GPU_LAUNCH_GPUDATAMANAGER_REQUESTCOMPLETEGPUINFOIFNEEDED, |
new GpuMsg_CollectGraphicsInfo()); |
} |