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

Unified Diff: chrome/browser/ui/dialog_style.h

Issue 8479042: UI polish for certificate viewer (Closed) Base URL: /usr/local/google/home/bshe/NoTouchChromium/../TouchChromium/src/@trunk
Patch Set: Remove body margins of two internal pages(due to the changes in tabs.css file). 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/ui/dialog_style.h
diff --git a/chrome/browser/ui/dialog_style.h b/chrome/browser/ui/dialog_style.h
index 31299ca1110a4ea40b752fca56b01ef15255c426..66ae5cc3c43f80f45bf1d5a74890854e95e4f2ad 100644
--- a/chrome/browser/ui/dialog_style.h
+++ b/chrome/browser/ui/dialog_style.h
@@ -25,7 +25,11 @@ enum DialogStyle {
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 to the top right and fluch
flackr 2011/11/21 20:43:31 The style presumably only makes the content flush
bshe 2011/11/22 16:26:24 Done. We will keep this style as extension dialo
flackr 2011/11/22 17:02:59 Looks good, change this comment to padding only on
bshe 2011/11/22 19:20:46 Done.
+ // content to edge, no padding.
+ STYLE_FLUSH_CONTENT = 1 << 3
#endif
};

Powered by Google App Engine
This is Rietveld 408576698