Index: ash/shelf/shelf_layout_manager.h |
diff --git a/ash/shelf/shelf_layout_manager.h b/ash/shelf/shelf_layout_manager.h |
index 4130b8d5fe1e56250982ebefb8b2af7c22b3df7b..0a3acef3c43ec388ea0c7bc1c1eabcf502895c47 100644 |
--- a/ash/shelf/shelf_layout_manager.h |
+++ b/ash/shelf/shelf_layout_manager.h |
@@ -261,6 +261,9 @@ class ASH_EXPORT ShelfLayoutManager |
// two displays. |
gfx::Rect GetAutoHideShowShelfRegionInScreen() const; |
+ // Returns true if at least one window is visible. |
+ bool HasVisibleWindow() const; |
+ |
// Returns the AutoHideState. This value is determined from the shelf and |
// tray. |
ShelfAutoHideState CalculateAutoHideState( |