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

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

Issue 323143004: [Mac] Misc fixes for the new avatar bubble (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: unbork rebase and fix unittest Created 6 years, 6 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 | « no previous file | chrome/browser/ui/cocoa/base_bubble_controller.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/cocoa/base_bubble_controller.h
diff --git a/chrome/browser/ui/cocoa/base_bubble_controller.h b/chrome/browser/ui/cocoa/base_bubble_controller.h
index 38bc2c49352af76413382c3b936417fc43051a1b..1db46fe1438f3821838ac658813ecc5267a048ec 100644
--- a/chrome/browser/ui/cocoa/base_bubble_controller.h
+++ b/chrome/browser/ui/cocoa/base_bubble_controller.h
@@ -83,9 +83,14 @@ class TabStripModelObserverBridge;
parentWindow:(NSWindow*)parentWindow
anchoredAt:(NSPoint)anchoredAt;
-// Creates an autoreleased separator view with a given frame. The height of the
-// frame is ignored.
-- (NSBox*)separatorWithFrame:(NSRect)frame;
+// Creates an autoreleased horizontal separator view with a given frame. The
+// height of the frame is ignored.
+- (NSBox*)horizontalSeparatorWithFrame:(NSRect)frame;
+
+// Creates an autoreleased vertical separator view with a given frame. The
+// width of frame is ignored.
+- (NSBox*)verticalSeparatorWithFrame:(NSRect)frame;
+
@end
« no previous file with comments | « no previous file | chrome/browser/ui/cocoa/base_bubble_controller.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698