From ac039524eca084f5169500f5d977276d122d2a02 Mon Sep 17 00:00:00 2001 From: "willchan@chromium.org" Date: Tue, 15 Jun 2010 16:39:44 +0000 Subject: Add a net::HttpNetworkDelegate and a ChromeNetworkDelegate. net::HttpNetworkDelegate is an interface for providing hooks into http network activity. ChromeNetworkDelgate implements this interface in chrome/ code. In the future, it might also implement other interfaces. My only current intended consumer for this would be extensions. There's no actual behavior change, this is all just plumbing for now. BUG=29314 Review URL: http://codereview.chromium.org/2749015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49804 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 543fbb1..5a61b6d 100644 --- a/net/net.gyp +++ b/net/net.gyp @@ -355,6 +355,7 @@ 'http/http_cache_transaction.h', 'http/http_chunked_decoder.cc', 'http/http_chunked_decoder.h', + 'http/http_network_delegate.h', 'http/http_network_layer.cc', 'http/http_network_layer.h', 'http/http_network_session.cc', -- cgit v1.1