Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(837)

Unified Diff: components/autofill/core/browser/autofill_manager_unittest.cc

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: cleanup TODOs. merge code. kill more threads. i never get tired of thread carnage. Created 7 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: components/autofill/core/browser/autofill_manager_unittest.cc
diff --git a/components/autofill/core/browser/autofill_manager_unittest.cc b/components/autofill/core/browser/autofill_manager_unittest.cc
index d876c88bf2b01d6ffb78263f270bd9d69cc83f27..b933f47ea6cd2301d99b5a6887c752122d9ea281 100644
--- a/components/autofill/core/browser/autofill_manager_unittest.cc
+++ b/components/autofill/core/browser/autofill_manager_unittest.cc
@@ -741,7 +741,6 @@ class AutofillManagerTest : public ChromeRenderViewHostTestHarness {
public:
virtual void SetUp() OVERRIDE {
TestingProfile* profile = CreateProfile();
tfarina 2013/07/11 01:35:45 can we create TestBrowserContext now?
awong 2013/07/11 21:04:15 This ended up not being a super simple change so I
- profile->CreateRequestContext();
browser_context_.reset(profile);
autofill::PersonalDataManagerFactory::GetInstance()->SetTestingFactory(
profile, TestPersonalDataManager::Build);

Powered by Google App Engine
This is Rietveld 408576698