Chromium Code Reviews| Index: chrome/browser/cocoa/infobar_controller.h |
| =================================================================== |
| --- chrome/browser/cocoa/infobar_controller.h (revision 41951) |
| +++ chrome/browser/cocoa/infobar_controller.h (working copy) |
| @@ -85,4 +85,6 @@ |
| // Called when the ok and cancel buttons are clicked. |
| - (IBAction)ok:(id)sender; |
| - (IBAction)cancel:(id)sender; |
| +// Called when there is a click on the link in the infobar. |
| +- (void)linkClicked; |
| @end |