mirror of
https://github.com/electron/electron.git
synced 2026-01-09 23:48:01 -05:00
refactor: use std::map::extract() in api::WebRequest Small readability refactor to api::WebRequest::blocked_requests_: use extract() when we want to pull a BlockedRequest from the map and then process it.