X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fash%2Fsystem%2Fstatus_area_widget.cc;h=ac2cffbf3c7fc38f8dc5f0a3934fb144e4a4c914;hb=004985e17e624662a4c85c76a7654039dc83f028;hp=55fd8dc46120fb5ff7aafa9f10e77c37249994a6;hpb=2f108dbacb161091e42a3479f4e171339b7e7623;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/ash/system/status_area_widget.cc b/src/ash/system/status_area_widget.cc index 55fd8dc..ac2cffb 100644 --- a/src/ash/system/status_area_widget.cc +++ b/src/ash/system/status_area_widget.cc @@ -28,12 +28,10 @@ namespace ash { -namespace internal { - const char StatusAreaWidget::kNativeViewName[] = "StatusAreaWidget"; StatusAreaWidget::StatusAreaWidget(aura::Window* status_container) - : status_area_widget_delegate_(new internal::StatusAreaWidgetDelegate), + : status_area_widget_delegate_(new StatusAreaWidgetDelegate), overview_button_tray_(NULL), system_tray_(NULL), web_notification_tray_(NULL), @@ -187,7 +185,8 @@ void StatusAreaWidget::UpdateAfterLoginStatusChange( if (logout_button_tray_) logout_button_tray_->UpdateAfterLoginStatusChange(login_status); #endif + if (overview_button_tray_) + overview_button_tray_->UpdateAfterLoginStatusChange(login_status); } -} // namespace internal } // namespace ash