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

Unified Diff: ios/chrome/browser/passwords/update_password_infobar_controller.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
Index: ios/chrome/browser/passwords/update_password_infobar_controller.h
diff --git a/ios/chrome/browser/passwords/update_password_infobar_controller.h b/ios/chrome/browser/passwords/update_password_infobar_controller.h
index fdf8c07f2f5299d12f14a4807e4bbfe39e583778..7aac940a59aec9ca339c01bd521a8fadcf20cdac 100644
--- a/ios/chrome/browser/passwords/update_password_infobar_controller.h
+++ b/ios/chrome/browser/passwords/update_password_infobar_controller.h
@@ -13,9 +13,9 @@ class IOSChromeUpdatePasswordInfoBarDelegate;
// the user whether they want to update their password.
@interface UpdatePasswordInfoBarController : ConfirmInfoBarController
-- (UIView<InfoBarViewProtocol>*)
-viewForDelegate:(IOSChromeUpdatePasswordInfoBarDelegate*)delegate
- frame:(CGRect)frame;
+- (InfoBarView*)viewForDelegate:
+ (IOSChromeUpdatePasswordInfoBarDelegate*)delegate
+ frame:(CGRect)frame;
@end

Powered by Google App Engine
This is Rietveld 408576698