| Index: content/common/gpu/gpu_command_buffer_stub.cc
|
| diff --git a/content/common/gpu/gpu_command_buffer_stub.cc b/content/common/gpu/gpu_command_buffer_stub.cc
|
| index 1bcfbe819c1690b71464b16e108a36298324aea3..7608c50135c9cad439fc55f3b99407fbdc60ee4e 100644
|
| --- a/content/common/gpu/gpu_command_buffer_stub.cc
|
| +++ b/content/common/gpu/gpu_command_buffer_stub.cc
|
| @@ -519,11 +519,6 @@ void GpuCommandBufferStub::OnInitialize(
|
| return;
|
| }
|
|
|
| - if (CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kEnableGPUServiceLogging)) {
|
| - decoder_->set_log_commands(true);
|
| - }
|
| -
|
| decoder_->GetLogger()->SetMsgCallback(
|
| base::Bind(&GpuCommandBufferStub::SendConsoleMessage,
|
| base::Unretained(this)));
|
|
|