diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 22:34:50 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-12-23 22:34:50 +0000 |
commit | 6ab9b20222cb8ac94dea662c3d65a59839817dd4 (patch) | |
tree | 7797501d237c55b031569418caac62eb1b94ea97 /chrome/browser/browser.vcproj | |
parent | be4576e292be2d77ffc45ef4df8245a0059e3d5f (diff) | |
download | chromium_src-6ab9b20222cb8ac94dea662c3d65a59839817dd4.zip chromium_src-6ab9b20222cb8ac94dea662c3d65a59839817dd4.tar.gz chromium_src-6ab9b20222cb8ac94dea662c3d65a59839817dd4.tar.bz2 |
Refactor the two URLRequestContext subclasses in profile.cc into a new shared
ChromeRequestContext class. This will allow us to put browser-specific request
context here rather than in URLRequestContext and eliminates a lot of
duplicate code.
I looked at having two different classes using either inheritance (as proposed
by the existing TODO) or composition, but it seems like there isn't enough
difference between these two classes to justify it.
Removed is_off_the_record() because it wasn't being used anywhere and did a
few other minor code cleanup things.
Review URL: http://codereview.chromium.org/16408
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@7448 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 61ad12a..82d35de 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -1950,6 +1950,14 @@ Name="Net" > <File + RelativePath=".\net\chrome_url_request_context.cc" + > + </File> + <File + RelativePath=".\net\chrome_url_request_context.h" + > + </File> + <File RelativePath=".\net\dns_global.cc" > </File> |