summaryrefslogtreecommitdiffstats
path: root/net/ssl/ssl_platform_key_task_runner.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove the TYPE_WITH_MOVE_CONSTRUCTOR_FOR_CPP_03 macro.danakj2015-12-041-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)svaldez2015-11-191-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}