summaryrefslogtreecommitdiffstats
path: root/chrome/test/testing_profile.cc
diff options
context:
space:
mode:
authorjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 21:26:42 +0000
committerjhawkins@chromium.org <jhawkins@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-03-18 21:26:42 +0000
commit96e284571293e7706dc95acf919f2be8ac621127 (patch)
treeafdf4ceb6951a0277f9a5732045e72cdff8c2d5d /chrome/test/testing_profile.cc
parent9d8fc9b143c891d4aba21ac2e4724db158f47e05 (diff)
downloadchromium_src-96e284571293e7706dc95acf919f2be8ac621127.zip
chromium_src-96e284571293e7706dc95acf919f2be8ac621127.tar.gz
chromium_src-96e284571293e7706dc95acf919f2be8ac621127.tar.bz2
Don't use the TabContents in the AutoFillInfoBarDelegateTest. Fixes a few leaks.
BUG=38481 TEST=none Review URL: http://codereview.chromium.org/1109005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@41989 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test/testing_profile.cc')
-rw-r--r--chrome/test/testing_profile.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/chrome/test/testing_profile.cc b/chrome/test/testing_profile.cc
index 9a5b1b9..27708f2 100644
--- a/chrome/test/testing_profile.cc
+++ b/chrome/test/testing_profile.cc
@@ -7,7 +7,6 @@
#include "build/build_config.h"
#include "base/command_line.h"
#include "base/string_util.h"
-#include "chrome/browser/autofill/personal_data_manager.h"
#include "chrome/browser/bookmarks/bookmark_model.h"
#include "chrome/browser/dom_ui/ntp_resource_cache.h"
#include "chrome/browser/history/history_backend.h"
@@ -230,10 +229,6 @@ void TestingProfile::CreateWebDataService(bool delete_file) {
web_data_service_->Init(GetPath());
}
-void TestingProfile::CreatePersonalDataManager() {
- personal_data_.reset(new PersonalDataManager(this));
-}
-
void TestingProfile::BlockUntilBookmarkModelLoaded() {
DCHECK(bookmark_bar_model_.get());
if (bookmark_bar_model_->IsLoaded())