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

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, 1 month 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
Index: content/browser/gpu/gpu_data_manager.h
===================================================================
--- content/browser/gpu/gpu_data_manager.h (revision 112558)
+++ 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();

Powered by Google App Engine
This is Rietveld 408576698