| Index: chrome/browser/gpu_data_manager.h
|
| diff --git a/chrome/browser/gpu_data_manager.h b/chrome/browser/gpu_data_manager.h
|
| index ade427986da37aaeb6ea5263d3e8041aae99d6b2..75352fb0c6f5384c7aa060ea8a60dabddb61cef1 100644
|
| --- a/chrome/browser/gpu_data_manager.h
|
| +++ b/chrome/browser/gpu_data_manager.h
|
| @@ -34,9 +34,9 @@ class GpuDataManager {
|
|
|
| const GPUInfo& gpu_info() const;
|
|
|
| - // Returns blacklisting reasons structure from gpu_blacklist or NULL
|
| - // if not blacklisted. Caller is responsible for deleting returned value.
|
| - Value* GetBlacklistingReasons() const;
|
| + // Returns status of the blacklist. Caller is responsible for deleting the
|
| + // returned value.
|
| + Value* GetBlacklistStatus() const;
|
|
|
| std::string GetBlacklistVersion() const;
|
|
|
|
|