Skip to content
Snippets Groups Projects
Commit 2bbe2d55 authored by agl@chromium.org's avatar agl@chromium.org
Browse files

net: fix verification merge savings calculations.

Previously we miscalculated the amount of time saved by merging
certificate verification. We should have been counting the time from the
start of the verification till the time when we needed it because the
verification may have completed.

In the case that the verification has already completed, only count the
amount of time that it took.

BUG=none
TEST=none

http://codereview.chromium.org/5777005

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69265 0039d316-1c4b-4281-b951-d872f2087c98
parent 2d71bd10
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment