Add DictionaryValue::Set and ::SetWithoutPathExpansion functions
commitca798484cbd3b3b305bc02454d17d88d751c453c
authorestade <estade@chromium.org>
Tue, 6 Jan 2015 20:06:50 +0000 (6 12:06 -0800)
committerCommit bot <commit-bot@chromium.org>
Tue, 6 Jan 2015 20:08:35 +0000 (6 20:08 +0000)
treed85e6406e26bfb539c22540c06e94e96a93824af
parentce64d99fa095ed688c06e3f0791e7d393ad9e691
Add DictionaryValue::Set and ::SetWithoutPathExpansion functions
that take scoped_ptr.

Mark the non-scoped_ptr versions as deprecated. Update tests. Update one client.

BUG=446238

Review URL: https://codereview.chromium.org/829333004

Cr-Commit-Position: refs/heads/master@{#310121}
base/values.cc
base/values.h
base/values_unittest.cc
chrome/browser/ui/webui/options/website_settings_handler.cc