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

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: Edit comments. 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
« no previous file with comments | « chrome/browser/ui/browser_dialogs.h ('k') | chrome/browser/ui/gtk/html_dialog_gtk.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « chrome/browser/ui/browser_dialogs.h ('k') | chrome/browser/ui/gtk/html_dialog_gtk.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698