| Index: chrome/browser/gpu_data_manager.cc
|
| diff --git a/chrome/browser/gpu_data_manager.cc b/chrome/browser/gpu_data_manager.cc
|
| index 215c2d3e88fd4ae1fd11de4e4c26862eddb93adf..785586bd63af4fe36c2e8c25848e91b3fefab304 100644
|
| --- a/chrome/browser/gpu_data_manager.cc
|
| +++ b/chrome/browser/gpu_data_manager.cc
|
| @@ -88,9 +88,9 @@ const GPUInfo& GpuDataManager::gpu_info() const {
|
| return gpu_info_;
|
| }
|
|
|
| -Value* GpuDataManager::GetBlacklistingReasons() const {
|
| - if (gpu_feature_flags_.flags() != 0 && gpu_blacklist_.get())
|
| - return gpu_blacklist_->GetBlacklistingReasons();
|
| +Value* GpuDataManager::GetBlacklistStatus() const {
|
| + if (gpu_blacklist_.get())
|
| + return gpu_blacklist_->GetStatus();
|
| return NULL;
|
| }
|
|
|
|
|