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

Unified Diff: ash/root_window_controller.h

Issue 2401803002: Moves Shell::ShowShelf() to WmShell (Closed)
Patch Set: Created 4 years, 2 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/common/wm_shell.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.h
diff --git a/ash/root_window_controller.h b/ash/root_window_controller.h
index 52c246a3a81e8ce609faee62428ffb32ceba1baa..ec746846852ba043c3e1032bc0587eff305085d8 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -143,10 +143,6 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
aura::Window* GetContainer(int container_id);
const aura::Window* GetContainer(int container_id) const;
- // Show shelf view if it was created hidden (before session has started).
- // TODO(jamescook): Eliminate this and handle show via Shelf.
- void ShowShelf();
-
// Creates the shelf for this root window and notifies observers.
void CreateShelf();
« no previous file with comments | « ash/common/wm_shell.cc ('k') | ash/root_window_controller.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698