Index: chrome/browser/ui/views/constrained_window_frame_simple.h |
diff --git a/chrome/browser/ui/views/constrained_window_frame_simple.h b/chrome/browser/ui/views/constrained_window_frame_simple.h |
index 3a141a558150a93dce89a80077f7257dd5cadcab..31d4e0fbd4ae5bf494fdec27a9ec5ebde8ce8ceb 100644 |
--- a/chrome/browser/ui/views/constrained_window_frame_simple.h |
+++ b/chrome/browser/ui/views/constrained_window_frame_simple.h |
@@ -65,6 +65,14 @@ class ConstrainedWindowFrameSimple : public views::NonClientFrameView, |
views::ImageButton* CreateCloseButton(); |
+ // Add padding to the given View object. |
+ views::View* AddPadding( |
+ views::View* viewToPad, |
+ int top, |
+ int left, |
+ int bottom, |
+ int right); |
+ |
ConstrainedWindowViews* container_; |
views::LayoutManager* layout_; |