| Index: ash/system/date/system_info_default_view.cc
|
| diff --git a/ash/system/date/system_info_default_view.cc b/ash/system/date/system_info_default_view.cc
|
| index 2866a7f2e53821f9ee01651fd6ebc55c4cd2340a..9b11ab8e83249fa254e1c71d323301d06d52bb9a 100644
|
| --- a/ash/system/date/system_info_default_view.cc
|
| +++ b/ash/system/date/system_info_default_view.cc
|
| @@ -25,8 +25,7 @@ const int kMinNumTileWidths = 2;
|
| // horizontally.
|
| const int kMaxNumTileWidths = 3;
|
|
|
| -SystemInfoDefaultView::SystemInfoDefaultView(SystemTrayItem* owner,
|
| - LoginStatus login)
|
| +SystemInfoDefaultView::SystemInfoDefaultView(SystemTrayItem* owner)
|
| : date_view_(nullptr),
|
| tri_view_(TrayPopupUtils::CreateMultiTargetRowView()) {
|
| tri_view_->SetMinHeight(kTrayPopupSystemInfoRowHeight);
|
| @@ -54,7 +53,7 @@ SystemInfoDefaultView::SystemInfoDefaultView(SystemTrayItem* owner,
|
| }
|
| tri_view_->SetContainerVisible(TriView::Container::END, false);
|
|
|
| - if (TrayPopupUtils::CanOpenWebUISettings(login))
|
| + if (TrayPopupUtils::CanOpenWebUISettings())
|
| date_view_->SetAction(tray::DateView::DateAction::SHOW_DATE_SETTINGS);
|
| }
|
|
|
|
|