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

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

Issue 12764018: Improve panel related tests to make them more reliable (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Patch Created 7 years, 9 months 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/panels/panel_browsertest.cc ('k') | chrome/browser/ui/panels/panel_drag_browsertest.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/ui/panels/panel_collection.h
diff --git a/chrome/browser/ui/panels/panel_collection.h b/chrome/browser/ui/panels/panel_collection.h
index 598ade7b943975334069ad640c98ec006e1196c4..9e1e5ef424ebef44d1876759f9205fcfe16dc818 100644
--- a/chrome/browser/ui/panels/panel_collection.h
+++ b/chrome/browser/ui/panels/panel_collection.h
@@ -34,15 +34,11 @@ class PanelCollection {
TOP_POSITION = 0x2,
// Do not update panel bounds. Only valid with DEFAULT_POSIITON.
DO_NOT_UPDATE_BOUNDS = 0x4,
- // Wait for a brief delay before refreshing layout of the collection after
- // adding panel to the collection. If not set, the collection will refresh
- // its layout immediately.
- DELAY_LAYOUT_REFRESH = 0x8,
// Do not refresh layout. Used by stacking.
- NO_LAYOUT_REFRESH = 0x10,
+ NO_LAYOUT_REFRESH = 0x8,
// Collapse other inactive stacked panels such the tha new panel can fit
// within the working area. Used by stacking.
- COLLAPSE_TO_FIT = 0x20
+ COLLAPSE_TO_FIT = 0x10
};
enum RemovalReason {
« no previous file with comments | « chrome/browser/ui/panels/panel_browsertest.cc ('k') | chrome/browser/ui/panels/panel_drag_browsertest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698