DescriptionRemove the use of OwnedPtrDeleter in WebMessagePortChannel.
It's hard to mechanically replace specializations of OwnedPtrDeleter<T>
to std::unique_ptr equivalents, so they are converted manually.
A new typedef WebMessagePortChannelUniquePtr is introduced so people can
always use std::unique_ptr with a correct deleter.
BUG=617504
Committed: https://crrev.com/353f2d5d9303dc221bb39493f0fe0f4294d3b3dd
Cr-Commit-Position: refs/heads/master@{#398213}
Patch Set 1 #Messages
Total messages: 26 (11 generated)
|