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

Unified Diff: chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm

Issue 435863002: Fix some infobar problems. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add 4 spaces indent Created 6 years, 4 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: chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm
diff --git a/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm b/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm
index 4e5df309324a4ed1e5d295403d12da23d8247fb5..8dcbca428a3340d1728cc54b4ca246945b1fd4c1 100644
--- a/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm
+++ b/chrome/browser/ui/cocoa/infobars/infobar_container_controller.mm
@@ -160,4 +160,8 @@
[infobarControllers_ removeObject:controller];
}
+- (void)setMaxTopArrowHeight:(NSInteger)height {
+ containerCocoa_->SetMaxTopArrowHeight(height);
+}
+
@end

Powered by Google App Engine
This is Rietveld 408576698