diff options
author | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 04:51:16 +0000 |
---|---|---|
committer | viettrungluu@chromium.org <viettrungluu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-08-05 04:51:16 +0000 |
commit | 3db936aaf8797c2278755645b8a746fb20ed03bd (patch) | |
tree | 1b95b5963b6f72dbd57720d8a706c75436a1f591 /chrome/browser/profile_manager.cc | |
parent | 7d7299a68bb7563ed4d7b17e80f80de6f0c48b24 (diff) | |
download | chromium_src-3db936aaf8797c2278755645b8a746fb20ed03bd.zip chromium_src-3db936aaf8797c2278755645b8a746fb20ed03bd.tar.gz chromium_src-3db936aaf8797c2278755645b8a746fb20ed03bd.tar.bz2 |
Delete AvailableProfile (et al.) in browser/profile_manager.*.
It isn't used.
BUG=none
TEST=builds
Review URL: http://codereview.chromium.org/3075022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55030 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/profile_manager.cc')
-rw-r--r-- | chrome/browser/profile_manager.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/browser/profile_manager.cc b/chrome/browser/profile_manager.cc index 15533bb..9eae3f5 100644 --- a/chrome/browser/profile_manager.cc +++ b/chrome/browser/profile_manager.cc @@ -71,12 +71,6 @@ ProfileManager::~ProfileManager() { for (const_iterator i(begin()); i != end(); ++i) delete *i; profiles_.clear(); - - // Get rid of available profile list - for (AvailableProfileVector::const_iterator i(available_profiles_.begin()); - i != available_profiles_.end(); ++i) - delete *i; - available_profiles_.clear(); } FilePath ProfileManager::GetDefaultProfileDir( |