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

Unified Diff: chrome/browser/ui/autofill/autofill_popup_controller_impl.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_controller_impl.cc
diff --git a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
index 7cdca6c774095b94854d878f2f4ce81c36948e75..9dcd4b2ee5f97d55de074c91e8978fb66f73b816 100644
--- a/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_popup_controller_impl.cc
@@ -70,7 +70,7 @@ AutofillPopupControllerImpl::AutofillPopupControllerImpl(
container_view,
web_contents)),
view_(NULL),
- layout_model_(this),
+ layout_model_(this, delegate->IsCreditCardField()),
Mathieu 2016/12/01 21:59:46 as mentioned, would prefer IsCreditCardPopup to ma
csashi 2016/12/02 05:15:29 Done.
delegate_(delegate),
weak_ptr_factory_(this) {
ClearState();

Powered by Google App Engine
This is Rietveld 408576698