| Index: content/gpu/gpu_child_thread.cc
|
| diff --git a/content/gpu/gpu_child_thread.cc b/content/gpu/gpu_child_thread.cc
|
| index 0da00b1f53c252b6faea95403f81ef88539e42bf..29510fdfa7d444ce18c206869dca18277cb2977c 100644
|
| --- a/content/gpu/gpu_child_thread.cc
|
| +++ b/content/gpu/gpu_child_thread.cc
|
| @@ -209,8 +209,6 @@ void GpuChildThread::Init(const base::Time& process_start_time) {
|
|
|
| if (GetContentClient()->gpu()) // NULL in tests.
|
| GetContentClient()->gpu()->Initialize(this);
|
| - channel()->AddAssociatedInterface(base::Bind(
|
| - &GpuChildThread::CreateGpuMainService, base::Unretained(this)));
|
| }
|
|
|
| void GpuChildThread::OnFieldTrialGroupFinalized(const std::string& trial_name,
|
|
|