| Index: chrome/browser/ui/dialog_style.h
|
| diff --git a/chrome/browser/ui/dialog_style.h b/chrome/browser/ui/dialog_style.h
|
| index 31299ca1110a4ea40b752fca56b01ef15255c426..fd9774ee9da6a9f463b116bbe76fb6cd2cec194e 100644
|
| --- a/chrome/browser/ui/dialog_style.h
|
| +++ b/chrome/browser/ui/dialog_style.h
|
| @@ -24,8 +24,11 @@ enum DialogStyle {
|
| // Deprecated, see BubbleWindow::Create().
|
| STYLE_THROBBER = 1 << 1,
|
|
|
| - // Content flush to edge, no padding.
|
| - STYLE_FLUSH = 1 << 2
|
| + // Content and title flush to edge, no padding.
|
| + STYLE_FLUSH = 1 << 2,
|
| +
|
| + // Content flush to edge. Padding only on title.
|
| + STYLE_FLUSH_CONTENT = 1 << 3
|
| #endif
|
|
|
| };
|
|
|