diff options
author | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-21 00:51:20 +0000 |
---|---|---|
committer | brettw@google.com <brettw@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-21 00:51:20 +0000 |
commit | 765b3550e2164b7ccc5360b360ba940639be71c1 (patch) | |
tree | fe855f08e9d8a4b7d5384ddea9856584acb7ce73 /chrome/browser/browser.vcproj | |
parent | efa56b0361925d8a49bf1fc27021a03d24be9f75 (diff) | |
download | chromium_src-765b3550e2164b7ccc5360b360ba940639be71c1.zip chromium_src-765b3550e2164b7ccc5360b360ba940639be71c1.tar.gz chromium_src-765b3550e2164b7ccc5360b360ba940639be71c1.tar.bz2 |
Kill NavigationControllerBase. I merged the two into NavigationController.
This fixes a leak of NavigationEntry's by using the spiffy linked ptr. I had to
add a const to linked_ptr for the comparisons to work.
BUG=1319484
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1137 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 d6fd648..5fee2a1 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -1114,14 +1114,6 @@ > </File> <File - RelativePath=".\navigation_controller_base.cc" - > - </File> - <File - RelativePath=".\navigation_controller_base.h" - > - </File> - <File RelativePath=".\navigation_entry.cc" > </File> |