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

Unified Diff: ash/common/wm/workspace/workspace_layout_manager_delegate.h

Issue 2041583004: mash: Move WmShelfAura ownership to RootWindowController and init it earlier (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@moveshelftypes
Patch Set: . Created 4 years, 6 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 | « ash/aura/wm_shelf_aura.cc ('k') | ash/root_window_controller.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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|.
« no previous file with comments | « ash/aura/wm_shelf_aura.cc ('k') | ash/root_window_controller.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698