mirror of
https://github.com/electron/electron.git
synced 2026-02-19 03:14:51 -05:00
* fix: use base::Value::Dict:::Remove() instead of RemoveKe() the latter is deprecated. * fix: use base::Value::Dict::FindString() instead of base::Value::FindStringKey() The latter is deprecated. * chore: make lint happy