Index: chrome/browser/ui/cocoa/autofill/autofill_details_container.mm |
diff --git a/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm b/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm |
index be2867e1b412726f9d3d98f60f659b37263dde20..b96e9d01b07a3e149e9d608077f303e712787818 100644 |
--- a/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm |
+++ b/chrome/browser/ui/cocoa/autofill/autofill_details_container.mm |
@@ -44,7 +44,6 @@ SkColor const kWarningColor = 0xffde4932; // SkColorSetRGB(0xde, 0x49, 0x32); |
- (void)loadView { |
details_.reset([[NSMutableArray alloc] init]); |
- [self addSection:autofill::SECTION_EMAIL]; |
[self addSection:autofill::SECTION_CC]; |
[self addSection:autofill::SECTION_BILLING]; |
[self addSection:autofill::SECTION_CC_BILLING]; |