Index: ash/system/web_notification/web_notification_tray.h |
diff --git a/ash/system/web_notification/web_notification_tray.h b/ash/system/web_notification/web_notification_tray.h |
index e08afbc8d10f86b2454e3b7b4895c24baf80860b..c9e4a197b5935e308e807229a1f7dafc84ab9abd 100644 |
--- a/ash/system/web_notification/web_notification_tray.h |
+++ b/ash/system/web_notification/web_notification_tray.h |
@@ -62,8 +62,8 @@ class ASH_EXPORT WebNotificationTray |
// shown in the system tray side. |
void SetSystemTrayHeight(int height); |
- // Returns true if it should block the auto hide behavior of the launcher. |
- bool ShouldBlockLauncherAutoHide() const; |
+ // Returns true if it should block the auto hide behavior of the shelf. |
+ bool ShouldBlockShelfAutoHide() const; |
// Returns true if the message center bubble is visible. |
bool IsMessageCenterBubbleVisible() const; |