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

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

Issue 8774022: Converting BubbleWindow uses, etc. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Doesn't build... just a checkpoint for this work, might change approach. Created 9 years 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 fd9774ee9da6a9f463b116bbe76fb6cd2cec194e..a1699a17e305927cacd6453579e3722cbe75a3fd 100644
--- a/chrome/browser/ui/dialog_style.h
+++ b/chrome/browser/ui/dialog_style.h
@@ -14,21 +14,11 @@ enum DialogStyle {
STYLE_GENERIC = 0,
#if defined(OS_CHROMEOS)
- // Show close button at the top right (left for RTL).
- // Deprecated, see BubbleWindow::Create().
- // TODO(bshe): We probably need to use this style for certificate viewer
- // HTML dialog.
- STYLE_XBAR = 1 << 0,
-
- // Show throbber for slow rendering.
- // Deprecated, see BubbleWindow::Create().
- STYLE_THROBBER = 1 << 1,
-
// Content and title flush to edge, no padding.
- STYLE_FLUSH = 1 << 2,
+ STYLE_FLUSH = 1 << 0,
// Content flush to edge. Padding only on title.
- STYLE_FLUSH_CONTENT = 1 << 3
+ STYLE_FLUSH_CONTENT = 1 << 1
#endif
};
« no previous file with comments | « chrome/browser/chromeos/sim_dialog_delegate.cc ('k') | chrome/browser/ui/views/keyboard_overlay_dialog_view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698