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

Unified Diff: ash/system/tray/tray_popup_utils.cc

Issue 2808723004: Renames WmShell to ShellPort (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
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 &&

Powered by Google App Engine
This is Rietveld 408576698