| Index: content/gpu/gpu_main.cc
|
| diff --git a/content/gpu/gpu_main.cc b/content/gpu/gpu_main.cc
|
| index 37139fb208810d5cac4fc32d1a796f67cea34065..17ed8fa18d834f02f66a60fdf64b00a3fc33fe21 100644
|
| --- a/content/gpu/gpu_main.cc
|
| +++ b/content/gpu/gpu_main.cc
|
| @@ -194,13 +194,6 @@ int GpuMain(const MainFunctionParams& parameters) {
|
| #elif defined(USE_X11)
|
| ui::SetDefaultX11ErrorHandlers();
|
|
|
| -#if !defined(OS_CHROMEOS)
|
| - DCHECK(base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kWindowDepth));
|
| - DCHECK(base::CommandLine::ForCurrentProcess()->HasSwitch(
|
| - switches::kX11VisualID));
|
| -#endif
|
| -
|
| #endif
|
|
|
| logging::SetLogMessageHandler(GpuProcessLogMessageHandler);
|
|
|