| Index: chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm b/chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm
|
| index 145b41ef758b44714b269511ec0c75b532486e81..fb1af153e1707ff364d0c63cf803fc21ae712ee2 100644
|
| --- a/chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/infobars/before_translate_infobar_controller.mm
|
| @@ -37,9 +37,8 @@ NSButton* CreateNSButtonWithResourceIDAndParameter(
|
| [super dealloc];
|
| }
|
|
|
| -- (id)initWithDelegate:(InfoBarDelegate*)delegate
|
| - owner:(InfoBarService*)owner {
|
| - if ((self = [super initWithDelegate:delegate owner:owner])) {
|
| +- (id)initWithInfoBar:(InfoBarCocoa*)infobar {
|
| + if ((self = [super initWithInfoBar:infobar])) {
|
| [self initializeExtraControls];
|
| }
|
| return self;
|
|
|