Index: ash/common/wm/workspace/workspace_layout_manager_delegate.h |
diff --git a/ash/common/wm/workspace/workspace_layout_manager_delegate.h b/ash/common/wm/workspace/workspace_layout_manager_delegate.h |
index 7abc623180045412346f9ae14e0880c477f2c034..9a573d0c7383400c3d78d81db594322579bc2500 100644 |
--- a/ash/common/wm/workspace/workspace_layout_manager_delegate.h |
+++ b/ash/common/wm/workspace/workspace_layout_manager_delegate.h |
@@ -15,6 +15,7 @@ class ASH_EXPORT WorkspaceLayoutManagerDelegate { |
virtual ~WorkspaceLayoutManagerDelegate() {} |
// Called when the visibility of the shelf needs to be updated. |
+ // TODO(jamescook): Eliminate this and use WmShelf directly. |
virtual void UpdateShelfVisibility() = 0; |
// Called when the fullscreen state has changed to |is_fullscreen|. |