DevTools: avoid copying protocol messages |
|
Issue descriptionWe pass things around as "const std::string&", which produces copies when temporarily saving to a variable. We can instead move things around, since we rarely need an actual copy of the message. |
|
►
Sign in to add a comment |
|
Comment 1 by dgozman@chromium.org
, Dec 3Owner: johannes@chromium.org