| Index: content/gpu/gpu_child_thread.h
|
| diff --git a/content/gpu/gpu_child_thread.h b/content/gpu/gpu_child_thread.h
|
| index daa30f49c1129c9596a4ce3e06b822ee1d1370cd..e72c72f926b631fa99b42f22353191647aebbe18 100644
|
| --- a/content/gpu/gpu_child_thread.h
|
| +++ b/content/gpu/gpu_child_thread.h
|
| @@ -83,10 +83,6 @@ class GpuChildThread : public ChildThreadImpl {
|
| void OnDisableWatchdog();
|
| void OnGpuSwitched();
|
|
|
| -#if defined(USE_TCMALLOC)
|
| - void OnGetGpuTcmalloc();
|
| -#endif
|
| -
|
| void BindProcessControlRequest(
|
| mojo::InterfaceRequest<ProcessControl> request);
|
|
|
|
|