Index: chrome/browser/views/frame/opaque_browser_frame_view.h |
=================================================================== |
--- chrome/browser/views/frame/opaque_browser_frame_view.h (revision 28997) |
+++ chrome/browser/views/frame/opaque_browser_frame_view.h (working copy) |
@@ -94,6 +94,10 @@ |
int TitleCoordinates(int* title_top_spacing_ptr, |
int* title_thickness_ptr) const; |
+ // Returns the right edge. This is the end the close button starts at (if a |
+ // close button is shown). |
+ int RightEdge() const; |
+ |
// Calculates multiple values related to icon layout. Returns the size of the |
// icon (along one edge). |
int IconSize(int* title_top_spacing_ptr, |