Remove NOTREACHED() in ProxyConnectRedirectHttpStream::GetUploadProgress()
commitd6a0632eb7b9fa59204036a05f0010797f53c42b
authortyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 22 Aug 2014 17:25:54 +0000 (22 17:25 +0000)
committertyoshino@chromium.org <tyoshino@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Fri, 22 Aug 2014 17:27:03 +0000 (22 17:27 +0000)
tree32b47c3f69ff9ef2227a23bf4971d55f82dab642
parentf8cb9057351c2309f8993bd3988cd71a90f217b9
Remove NOTREACHED() in ProxyConnectRedirectHttpStream::GetUploadProgress()

We can hit this, and it seems removing this is fine.

BUG=400968

Review URL: https://codereview.chromium.org/497573004

Cr-Commit-Position: refs/heads/master@{#291439}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291439 0039d316-1c4b-4281-b951-d872f2087c98
net/http/proxy_connect_redirect_http_stream.cc