summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
index 7fa683e..5653327 100644
--- a/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
+++ b/chrome/browser/ui/autofill/autofill_dialog_controller_impl.cc
@@ -506,6 +506,9 @@ bool AutofillDialogControllerImpl::InputIsValid(AutofillFieldType type,
case ADDRESS_HOME_ZIP:
break;
+ case NAME_FULL: // Used for shipping.
+ break;
+
default:
NOTREACHED(); // Trying to validate unknown field.
break;