Index: chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc |
diff --git a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc |
index 5c3172170eb65f1d248bfab77f57bf9ba5bd3cb3..582a2b39b6210319e466a64edfb55718787d2e30 100644 |
--- a/chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc |
+++ b/chrome/browser/ui/autofill/autofill_dialog_i18n_input.cc |
@@ -60,6 +60,9 @@ void BuildAddressInputs(common::AddressType address_type, |
for (size_t i = 0; i < components.size(); ++i) { |
const AddressUiComponent& component = components[i]; |
+ // Interactive autofill dialog does not display organization. |
+ if (component.field == ::i18n::addressinput::ORGANIZATION) |
+ continue; |
ServerFieldType server_type = i18n::TypeForField(component.field, billing); |
DetailInput::Length length = LengthFromHint(component.length_hint); |
base::string16 placeholder = base::UTF8ToUTF16(component.name); |