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

Unified Diff: components/prefs/pref_value_map.h

Issue 2149253003: Switch various ValueTypeToString()s to base::Value::GetTypeName(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@value
Patch Set: rebase 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
« no previous file with comments | « components/policy/core/browser/url_blacklist_policy_handler.cc ('k') | components/prefs/pref_value_map.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/prefs/pref_value_map.h
diff --git a/components/prefs/pref_value_map.h b/components/prefs/pref_value_map.h
index a3b4aad6d7cd0826fb8925e69d533b2ba20c9ce4..011b2a472688064d333adb47111e54dd07ac3032 100644
--- a/components/prefs/pref_value_map.h
+++ b/components/prefs/pref_value_map.h
@@ -51,6 +51,7 @@ class COMPONENTS_PREFS_EXPORT PrefValueMap {
iterator end();
const_iterator begin() const;
const_iterator end() const;
+ bool empty() const;
// Gets a boolean value for |key| and stores it in |value|. Returns true if
// the value was found and of the proper type.
« no previous file with comments | « components/policy/core/browser/url_blacklist_policy_handler.cc ('k') | components/prefs/pref_value_map.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698