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

Unified Diff: ios/public/provider/chrome/browser/ui/infobar_view_protocol.h

Issue 1161243002: Fixit: Cleanup of InfoBarController. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding mising forward declaration. Created 5 years, 7 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/public/provider/chrome/browser/chrome_browser_provider.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/public/provider/chrome/browser/ui/infobar_view_protocol.h
diff --git a/ios/public/provider/chrome/browser/ui/infobar_view_protocol.h b/ios/public/provider/chrome/browser/ui/infobar_view_protocol.h
index 02aed8b1761c79f98b02fb2f9d04ec8c6d4e2b71..26517a1f25451b6e5a8a97b6ed8d3c220a846129 100644
--- a/ios/public/provider/chrome/browser/ui/infobar_view_protocol.h
+++ b/ios/public/provider/chrome/browser/ui/infobar_view_protocol.h
@@ -17,10 +17,6 @@ class InfoBarViewDelegate;
// showing/hiding animation.
@property(nonatomic, assign) CGFloat visibleHeight;
-// The designated initializer.
-- (instancetype)initWithFrame:(CGRect)frame
- delegate:(InfoBarViewDelegate*)delegate;
-
// Stops propagating events to delegate.
- (void)resetDelegate;
« no previous file with comments | « ios/public/provider/chrome/browser/chrome_browser_provider.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698