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

Unified Diff: chrome/browser/ui/cocoa/browser_window_controller.h

Issue 23338005: Mac InfoBar: Use cross platform infobar classes (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 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/browser_window_controller.h
diff --git a/chrome/browser/ui/cocoa/browser_window_controller.h b/chrome/browser/ui/cocoa/browser_window_controller.h
index f19b94732323625297ade53d9cfc524161561578..b12d259bafd51ad86bd09b3ed01343e5acfe4de1 100644
--- a/chrome/browser/ui/cocoa/browser_window_controller.h
+++ b/chrome/browser/ui/cocoa/browser_window_controller.h
@@ -498,6 +498,8 @@ class WebContents;
// positioned relative to.
- (NSRect)omniboxPopupAnchorRect;
+- (void)layoutInfoBar;
Robert Sesek 2013/08/26 14:06:56 Document
Robert Sesek 2013/08/26 14:06:56 This lays out infoBars does't it?
sail 2013/08/26 18:32:23 Done.
+
@end // @interface BrowserWindowController (TestingAPI)

Powered by Google App Engine
This is Rietveld 408576698