Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(47)

Unified Diff: ios/chrome/browser/infobars/confirm_infobar_controller+protected.h

Issue 2592113002: Remove legacy InfoBarViewProtocol. (Closed)
Patch Set: Rebase. Created 3 years, 12 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/chrome/browser/infobars/confirm_infobar_controller.mm ('k') | ios/chrome/browser/infobars/infobar.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/chrome/browser/infobars/confirm_infobar_controller+protected.h
diff --git a/ios/chrome/browser/infobars/confirm_infobar_controller+protected.h b/ios/chrome/browser/infobars/confirm_infobar_controller+protected.h
index 04611cc4c6ba8a9b6db7edcb1476b238bc6785ad..99d41cc84b1e82b7ec63c0a1d54c420c98f170ec 100644
--- a/ios/chrome/browser/infobars/confirm_infobar_controller+protected.h
+++ b/ios/chrome/browser/infobars/confirm_infobar_controller+protected.h
@@ -13,7 +13,7 @@
// Action for any of the user defined links.
- (void)infobarLinkDidPress:(NSNumber*)tag;
// Updates the label on the provided view.
-- (void)updateInfobarLabel:(UIView<InfoBarViewProtocol>*)view;
+- (void)updateInfobarLabel:(InfoBarView*)view;
@end
#endif // IOS_CHROME_BROWSER_INFOBARS_CONFIRM_INFOBAR_CONTROLLER_PROTECTED_H_
« no previous file with comments | « ios/chrome/browser/infobars/confirm_infobar_controller.mm ('k') | ios/chrome/browser/infobars/infobar.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698