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 890369df75da2521e5a9a9d9db673a39cd8c051f..fdaf4d0c6d7abec1726240eab85fcd48e0530fd6 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; |