| Index: content/browser/gpu/gpu_client.cc
|
| diff --git a/content/browser/gpu/gpu_client.cc b/content/browser/gpu/gpu_client.cc
|
| index 9fe3e051cea95e9987bd998ee0c850fccf87880d..38079ec9993eb6eb20efec0a45357d2c5aafe93c 100644
|
| --- a/content/browser/gpu/gpu_client.cc
|
| +++ b/content/browser/gpu/gpu_client.cc
|
| @@ -56,8 +56,7 @@ void GpuClient::OnCreateGpuMemoryBuffer(
|
|
|
| void GpuClient::EstablishGpuChannel(
|
| const EstablishGpuChannelCallback& callback) {
|
| - GpuProcessHost* host =
|
| - GpuProcessHost::Get(GpuProcessHost::GPU_PROCESS_KIND_SANDBOXED);
|
| + GpuProcessHost* host = GpuProcessHost::Get();
|
| if (!host) {
|
| OnEstablishGpuChannel(
|
| callback, IPC::ChannelHandle(), gpu::GPUInfo(),
|
|
|