| Index: chrome/browser/profile_manager.cc
|
| diff --git a/chrome/browser/profile_manager.cc b/chrome/browser/profile_manager.cc
|
| index 15533bb2053319434be9ae1214d318a68d0b6be3..9eae3f5fb378b6fd349ff820d3bfe810bb7c4816 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(
|
|
|