diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 17:19:17 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-03 17:19:17 +0000 |
commit | 219b4249b63fcb6e33f7c7beb2639c4f0b7ae36c (patch) | |
tree | ccc0a2f16aaa654c2b57917da9d9f2e3c682ce6a /net/net.gyp | |
parent | 2a21c77cdcfc4709759847d4a50ae750620d732d (diff) | |
download | chromium_src-219b4249b63fcb6e33f7c7beb2639c4f0b7ae36c.zip chromium_src-219b4249b63fcb6e33f7c7beb2639c4f0b7ae36c.tar.gz chromium_src-219b4249b63fcb6e33f7c7beb2639c4f0b7ae36c.tar.bz2 |
Enable speculative preconnection by default
Added histogram to track utilization (vs waste).
r=mbelshe
Review URL: http://codereview.chromium.org/3026038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54771 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r-- | net/net.gyp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp index e5dbc99..9ef2145 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -456,6 +456,7 @@ 'proxy/proxy_service.h', 'proxy/sync_host_resolver_bridge.cc', 'proxy/sync_host_resolver_bridge.h', + 'socket/client_socket.cc', 'socket/client_socket.h', 'socket/client_socket_factory.cc', 'socket/client_socket_factory.h', |