| commit | ee30ec4e77a15b515e58ed8123c78c2d0692c613 | [log] [tgz] |
|---|---|---|
| author | tzik <tzik@chromium.org> | Wed Jul 27 07:14:17 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Wed Jul 27 07:17:37 2016 |
| tree | 474ce055a593845c1ba2d68a01fb4084db79d608 | |
| parent | 7acbd02bf2b0a50528e70fff2f9616661aafd12a [diff] |
Return unique_ptr<WebDataConsumerHandle::Reader> directly from obtainReader WebDataConsumerHandle::obtainReader was split into obtainReader and obtainReaderInternal just to hide WTF::OwnPtr in public/platform. Since all WTF::OwnPtr is replaced with std::unique_ptr, there's no reason to have them separately. BUG=624696 Review-Url: https://codereview.chromium.org/2172183003 Cr-Commit-Position: refs/heads/master@{#408070}