Index: content/browser/gpu/gpu_data_manager_impl.h |
diff --git a/content/browser/gpu/gpu_data_manager_impl.h b/content/browser/gpu/gpu_data_manager_impl.h |
index ad03965d44456095f1ba0a30d2f82c630b3ce6dc..4c6097f1959376face8fce405f86c1737143558b 100644 |
--- a/content/browser/gpu/gpu_data_manager_impl.h |
+++ b/content/browser/gpu/gpu_data_manager_impl.h |
@@ -79,7 +79,6 @@ class CONTENT_EXPORT GpuDataManagerImpl |
bool IsCompleteGpuInfoAvailable() const override; |
void RequestVideoMemoryUsageStatsUpdate() const override; |
bool ShouldUseSwiftShader() const override; |
- void RegisterSwiftShaderPath(const base::FilePath& path) override; |
// TODO(kbr): the threading model for the GpuDataManagerObservers is |
// not well defined, and it's impossible for callers to correctly |
// delete observers from anywhere except in one of the observer's |