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

Unified Diff: ash/mus/root_window_controller.h

Issue 2247503002: mash: Create and show a shelf in mash. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix WindowManager WmShell::Shutdown; delay PointerWatcherEventRouter teardown; cleanup shutdown wor… Created 4 years, 4 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/mus/root_window_controller.h
diff --git a/ash/mus/root_window_controller.h b/ash/mus/root_window_controller.h
index de593d3258567a4ec22941b5793a593cd18b6cac..2a66275885815ffab031f02112a1ceeea64f4f32 100644
--- a/ash/mus/root_window_controller.h
+++ b/ash/mus/root_window_controller.h
@@ -83,9 +83,6 @@ class RootWindowController : public ShelfLayoutManagerDelegate {
// Creates the necessary set of layout managers in the shell windows.
void CreateLayoutManagers();
- // Creates the status area widget that contains the system tray menu.
- void CreateStatusArea();
-
WindowManager* window_manager_;
ui::Window* root_;
int window_count_ = 0;

Powered by Google App Engine
This is Rietveld 408576698