commit | fa705362defe8ba29f7ba93570ea5cb8a5df0981 | [log] [tgz] |
---|---|---|
author | erikchen <[email protected]> | Fri Oct 30 23:16:29 2015 |
committer | Commit bot <[email protected]> | Fri Oct 30 23:17:10 2015 |
tree | 803094a6c312c4333f7c71c88088b75eaea79c56 | |
parent | 09750216bef8bc9f2953e4eee9f66801bf034fa4 [diff] |
ipc: Make MessageAttachment inherit from RefCountedThreadSafe. Previously, it inherited from RefCounted, which was wrong, since it's possible for multiple threads to simultaneously have scoped_ptr references to a single MessageAttachment. BUG=535711 Review URL: https://codereview.chromium.org/1408793008 Cr-Commit-Position: refs/heads/master@{#357216}