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

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

Issue 8758003: Remove dead code for gpu blacklist auto-update. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 9 years 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 | « chrome/test/gpu/gpu_feature_browsertest.cc ('k') | content/browser/gpu/gpu_data_manager.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/browser/gpu/gpu_data_manager.h
===================================================================
--- content/browser/gpu/gpu_data_manager.h (revision 112878)
+++ content/browser/gpu/gpu_data_manager.h (working copy)
@@ -114,14 +114,8 @@
// Gives ownership of the built-in blacklist. This is always called on the
// UI thread.
- void SetBuiltInGpuBlacklist(GpuBlacklist* built_in_list);
+ void SetGpuBlacklist(GpuBlacklist* gpu_blacklist);
- // Gives ownership of the latest blacklist. This is always called on the UI
- // thread.
- // TODO(zmo): Get rid of preliminary because it should not be exposed to
- // outside GpuDataManager.
- void UpdateGpuBlacklist(GpuBlacklist* updated_list, bool preliminary);
-
// This gets called when switching GPU might have happened.
void HandleGpuSwitch();
« no previous file with comments | « chrome/test/gpu/gpu_feature_browsertest.cc ('k') | content/browser/gpu/gpu_data_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698