Index: ash/system/tray/system_tray_bubble.h |
diff --git a/ash/system/tray/system_tray_bubble.h b/ash/system/tray/system_tray_bubble.h |
index b84c3ea022ec97ea29cceffe09169a85cf595587..a8f576e83a3ac7452b552d0be98e40a45fabfacd 100644 |
--- a/ash/system/tray/system_tray_bubble.h |
+++ b/ash/system/tray/system_tray_bubble.h |
@@ -59,8 +59,8 @@ class SystemTrayBubble { |
bool IsVisible(); |
// Returns true if any of the SystemTrayItems return true from |
- // ShouldShowLauncher(). |
- bool ShouldShowLauncher() const; |
+ // ShouldShowShelf(). |
+ bool ShouldShowShelf() const; |
private: |
void CreateItemViews(user::LoginStatus login_status); |