Index: trunk/src/gpu/config/gpu_control_list.h |
=================================================================== |
--- trunk/src/gpu/config/gpu_control_list.h (revision 221144) |
+++ trunk/src/gpu/config/gpu_control_list.h (working copy) |
@@ -96,9 +96,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() { control_list_logging_enabled_ = true; } |
- |
private: |
friend class GpuControlListEntryTest; |
friend class MachineModelInfoTest; |
@@ -295,9 +292,6 @@ |
const FeatureMap& feature_map, |
bool supports_feature_type_all); |
- // Logs a control list match for this rule. |
- void LogControlListMatch() 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, |
@@ -501,8 +495,6 @@ |
// The features a GpuControlList recognizes and handles. |
FeatureMap feature_map_; |
bool supports_feature_type_all_; |
- |
- bool control_list_logging_enabled_; |
}; |
} // namespace gpu |