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

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

Issue 2149253003: Switch various ValueTypeToString()s to base::Value::GetTypeName(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@value
Patch Set: fix tests 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 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();

Powered by Google App Engine
This is Rietveld 408576698