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

Unified Diff: ash/root_window_controller.h

Issue 2393083005: Moves Shell::CreateShelf() to WmShell (Closed)
Patch Set: fix shell 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 ec746846852ba043c3e1032bc0587eff305085d8..2cd9a7c69fc2b9889f0bc058e5275d47a2f072f6 100644
--- a/ash/root_window_controller.h
+++ b/ash/root_window_controller.h
@@ -143,9 +143,6 @@ class ASH_EXPORT RootWindowController : public ShellObserver {
aura::Window* GetContainer(int container_id);
const aura::Window* GetContainer(int container_id) const;
- // Creates the shelf for this root window and notifies observers.
- void CreateShelf();
-
// Called when the login status changes after login (such as lock/unlock).
// TODO(oshima): Investigate if we can merge this and |OnLoginStateChanged|.
void UpdateAfterLoginStatusChange(LoginStatus status);
« 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