Chromium Code Reviews| Index: chrome/browser/chromeos/frame/bubble_window_style.h |
| diff --git a/chrome/browser/chromeos/frame/bubble_window_style.h b/chrome/browser/chromeos/frame/bubble_window_style.h |
| index 44073715555af2b479f5ad0184edb8b027fb1de4..de1956f845dae6e6522d17bf16854b26b828c703 100644 |
| --- a/chrome/browser/chromeos/frame/bubble_window_style.h |
| +++ b/chrome/browser/chromeos/frame/bubble_window_style.h |
| @@ -24,7 +24,11 @@ enum BubbleWindowStyle { |
| STYLE_THROBBER = 1 << 1, |
| // Content flush to edge, no padding. |
| - STYLE_FLUSH = 1 << 2 |
| + STYLE_FLUSH = 1 << 2, |
| + |
| + // Only for certificate viewer. Add close button at the top right and flush |
| + // to edge. Refer to issue 102511 for detail. |
| + STYLE_CERT = 1 << 3 |
|
flackr
2011/11/10 16:03:16
This style probably isn't going to be specific to
bshe
2011/11/21 16:09:37
Move the style to chrome/brwoser/ui/dialog_style.h
|
| }; |
| extern const SkColor kBubbleWindowBackgroundColor; |