| Index: ios/chrome/browser/infobars/infobar_controller.mm
|
| diff --git a/ios/chrome/browser/infobars/infobar_controller.mm b/ios/chrome/browser/infobars/infobar_controller.mm
|
| index 594f0f325ad8da0bf8c6a6afb9420e17b44f7118..810443ad02432ff1a6230e88e47f3e5a7246bdb1 100644
|
| --- a/ios/chrome/browser/infobars/infobar_controller.mm
|
| +++ b/ios/chrome/browser/infobars/infobar_controller.mm
|
| @@ -16,6 +16,11 @@
|
| @implementation InfoBarController
|
| @synthesize delegate = _delegate;
|
|
|
| +- (instancetype)init {
|
| + NOTREACHED();
|
| + return nil;
|
| +}
|
| +
|
| - (instancetype)initWithDelegate:(InfoBarViewDelegate*)delegate {
|
| self = [super init];
|
| if (self) {
|
|
|