| Index: chrome/browser/ui/cocoa/autofill/autofill_section_container.mm
|
| diff --git a/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm
|
| index d67a1b3b5fca636ad9ba70ce9bae75476568bdc7..0525686b8605f917f2849f457f5f6b377aa4521b 100644
|
| --- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm
|
| +++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm
|
| @@ -643,6 +643,7 @@ bool ShouldOverwriteComboboxes(autofill::DialogSection section,
|
| }
|
| [control setFieldValue:base::SysUTF16ToNSString(input.initial_value)];
|
| [control sizeToFit];
|
| + [control setFrame:NSIntegralRect([control frame])];
|
| [control setTag:input.type];
|
| [control setInputDelegate:self];
|
| // Hide away fields that cannot be edited.
|
|
|