Add some useful features to base::Values:
- Typed Append methods to ListValue (AppendString etc) including AppendStrings.
- Typed SetWithoutPathExpansion methods (SetStringWithoutPathExpansion etc).
The latter is important because it's a common mistake to use Set rather than
SetWithoutPathExpansion; the existence of these extra methods should help.
Review URL: https://chromiumcodereview.appspot.com/10914246
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@156716 0039d316-1c4b-4281-b951-d872f2087c98
CrOS-Libchrome-Original-Commit: 095812b2a635835a02d7084ea993b62f94528187
2 files changed