mirror of
https://github.com/electron/electron.git
synced 2026-02-26 03:01:17 -05:00
refactor: simplify StopTracing() a little by using a string_view instead of an optional<string> We have compile-time string literals that we're passing to a method that takes a string_view argument, so we don't need all this extra optional<string> scaffolding Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com> Co-authored-by: Charles Kerr <charles@charleskerr.com>