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

Unified Diff: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc

Issue 17127002: Correctly integrate StoragePartition into TestingProfile. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: fix InstantNTP test. 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: chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
index 142e7d0e44ca149fd14a6a9cffe9b6b43034196d..a6478687516d85fc5d16b4519524d5bb8acbf637 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_unittest.cc
@@ -320,7 +320,6 @@ class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness {
// testing::Test implementation:
virtual void SetUp() OVERRIDE {
ChromeRenderViewHostTestHarness::SetUp();
- profile()->CreateRequestContext();
test_bubble_controller_ =
new testing::NiceMock<TestAutofillCreditCardBubbleController>(
@@ -342,7 +341,6 @@ class AutofillDialogControllerTest : public ChromeRenderViewHostTestHarness {
void Reset() {
if (controller_)
controller_->ViewClosed();
- profile()->CreateRequestContext();
test_bubble_controller_ =
new testing::NiceMock<TestAutofillCreditCardBubbleController>(

Powered by Google App Engine
This is Rietveld 408576698