commit | fbb03dd16b7d9a749d127f0252dfea5f324bb954 | [log] [tgz] |
---|---|---|
author | jdoerrie <[email protected]> | Thu Aug 17 14:43:26 2017 |
committer | Commit Bot <[email protected]> | Thu Aug 17 14:43:26 2017 |
tree | 1b43640960ad8c62684fb63ce0ac2b80cd983123 | |
parent | 83fb4287da733c2ba5006a3555f1b2e22d0fd49d [diff] |
Remove base::Value::SetStringWithoutPathExpansion This change removes the deprecated SetStringWithoutPathExpansion from base::Value. Existing usages are replaced by SetKey(key, Value(std::string)) and SetKey(key, Value(base::string16)). Bug: 646113 Change-Id: I3f3ce77d155c0f8f7a65c8fc9c2f62f9807f2a95 Reviewed-on: https://chromium-review.googlesource.com/592368 Commit-Queue: Jan Wilken Dörrie <[email protected]> Reviewed-by: Steven Bennetts <[email protected]> Reviewed-by: Brett Wilson <[email protected]> Cr-Commit-Position: refs/heads/master@{#495172}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .