| Index: ash/content/gpu_support_impl.cc
|
| diff --git a/ash/content/gpu_support_impl.cc b/ash/content/gpu_support_impl.cc
|
| index ae3bb42090556a13aba82976e5afa455f8e80381..128de405ef1af04dd43d9eb32cba6b83aee2435d 100644
|
| --- a/ash/content/gpu_support_impl.cc
|
| +++ b/ash/content/gpu_support_impl.cc
|
| @@ -18,9 +18,4 @@ bool GPUSupportImpl::IsPanelFittingDisabled() const {
|
| gpu::GPU_FEATURE_TYPE_PANEL_FITTING);
|
| }
|
|
|
| -void GPUSupportImpl::GetGpuProcessHandles(
|
| - const GetGpuProcessHandlesCallback& callback) const {
|
| - content::GpuDataManager::GetInstance()->GetGpuProcessHandles(callback);
|
| -}
|
| -
|
| } // namespace ash
|
|
|