| Index: base/values.h
|
| diff --git a/base/values.h b/base/values.h
|
| index ae9f407ca29e8252be9284d1683d6e86cd974d87..d7263dfbc731fa8998af0de79f64936399cca4d8 100644
|
| --- a/base/values.h
|
| +++ b/base/values.h
|
| @@ -297,6 +297,8 @@ class BASE_EXPORT DictionaryValue : public Value {
|
| bool GetWithoutPathExpansion(const std::string& key,
|
| const Value** out_value) const;
|
| bool GetWithoutPathExpansion(const std::string& key, Value** out_value);
|
| + bool GetBooleanWithoutPathExpansion(const std::string& key,
|
| + bool* out_value) const;
|
| bool GetIntegerWithoutPathExpansion(const std::string& key,
|
| int* out_value) const;
|
| bool GetDoubleWithoutPathExpansion(const std::string& key,
|
|
|