diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 19:03:29 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-06 19:03:29 +0000 |
commit | b2b8b8313cf35d02e038f48f03cb0dd2a56ace0b (patch) | |
tree | 4641fae4757e349cb50097423e85a589ae95a234 /chrome/browser/browser.vcproj | |
parent | ff4db3653c00cd23104ab773db6d97533e786105 (diff) | |
download | chromium_src-b2b8b8313cf35d02e038f48f03cb0dd2a56ace0b.zip chromium_src-b2b8b8313cf35d02e038f48f03cb0dd2a56ace0b.tar.gz chromium_src-b2b8b8313cf35d02e038f48f03cb0dd2a56ace0b.tar.bz2 |
Revert "Clean up dns prefetch code, and also port it."
This reverts commit r9312.
Revert "Fix HostResolver crash when MessageLoop is destroyed during"
This reverts commit r9317.
BUG=5687,6683
TBR=ph
Review URL: http://codereview.chromium.org/21133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9325 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 8298ccd..e99c131 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -1594,6 +1594,14 @@ > </File> <File + RelativePath=".\net\dns_slave.cc" + > + </File> + <File + RelativePath=".\net\dns_slave.h" + > + </File> + <File RelativePath=".\net\referrer.cc" > </File> |