commit | 5bfe000c3854a75e13c1453b202a9036fde93311 | [log] [tgz] |
---|---|---|
author | Anand K Mistry <[email protected]> | Wed Jul 15 13:05:32 2020 |
committer | Commit Bot <[email protected]> | Wed Jul 15 13:05:32 2020 |
tree | 7ae38e992d228cfc617bec1e574fab14fca79692 | |
parent | ebe03e92527d0057b9dacb445989a102118ac094 [diff] |
Replace RemoveWithoutPathExpansion(.*, nullptr) with Value::RemoveKey() DictionaryValue::RemoveWithoutPathExpansion() is deprecated. For the case where nullptr is passed for the output argument, Value::RemoveKey() is a trivial replacement. Mostly done with the following command line, plus a bit of finesse: % git grep -l RemoveWithoutPathExpansion | \ xargs sed -E -i 's/RemoveWithoutPathExpansion\((.*), nullptr/RemoveKey\(\1/g' Bug: 646113 This CL was uploaded by git cl split. [email protected] Change-Id: I9120c302b657accfed03be98ebee512e7c8b8071 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2298863 Auto-Submit: Anand K Mistry <[email protected]> Reviewed-by: Denis Kuznetsov [CET] <[email protected]> Commit-Queue: Denis Kuznetsov [CET] <[email protected]> Cr-Commit-Position: refs/heads/master@{#788592}
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 .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.