From 677c9057fafb4c263f001ded0e173075a945a4c2 Mon Sep 17 00:00:00 2001 From: "ericroman@google.com" Date: Wed, 10 Dec 2008 09:03:15 +0000 Subject: Add a ProxyScriptFetcher class for doing asynch downloads of PAC scripts.This object will be owned by ProxyService. It will be used to manage the fetching of PAC scripts (on the IO thread, using the primary URLRequestContext).BUG=74,2764 (partial) Review URL: http://codereview.chromium.org/13251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@6699 0039d316-1c4b-4281-b951-d872f2087c98 --- net/data/proxy_script_fetcher_unittest/404.pac | 1 + 1 file changed, 1 insertion(+) create mode 100644 net/data/proxy_script_fetcher_unittest/404.pac (limited to 'net/data/proxy_script_fetcher_unittest/404.pac') diff --git a/net/data/proxy_script_fetcher_unittest/404.pac b/net/data/proxy_script_fetcher_unittest/404.pac new file mode 100644 index 0000000..15e6da3 --- /dev/null +++ b/net/data/proxy_script_fetcher_unittest/404.pac @@ -0,0 +1 @@ +-404.pac- -- cgit v1.1