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 dc6a968015054388454e1bc05b89bd8635ecf056..77ae4895c611b85a2cf5556dd8912391c58b6293 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_section_container.mm |
@@ -466,6 +466,7 @@ bool CompareInputRows(const autofill::DetailInput* input1, |
[label setStringValue:labelText]; |
[label setEditable:NO]; |
[label setBordered:NO]; |
+ [label setDrawsBackground:NO]; |
[label sizeToFit]; |
return label.autorelease(); |
} |