summaryrefslogtreecommitdiffstats
path: root/ash/shell.h
diff options
context:
space:
mode:
Diffstat (limited to 'ash/shell.h')
-rw-r--r--ash/shell.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/ash/shell.h b/ash/shell.h
index 0a1fe5f..b63010b 100644
--- a/ash/shell.h
+++ b/ash/shell.h
@@ -373,8 +373,7 @@ class ASH_EXPORT Shell : internal::SystemModalContainerEventFilterDelegate,
// Returns the launcher delegate, creating if necesary.
LauncherDelegate* GetLauncherDelegate();
- // TODO(stevenjb): Rename to system_tray_delegate().
- SystemTrayDelegate* tray_delegate() {
+ SystemTrayDelegate* system_tray_delegate() {
return system_tray_delegate_.get();
}