Index: chrome/browser/ui/panels/panel_titlebar_view_cocoa.h |
diff --git a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h |
index 5e276cd928b60aaceeeb1f433602f62f1ed289e5..0a4540f50e0bec3a4b633964b5a7e7aedb2aca80 100644 |
--- a/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h |
+++ b/chrome/browser/ui/panels/panel_titlebar_view_cocoa.h |
@@ -105,6 +105,10 @@ enum PanelDragState { |
- (void)restartGlintAnimation:(NSTimer*)timer; |
- (void)stopGlintAnimation; |
+// Returns width of titlebar when shown in "icon only" mode for a panel in |
+// "IN_OVERFLOW" state. |
jennb
2012/02/07 00:15:31
Should take actual state name out of comment as we
Dmitry Titov
2012/02/07 00:28:26
Done.
|
+- (int)iconOnlyWidthInScreenCoordinates; |
+ |
@end // @interface PanelTitlebarView |
// Methods which are either only for testing, or only public for testing. |