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

Unified Diff: ash/system/status_area_widget.cc

Issue 2814243002: Removes a couple more functions from WmWindow (Closed)
Patch Set: feedback Created 3 years, 8 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/shelf/shelf_widget.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ash/system/status_area_widget.cc
diff --git a/ash/system/status_area_widget.cc b/ash/system/status_area_widget.cc
index ed36c78706ac665944c4a4e2e3abdc81860f54c5..af2627cbcbd7a2980583869155c5226d3fafaef9 100644
--- a/ash/system/status_area_widget.cc
+++ b/ash/system/status_area_widget.cc
@@ -45,7 +45,7 @@ StatusAreaWidget::StatusAreaWidget(WmWindow* status_container,
params.opacity = views::Widget::InitParams::TRANSLUCENT_WINDOW;
status_container->GetRootWindowController()
->ConfigureWidgetInitParamsForContainer(
- this, status_container->GetShellWindowId(), &params);
+ this, status_container->aura_window()->id(), &params);
Init(params);
set_focus_on_creation(false);
SetContentsView(status_area_widget_delegate_);
« no previous file with comments | « ash/shelf/shelf_widget.cc ('k') | ash/system/tray/system_tray.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698