Fix some potential after free errors on TestCompletionCallback
commit7ffdea0d703ad05826431065d4ecc3a3ae1e4254
authorgavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 26 Jun 2013 19:00:38 +0000 (26 19:00 +0000)
committergavinp@chromium.org <gavinp@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Wed, 26 Jun 2013 19:00:38 +0000 (26 19:00 +0000)
tree5eaeead2af95035d404590efee31a8dee9439753
parent90b49749f83927fed9a2042e8d4e3d0c1ea5c89f
Fix some potential after free errors on TestCompletionCallback

It's illegal to destroy a TestCompletionCallback while a callback is
pending. Stop this badness by removing test assertions that could
cause this.

R=rvargas
BUG=None

Review URL: https://chromiumcodereview.appspot.com/16480002

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@208749 0039d316-1c4b-4281-b951-d872f2087c98
net/cert/multi_threaded_cert_verifier_unittest.cc
net/http/http_cache_unittest.cc