| commit | 7b9f8959f25f144f6cfac5eec98485604a158284 | [log] [tgz] |
|---|---|---|
| author | erikchen <[email protected]> | Wed Oct 21 19:18:25 2015 |
| committer | Commit bot <[email protected]> | Wed Oct 21 19:19:02 2015 |
| tree | 7c209ff43d95085bf6c24cdbe24a60f3d13fe291 | |
| parent | 0b7856dfa62788a4a0d1c239412cbca535b46197 [diff] |
ipc: Move methods into AttachmentBroker interface. Consumers of AttachmentBroker typically get an instance with AttachmentBroker::GetGlobal(). In order to use subclass methods, they had to downcast. Move those subclass methods into the AttachmentBroker interface removes the need to downcast. BUG=535711 Review URL: https://codereview.chromium.org/1420763002 Cr-Commit-Position: refs/heads/master@{#355364}