summaryrefslogtreecommitdiffstats
path: root/base/prefs/pref_service.cc
diff options
context:
space:
mode:
Diffstat (limited to 'base/prefs/pref_service.cc')
-rw-r--r--base/prefs/pref_service.cc4
1 files changed, 4 insertions, 0 deletions
diff --git a/base/prefs/pref_service.cc b/base/prefs/pref_service.cc
index 296e6f2..4c707a5 100644
--- a/base/prefs/pref_service.cc
+++ b/base/prefs/pref_service.cc
@@ -297,6 +297,10 @@ const base::Value* PrefService::GetDefaultPrefValue(const char* path) const {
return value;
}
+void PrefService::MarkUserStoreNeedsEmptyValue(const std::string& key) const {
+ user_pref_store_->MarkNeedsEmptyValue(key);
+}
+
const base::ListValue* PrefService::GetList(const char* path) const {
DCHECK(CalledOnValidThread());