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 513c25f268f14d9034d0a147d5d218a43559aa13..3123410d7df4d64e17ef9c7e887dbef254641595 100644 |
--- a/content/browser/gpu/gpu_process_host.cc |
+++ b/content/browser/gpu/gpu_process_host.cc |
@@ -559,7 +559,6 @@ bool GpuProcessHost::Init() { |
in_process_gpu_thread_.reset(g_gpu_main_thread_factory( |
InProcessChildThreadParams( |
std::string(), base::ThreadTaskRunnerHandle::Get(), |
- std::string(), |
process_->child_connection()->service_token()), |
gpu_preferences)); |
base::Thread::Options options; |