| Index: ash/system/tray/tray_popup_utils.cc
|
| diff --git a/ash/system/tray/tray_popup_utils.cc b/ash/system/tray/tray_popup_utils.cc
|
| index afef6c8d82d5b47ae3da2d656edc4c704f758a8f..64fa187d8799c7f3d2df3b985eed1bd28d7ac848 100644
|
| --- a/ash/system/tray/tray_popup_utils.cc
|
| +++ b/ash/system/tray/tray_popup_utils.cc
|
| @@ -428,7 +428,7 @@ views::Separator* TrayPopupUtils::CreateListSubHeaderSeparator() {
|
| }
|
|
|
| bool TrayPopupUtils::CanOpenWebUISettings(LoginStatus status) {
|
| - // TODO(tdanderson): Consider moving this into WmShell, or introduce a
|
| + // TODO(tdanderson): Consider moving this into ShellPort, or introduce a
|
| // CanShowSettings() method in each delegate type that has a
|
| // ShowSettings() method.
|
| return status != LoginStatus::NOT_LOGGED_IN &&
|
|
|