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

Unified Diff: trunk/src/gpu/config/gpu_control_list.h

Issue 26906004: Revert 227977 "Enable GPU control lists in tests." (Closed) Base URL: svn://svn.chromium.org/chrome/
Patch Set: Created 7 years, 2 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 | « trunk/src/content/public/test/browser_test_base.cc ('k') | trunk/src/gpu/config/gpu_control_list.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: trunk/src/gpu/config/gpu_control_list.h
===================================================================
--- trunk/src/gpu/config/gpu_control_list.h (revision 228013)
+++ trunk/src/gpu/config/gpu_control_list.h (working copy)
@@ -93,13 +93,6 @@
// Register whether "all" is recognized as all features.
void set_supports_feature_type_all(bool supported);
- // Enables logging of control list decisions.
- void enable_control_list_logging(
- const std::string& control_list_logging_name) {
- control_list_logging_enabled_ = true;
- control_list_logging_name_ = control_list_logging_name;
- }
-
private:
friend class GpuControlListEntryTest;
friend class MachineModelInfoTest;
@@ -296,11 +289,6 @@
const FeatureMap& feature_map,
bool supports_feature_type_all);
- // Logs a control list match for this rule in the list identified by
- // |control_list_logging_name|.
- void LogControlListMatch(
- const std::string& control_list_logging_name) const;
-
// Determines if a given os/gc/machine_model/driver is included in the
// Entry set.
bool Contains(OsType os_type, const std::string& os_version,
@@ -491,9 +479,6 @@
// The features a GpuControlList recognizes and handles.
FeatureMap feature_map_;
bool supports_feature_type_all_;
-
- bool control_list_logging_enabled_;
- std::string control_list_logging_name_;
};
} // namespace gpu
« no previous file with comments | « trunk/src/content/public/test/browser_test_base.cc ('k') | trunk/src/gpu/config/gpu_control_list.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698