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

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

Issue 2531223003: Expanded Autofill Credit Card Popup Layout Experiment in Android. (Closed)
Patch Set: Uses format string for expiration date label. Consistently returns 0 as default (non-experiment) va… Created 4 years 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_popup_layout_model_unittest.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
index 22c718874dcdd448206dd14561f3dc0f5540bbed..526f4208e6a17597f404837ec9719305325f89fe 100644
--- a/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_layout_model_unittest.cc
@@ -68,7 +68,8 @@ class AutofillPopupLayoutModelTest : public ChromeRenderViewHostTestHarness {
ChromeRenderViewHostTestHarness::SetUp();
delegate_.reset(new TestAutofillPopupViewDelegate(web_contents()));
- layout_model_.reset(new AutofillPopupLayoutModel(delegate_.get()));
+ layout_model_.reset(new AutofillPopupLayoutModel(
+ delegate_.get(), false /* is_credit_card_field */));
}
AutofillPopupLayoutModel* layout_model() { return layout_model_.get(); }

Powered by Google App Engine
This is Rietveld 408576698