Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(285)

Unified Diff: chrome/browser/chromeos/frame/bubble_window_style.h

Issue 8479042: UI polish for certificate viewer (Closed) Base URL: /usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Patch Set: Add x button and remove padding and close button for certificate viewer. Created 9 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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;

Powered by Google App Engine
This is Rietveld 408576698