| Index: chrome/browser/ui/cocoa/infobar_controller.mm
|
| diff --git a/chrome/browser/ui/cocoa/infobar_controller.mm b/chrome/browser/ui/cocoa/infobar_controller.mm
|
| index 432c00b6db42ac2e1f34b2cea77a37376048d31b..2d7f5760e966ba2d0bb92a27aedee732bfe70f4c 100644
|
| --- a/chrome/browser/ui/cocoa/infobar_controller.mm
|
| +++ b/chrome/browser/ui/cocoa/infobar_controller.mm
|
| @@ -197,6 +197,10 @@ const float kAnimateCloseDuration = 0.12;
|
| // Default implementation does nothing.
|
| }
|
|
|
| +- (void)infobarWillClose {
|
| + // Default implementation does nothing.
|
| +}
|
| +
|
| - (void)setLabelToMessage:(NSString*)message {
|
| NSMutableDictionary* attributes = [NSMutableDictionary dictionary];
|
| NSFont* font = [NSFont labelFontOfSize:
|
|
|