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

Unified Diff: ash/wm/window_properties.h

Issue 10905080: Exempt status bubble windows from status bar darkening (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Make shelf browser test to confirm that status bubble doesn't cause darkening Created 8 years, 3 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
Index: ash/wm/window_properties.h
diff --git a/ash/wm/window_properties.h b/ash/wm/window_properties.h
index f70487a52ad9bedadaaa17e84c710a504d2d0b3b..446671e36815ae928a8d3b568a5f2eb5d9f9c703 100644
--- a/ash/wm/window_properties.h
+++ b/ash/wm/window_properties.h
@@ -33,6 +33,11 @@ extern const aura::WindowProperty<internal::AlwaysOnTopController*>* const
extern const aura::WindowProperty<bool>* const
kChildWindowVisibilityChangesAnimatedKey;
+// True if the window is ignored by the shelf layout manager for purposes of
+// darkening the shelf.
+extern const aura::WindowProperty<bool>* const
+ kIgnoredByShelfKey;
+
// Used to remember the show state before the window was minimized.
extern const aura::WindowProperty<ui::WindowShowState>* const
kRestoreShowStateKey;

Powered by Google App Engine
This is Rietveld 408576698