diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-13 23:35:51 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-13 23:35:51 +0000 |
commit | c8951c336442bcc74cb285bcc84f3087a1c94c90 (patch) | |
tree | 4aa74240e0e4ee5b2e56ea0402e8ba4c9fcf00af /chrome/browser/browser.vcproj | |
parent | 42f904b277f400def0fd5baf2dbd9c2080f9da99 (diff) | |
download | chromium_src-c8951c336442bcc74cb285bcc84f3087a1c94c90.zip chromium_src-c8951c336442bcc74cb285bcc84f3087a1c94c90.tar.gz chromium_src-c8951c336442bcc74cb285bcc84f3087a1c94c90.tar.bz2 |
Remove the DOMUIHost. It is not used by any code.
This also does a minor fix for forward-declares of RenderViewHostFactory.
Review URL: http://codereview.chromium.org/66046
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@13637 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 545c435..0ffd40e 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -1522,14 +1522,6 @@ > </File> <File - RelativePath=".\dom_ui\dom_ui_host.cc" - > - </File> - <File - RelativePath=".\dom_ui\dom_ui_host.h" - > - </File> - <File RelativePath=".\dom_ui\dom_ui_thumbnail_source.cc" > </File> |