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
tree: 85ca8648dadcb34a8f444cf54699987c9884796f
  1. base/
  2. build/
  3. dbus/
  4. ipc/
  5. testing/
  6. third_party/