Use a base::LinkedList rather than a std::deque to back CertNetFetcherImpl's request list.
This has the advantage of making cancellation of requests an O(1) operation rather than O(NumRequestsPerJob). BUG=455366 Review URL: https://codereview.chromium.org/1075563002 Cr-Commit-Position: refs/heads/master@{#324336}
Showing
Please register or sign in to comment