Remove incorrect assertion. This used to say
DCHECK(!is_asynchronous_load_suspended || request_info_); When I made the request info a POD structure that's copied I should have just remove this check since that's really what it was testing. TEST=manual, no extra DCHECK hit BUG=none Review URL: http://codereview.chromium.org/7810008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98976 0039d316-1c4b-4281-b951-d872f2087c98
Showing
Please register or sign in to comment