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 8b858895ba73b8ce351fe0197bdc23a6b48fe23c..b5d080d0c7bd77ea275b2dd30672b55ff19c1a00 100644 |
--- a/chrome/browser/ui/cocoa/infobars/infobar_controller.h |
+++ b/chrome/browser/ui/cocoa/infobars/infobar_controller.h |
@@ -77,9 +77,6 @@ class TabContentsWrapper; |
// infobar closes. |
- (void)infobarWillClose; |
-// Sets the info bar message to the specified |message|. |
-- (void)setLabelToMessage:(NSString*)message; |
- |
// Removes the OK and Cancel buttons and resizes the textfield to use the |
// space. |
- (void)removeButtons; |