diff options
Diffstat (limited to 'base/values.h')
-rw-r--r-- | base/values.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/values.h b/base/values.h index 005db96..a750422 100644 --- a/base/values.h +++ b/base/values.h @@ -223,7 +223,6 @@ class DictionaryValue : public Value { // Returns true if the current dictionary has a value for the given key. bool HasKey(const std::string& key) const; - /*DEPRECATED*/bool HasKeyASCII(const std::string& key) const; /*DEPRECATED*/bool HasKey(const std::wstring& key) const; // Returns the number of Values in this dictionary. |