| commit | 1a1f044d3edb9634238a267b9ec7186dd7933581 | [log] [tgz] |
|---|---|---|
| author | kinuko <kinuko@chromium.org> | Fri Jul 08 00:46:03 2016 |
| committer | Commit bot <commit-bot@chromium.org> | Fri Jul 08 00:47:31 2016 |
| tree | b1d30d4745617e8b29b62540dcfe3f2ed5433a57 | |
| parent | 4a1eba3116f1cbc409b83aac547c52778d89bcb3 [diff] |
Remove WebURLResponse::initialize() The implementation of WebURLResponse::initialize() was trivial and could easily be moved to the constructor. Remove it. Also remove the public assign() method and the reset() method. BUG=625529 patch from issue 2120233003 at patchset 40001 (http://crrev.com/2120233003#ps40001) Review-Url: https://codereview.chromium.org/2117313002 Cr-Commit-Position: refs/heads/master@{#404279}