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

Unified Diff: components/policy/core/browser/configuration_policy_handler.h

Issue 2151793002: Add base::Value::GetTypeName(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments, fix build Created 4 years, 5 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
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();

Powered by Google App Engine
This is Rietveld 408576698