Index: components/policy/core/browser/configuration_policy_handler.h |
diff --git a/components/policy/core/browser/configuration_policy_handler.h b/components/policy/core/browser/configuration_policy_handler.h |
index 2853ce8fca80c6e75ae8a0ad9437fbb73463e427..a390b79c7992ed1e914a8778bcd0f3afc247a9d6 100644 |
--- a/components/policy/core/browser/configuration_policy_handler.h |
+++ b/components/policy/core/browser/configuration_policy_handler.h |
@@ -36,9 +36,6 @@ struct POLICY_EXPORT PolicyToPreferenceMapEntry { |
// their corresponding preferences, and to check whether the policies are valid. |
class POLICY_EXPORT ConfigurationPolicyHandler { |
public: |
- // TODO(thestig): Replace with base::Value::GetTypeName(). |
- static std::string ValueTypeToString(base::Value::Type type); |
- |
ConfigurationPolicyHandler(); |
virtual ~ConfigurationPolicyHandler(); |