mirror of
https://github.com/electron/electron.git
synced 2026-01-22 13:58:01 -05:00
* refactor: use base::circular_deque in ResolveProxyHelper Co-authored-by: Charles Kerr <charles@charleskerr.com> * refactor: use base::circular_deque in GetExtraCrashKeys() refactor: reduce visibility of kMaxCrashKeyValueSize This change is to match Chromium's usage advice from base/containers/README.md: `base:circular_deque` is preferred over `std::deque` to provide consistent performance across platforms. Co-authored-by: Charles Kerr <charles@charleskerr.com> --------- Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>