Index: ash/content/gpu_support_impl.h |
diff --git a/ash/content/gpu_support_impl.h b/ash/content/gpu_support_impl.h |
index f94b2e8679bd8bbf97112547626cace91fd1e97a..a087c994cc3e090c4d87f922376ffd3a36b69522 100644 |
--- a/ash/content/gpu_support_impl.h |
+++ b/ash/content/gpu_support_impl.h |
@@ -20,8 +20,6 @@ class ASH_WITH_CONTENT_EXPORT GPUSupportImpl : public GPUSupport { |
private: |
// Overridden from GPUSupport: |
bool IsPanelFittingDisabled() const override; |
- void GetGpuProcessHandles( |
- const GetGpuProcessHandlesCallback& callback) const override; |
DISALLOW_COPY_AND_ASSIGN(GPUSupportImpl); |
}; |