| Index: chrome/browser/ui/cocoa/infobar_controller.h
|
| diff --git a/chrome/browser/ui/cocoa/infobar_controller.h b/chrome/browser/ui/cocoa/infobar_controller.h
|
| index e13d21130ad69b2159c9b3d19725252c0044e690..f0b735ef29bd4607f403a74259921f5bf6fa7b76 100644
|
| --- a/chrome/browser/ui/cocoa/infobar_controller.h
|
| +++ b/chrome/browser/ui/cocoa/infobar_controller.h
|
| @@ -70,6 +70,10 @@ class InfoBarDelegate;
|
| // default implementation does nothing.
|
| - (void)addAdditionalControls;
|
|
|
| +// Subclasses must override this method to perform cleanup just before the
|
| +// infobar closes.
|
| +- (void)infobarWillClose;
|
| +
|
| // Sets the info bar message to the specified |message|.
|
| - (void)setLabelToMessage:(NSString*)message;
|
|
|
|
|