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

Unified Diff: chrome/browser/ui/views/autofill/autofill_dialog_views.cc

Issue 15961007: Highlight fields we know to be invalid but have no way of locally checking. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 7 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/views/autofill/autofill_dialog_views.cc
diff --git a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
index 2944948d36920770d1b097e3b2d1002e7e6072e9..e4c24f5d4672a906e15e49ed26496cf740a3e461 100644
--- a/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
+++ b/chrome/browser/ui/views/autofill/autofill_dialog_views.cc
@@ -1564,7 +1564,7 @@ void AutofillDialogViews::UpdateDetailsGroupState(const DetailsGroup& group) {
group.container->SetForwardMouseEvents(has_menu && show_suggestions);
group.container->SetVisible(controller_->SectionIsActive(group.section));
if (group.container->visible())
- ValidateGroup(group, AutofillDialogController::VALIDATE_EDIT);
+ ValidateGroup(group, AutofillDialogController::VALIDATE_SELECT);
}
ContentsPreferredSizeChanged();

Powered by Google App Engine
This is Rietveld 408576698