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

Unified Diff: ash/common/wm_root_window_controller.h

Issue 2625733003: Re-reland: chromeos: Fix shelf appearing at login screen under mash (Closed)
Patch Set: remove include Created 3 years, 11 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/common/wm_root_window_controller.h
diff --git a/ash/common/wm_root_window_controller.h b/ash/common/wm_root_window_controller.h
index 6ac288a20d1a21b1483625370fe26ceda80de3db..3df79f6bac837e6f0ef7decea5af1b67c6b99f6b 100644
--- a/ash/common/wm_root_window_controller.h
+++ b/ash/common/wm_root_window_controller.h
@@ -97,10 +97,6 @@ class ASH_EXPORT WmRootWindowController {
// Creates the shelf for this root window and notifies observers.
void CreateShelf();
- // Show shelf view if it was created hidden (before session has started).
- // TODO(jamescook): Eliminate this and handle show via Shelf.
- void ShowShelf();
-
// Returns the system tray controller. May be null for external displays.
SystemTray* GetSystemTray();

Powered by Google App Engine
This is Rietveld 408576698