Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro. | danakj | 2015-12-04 | 1 | -1/+1 |
| | | | | | | | | | | | | | This macro existed only to add a Pass() method on scoped_refptr and skia::RefPtr. We can just use std::move() now, so replace callsites to Pass() with std::move() and kill the macro. R=thakis@chromium.org BUG=557422 Review URL: https://codereview.chromium.org/1477643002 Cr-Commit-Position: refs/heads/master@{#363281} | ||||
* | Plumbing SSLPrivateKey (//net) | svaldez | 2015-11-19 | 1 | -0/+31 |
Plumbing SSLPrivateKey out of URLRequest to allow better unit testing. BUG=394131 Review URL: https://codereview.chromium.org/1422573008 Cr-Commit-Position: refs/heads/master@{#360663} |