Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(265)

Unified Diff: chrome/browser/gpu_data_manager.h

Issue 6712048: Implement easy GPU feature status summary. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: First rev Created 9 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | chrome/browser/gpu_data_manager.cc » ('j') | content/browser/gpu_blacklist.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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;
« no previous file with comments | « no previous file | chrome/browser/gpu_data_manager.cc » ('j') | content/browser/gpu_blacklist.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698