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

Unified Diff: ash/wm/workspace_controller.h

Issue 1841803002: Cleanup WorkspaceController and WorkspaceLayoutManager. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep nullptr comparisons. Created 4 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
Index: ash/wm/workspace_controller.h
diff --git a/ash/wm/workspace_controller.h b/ash/wm/workspace_controller.h
index f22b2eaa4ea421a1a1835e1521f366b946f86e72..9df8c275a7ecb71440e4a80cb8e7273680336da6 100644
--- a/ash/wm/workspace_controller.h
+++ b/ash/wm/workspace_controller.h
@@ -31,7 +31,7 @@ class ASH_EXPORT WorkspaceController {
// Returns the current window state.
WorkspaceWindowState GetWindowState() const;
- void SetShelf(ShelfLayoutManager* shelf);
+ void set_shelf(ShelfLayoutManager* shelf) { shelf_ = shelf; }
// Starts the animation that occurs on first login.
void DoInitialAnimation();

Powered by Google App Engine
This is Rietveld 408576698