| 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 bad90b6b1a4800efbfeca60d331dad41ff5c93ec..2853ce8fca80c6e75ae8a0ad9437fbb73463e427 100644
|
| --- a/components/policy/core/browser/configuration_policy_handler.h
|
| +++ b/components/policy/core/browser/configuration_policy_handler.h
|
| @@ -36,6 +36,7 @@ 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();
|
|
|