Index: content/browser/gpu/gpu_process_host.cc |
diff --git a/content/browser/gpu/gpu_process_host.cc b/content/browser/gpu/gpu_process_host.cc |
index 991dbda418d82ba25bc439e35cb0ffc38ed62993..a234562bd18605b12c16b2e5f933a76d3c63577a 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -504,13 +504,6 @@ bool GpuProcessHost::Init() { |
if (in_process_) { |
DCHECK(g_gpu_main_thread_factory); |
- base::CommandLine* command_line = base::CommandLine::ForCurrentProcess(); |
- command_line->AppendSwitch(switches::kDisableGpuWatchdog); |
- |
- GpuDataManagerImpl* gpu_data_manager = GpuDataManagerImpl::GetInstance(); |
- DCHECK(gpu_data_manager); |
- gpu_data_manager->AppendGpuCommandLine(command_line); |
- |
in_process_gpu_thread_.reset(g_gpu_main_thread_factory(channel_id)); |
base::Thread::Options options; |
#if defined(OS_WIN) |