| Index: chrome/browser/ui/autofill/autofill_dialog_types.cc
|
| diff --git a/chrome/browser/ui/autofill/autofill_dialog_types.cc b/chrome/browser/ui/autofill/autofill_dialog_types.cc
|
| index 2e4793d2106332e3c77ceebbd29fcf20f519c9fb..58864405f8102dec44c78ae1fc57bcedbbc0d819 100644
|
| --- a/chrome/browser/ui/autofill/autofill_dialog_types.cc
|
| +++ b/chrome/browser/ui/autofill/autofill_dialog_types.cc
|
| @@ -20,14 +20,6 @@ namespace autofill {
|
|
|
| static const base::char16 kRangeSeparator = '|';
|
|
|
| -// Street address is multi-line, except in countries where it shares a line
|
| -// with other inputs (such as Coite d'Ivoire).
|
| -bool DetailInput::IsMultiline() const {
|
| - return (type == ADDRESS_HOME_STREET_ADDRESS ||
|
| - type == ADDRESS_BILLING_STREET_ADDRESS) &&
|
| - length == DetailInput::LONG;
|
| -}
|
| -
|
| DialogNotification::DialogNotification() : type_(NONE) {}
|
|
|
| DialogNotification::DialogNotification(Type type,
|
|
|