| Index: content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| diff --git a/content/browser/gpu/browser_gpu_channel_host_factory.cc b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| index f290ed3ef851b675a4153d5a5e821235fcf8a4cb..2d5c572f0a3e1e01a656db293f1064b7030bf718 100644
|
| --- a/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| +++ b/content/browser/gpu/browser_gpu_channel_host_factory.cc
|
| @@ -98,8 +98,7 @@ void BrowserGpuChannelHostFactory::EstablishRequest::EstablishOnIO() {
|
| FROM_HERE_WITH_EXPLICIT_FUNCTION(
|
| "477117 "
|
| "BrowserGpuChannelHostFactory::EstablishRequest::EstablishOnIO"));
|
| - GpuProcessHost* host =
|
| - GpuProcessHost::Get(GpuProcessHost::GPU_PROCESS_KIND_SANDBOXED);
|
| + GpuProcessHost* host = GpuProcessHost::Get();
|
| if (!host) {
|
| LOG(ERROR) << "Failed to launch GPU process.";
|
| FinishOnIO();
|
|
|