Index: chrome/browser/ui/cocoa/infobars/infobar_controller.h |
diff --git a/chrome/browser/ui/cocoa/infobars/infobar_controller.h b/chrome/browser/ui/cocoa/infobars/infobar_controller.h |
index 44a003079b7822561e60fa91f516618b9737c0c9..60818d5d24630495ffee359a3c26dba683decc95 100644 |
--- a/chrome/browser/ui/cocoa/infobars/infobar_controller.h |
+++ b/chrome/browser/ui/cocoa/infobars/infobar_controller.h |
@@ -107,16 +107,5 @@ class InfoBarService; |
// subclass. Each of these subclasses overrides addAdditionalControls to |
// configure its view as necessary. |
-@interface AlternateNavInfoBarController : InfoBarController |
-// Called when there is a click on the link in the infobar. |
-- (void)linkClicked; |
-@end |
-@interface ConfirmInfoBarController : InfoBarController |
-// 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 |