summaryrefslogtreecommitdiffstats
path: root/net/build
diff options
context:
space:
mode:
authorericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 09:03:15 +0000
committerericroman@google.com <ericroman@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-12-10 09:03:15 +0000
commit677c9057fafb4c263f001ded0e173075a945a4c2 (patch)
treeca4b253831c082fe4a7ccaba2ba3cae6f264615a /net/build
parent1b9cad81c98ec37ce2f6b4c3ef47571efc61bd3d (diff)
downloadchromium_src-677c9057fafb4c263f001ded0e173075a945a4c2.zip
chromium_src-677c9057fafb4c263f001ded0e173075a945a4c2.tar.gz
chromium_src-677c9057fafb4c263f001ded0e173075a945a4c2.tar.bz2
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
Diffstat (limited to 'net/build')
-rw-r--r--net/build/net.vcproj8
-rw-r--r--net/build/net_unittests.vcproj10
2 files changed, 15 insertions, 3 deletions
diff --git a/net/build/net.vcproj b/net/build/net.vcproj
index 4530a27..0371f78 100644
--- a/net/build/net.vcproj
+++ b/net/build/net.vcproj
@@ -1029,6 +1029,14 @@
>
</File>
<File
+ RelativePath="..\proxy\proxy_script_fetcher.cc"
+ >
+ </File>
+ <File
+ RelativePath="..\proxy\proxy_script_fetcher.h"
+ >
+ </File>
+ <File
RelativePath="..\proxy\proxy_service.cc"
>
</File>
diff --git a/net/build/net_unittests.vcproj b/net/build/net_unittests.vcproj
index db597ce..faa6f83 100644
--- a/net/build/net_unittests.vcproj
+++ b/net/build/net_unittests.vcproj
@@ -228,9 +228,9 @@
>
<File
RelativePath="..\http\http_auth_cache_unittest.cc"
- >
- </File>
- <File
+ >
+ </File>
+ <File
RelativePath="..\http\http_auth_handler_basic_unittest.cc"
>
</File>
@@ -415,6 +415,10 @@
Name="proxy"
>
<File
+ RelativePath="..\proxy\proxy_script_fetcher_unittest.cc"
+ >
+ </File>
+ <File
RelativePath="..\proxy\proxy_service_unittest.cc"
>
</File>