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

Unified Diff: content/public/browser/gpu_data_manager.h

Issue 10911315: Move gpu blacklist data file to content side. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 years, 3 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 | « content/content_resources.grd ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/browser/gpu_data_manager.h
===================================================================
--- content/public/browser/gpu_data_manager.h (revision 156701)
+++ content/public/browser/gpu_data_manager.h (working copy)
@@ -27,16 +27,8 @@
// Getter for the singleton.
CONTENT_EXPORT static GpuDataManager* GetInstance();
- // This collects preliminary GPU info, load GpuBlacklist, and compute the
- // preliminary blacklisted features; it should only be called at browser
- // startup time in UI thread before the IO restriction is turned on.
- virtual void Initialize(const std::string& browser_version_string,
- const std::string& gpu_blacklist_json) = 0;
- // The same as above, except that the GPUInfo is provided.
- // For testing only.
- virtual void Initialize(const std::string& browser_version_string,
- const std::string& gpu_blacklist_json,
- const content::GPUInfo& gpu_info) = 0;
+ virtual void InitializeForTesting(const std::string& gpu_blacklist_json,
+ const content::GPUInfo& gpu_info) = 0;
virtual std::string GetBlacklistVersion() const = 0;
« no previous file with comments | « content/content_resources.grd ('k') | content/public/common/content_switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698