| Index: chrome/browser/ui/gtk/constrained_window_gtk.h
|
| diff --git a/chrome/browser/ui/gtk/constrained_window_gtk.h b/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| index 90cd2eaa1498610676e37a590485bbaea4c28a58..51b4cb25caec41d64152d02f6a59cb2fe26215a4 100644
|
| --- a/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| +++ b/chrome/browser/ui/gtk/constrained_window_gtk.h
|
| @@ -36,6 +36,9 @@ class ConstrainedWindowGtkDelegate {
|
|
|
| virtual bool GetBackgroundColor(GdkColor* color);
|
|
|
| + // Returns true if hosting ConstrainedWindowGtk should apply default padding.
|
| + virtual bool ShouldHaveBorderPadding() const;
|
| +
|
| protected:
|
| virtual ~ConstrainedWindowGtkDelegate();
|
| };
|
|
|