From d510a78cd1aef9c2bdc692c79bae4a89f4851a98 Mon Sep 17 00:00:00 2001
From: "willchan@chromium.org"
 <willchan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>
Date: Mon, 17 May 2010 05:35:06 +0000
Subject: This is roughly a reland of r43908, although I had to rewrite a fair
 chunk since code's changed a lot.  I've changed it so as not to flush the
 host resolver too.  I suspect there might have been a bug there.  I was
 unable to reproduce the crash here on network change, so I think either that
 fixed it or something else changed under the hood.  In any case, I want to
 reland this and see if anyone encounters any problems with it.
 BUG=40455,40457

Review URL: http://codereview.chromium.org/2114004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@47395 0039d316-1c4b-4281-b951-d872f2087c98
---
 net/net.gyp | 1 +
 1 file changed, 1 insertion(+)

(limited to 'net/net.gyp')

diff --git a/net/net.gyp b/net/net.gyp
index d07ca84..0ff019c 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -685,6 +685,7 @@
         'http/http_cache_unittest.cc',
         'http/http_chunked_decoder_unittest.cc',
         'http/http_network_layer_unittest.cc',
+        'http/http_network_session_unittest.cc',
         'http/http_network_transaction_unittest.cc',
         'http/http_request_headers_unittest.cc',
         'http/http_response_headers_unittest.cc',
-- 
cgit v1.1