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

Unified Diff: chrome/browser/ui/panels/panel.h

Issue 8762017: Support painting panel in iconified mode on Windows. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix trybot 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 | « no previous file | chrome/browser/ui/panels/panel_browser_frame_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel.h
diff --git a/chrome/browser/ui/panels/panel.h b/chrome/browser/ui/panels/panel.h
index e7a8ffdcbea408aaf106221828c38da099a363b7..c283a59d1e29c8fc68dc974f410021058ef7e3b7 100644
--- a/chrome/browser/ui/panels/panel.h
+++ b/chrome/browser/ui/panels/panel.h
@@ -39,7 +39,10 @@ class Panel : public BrowserWindow,
// The panel is shown with the title-bar only.
TITLE_ONLY,
// The panel is shown with 3-pixel line.
- MINIMIZED
+ MINIMIZED,
+ // The panel is put into the overflow area due to no space available in the
+ // normal display area.
+ IN_OVERFLOW
};
// The panel can be minimized to 4-pixel lines.
« no previous file with comments | « no previous file | chrome/browser/ui/panels/panel_browser_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698