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

Unified Diff: ash/root_window_controller.cc

Issue 18637004: Sets the background color of shelf is opaque black when maximized (2nd) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: remove log Created 7 years, 5 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 | « no previous file | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/root_window_controller.cc
diff --git a/ash/root_window_controller.cc b/ash/root_window_controller.cc
index 82ff30d1bbf6709785886b960f26a191c455f4ff..06e35fc95766f9bd2500bc7168df8228628e569e 100644
--- a/ash/root_window_controller.cc
+++ b/ash/root_window_controller.cc
@@ -358,7 +358,7 @@ void RootWindowController::CloseChildWindows() {
shelf_->ShutdownStatusAreaWidget();
if (shelf_->shelf_layout_manager())
- shelf_->shelf_layout_manager()->set_workspace_controller(NULL);
+ shelf_->shelf_layout_manager()->PrepareForShutdown();
// Close background widget first as it depends on tooltip.
wallpaper_controller_.reset();
« no previous file with comments | « no previous file | ash/shelf/shelf_layout_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698