| Index: chrome/browser/ui/constrained_window.h
|
| diff --git a/chrome/browser/ui/constrained_window.h b/chrome/browser/ui/constrained_window.h
|
| index 678686fb05be4f64c5a0fbec19eba6e6564727d8..788c16ef8716c7b744cefb4b12239f5c31679de9 100644
|
| --- a/chrome/browser/ui/constrained_window.h
|
| +++ b/chrome/browser/ui/constrained_window.h
|
| @@ -8,6 +8,7 @@
|
| #include "build/build_config.h"
|
| #include "third_party/skia/include/core/SkColor.h"
|
| #include "ui/base/resource/resource_bundle.h"
|
| +#include "ui/gfx/insets.h"
|
| #include "ui/gfx/native_widget_types.h"
|
|
|
| ///////////////////////////////////////////////////////////////////////////////
|
| @@ -23,6 +24,7 @@ class ConstrainedWindow {
|
| static SkColor GetTextColor(); // Dialog text color.
|
| static SkColor GetLinkColor(); // Dialog link color.
|
| static SkColor GetSeparatorColor(); // Dialog separator color.
|
| + static gfx::Insets GetDefaultInsets(); // Default insets for the dialog.
|
|
|
| // Makes the Constrained Window visible. Only one Constrained Window is shown
|
| // at a time per tab.
|
|
|